Computes and outputs a one-way ANOVA for one test variable
compute_aov(test_var, data, group_var, descriptives, post_hoc)
Test variable
a tibble
group variable (column name)
a logical indicating whether descriptive statistics (mean
& standard deviation) for all group levels should be added to the returned
tibble. Defaults to FALSE
.
a logical indicating whether post-hoc tests (Tukey's HSD) should be computed. Results of the post-hoc test will be added in a list column of result tibbles.
a tibble
Other ANOVA: unianova