Learn R Programming

tidycomm (version 0.0.1)

compute_aov: Compute one-way ANOVA

Description

Computes and outputs a one-way ANOVA for one test variable

Usage

compute_aov(test_var, data, group_var, descriptives, post_hoc)

Arguments

test_var

Test variable

data
group_var

group variable (column name)

descriptives

a logical indicating whether descriptive statistics (mean & standard deviation) for all group levels should be added to the returned tibble. Defaults to FALSE.

post_hoc

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.

Value

a tibble

See Also

Other ANOVA: unianova