Analysis results data for Analysis of Variance.
Calculated with stats::aov()
Arguments
- formula
A formula specifying the model.
- data
A data frame in which the variables specified in the formula will be found. If missing, the variables are searched for in the standard way.
- ...
arguments passed to
stats::aov(...)
Examples
ard_stats_aov(AGE ~ ARM, data = cards::ADSL)
#> {cards} data frame: 5 x 7
#> variable context stat_name stat_label stat error
#> 1 ARM stats_aov sumsq Sum of S… 71.386
#> 2 ARM stats_aov df Degrees … 2
#> 3 ARM stats_aov meansq Mean of … 35.693
#> 4 ARM stats_aov statistic Statistic 0.523
#> 5 ARM stats_aov p.value p-value 0.593
#> ℹ 1 more variable: warning