One-way between-subjects ANOVA
Arguments
- ...
Two or more numeric vectors (groups).
Value
morie_test_result with eta-squared effect size.
Examples
set.seed(1)
one_way_anova(rnorm(15), rnorm(15, 0.5), rnorm(15, 1))
#> One-way ANOVA
#> -------------
#> statistic = 4.82131
#> p-value = 0.0130336
#> df = 2
#> effect = 0.186718
#> n = 45