Analysis results data for Testing Equal Means in a One-Way Layout.
calculated with oneway.test()
Arguments
- formula
a formula of the form
lhs ~ rhswherelhsgives the sample values andrhsthe corresponding groups.- data
an optional matrix or data frame (or similar: see
model.frame) containing the variables in the formulaformula. By default the variables are taken fromenvironment(formula).- ...
additional arguments passed to
oneway.test(...)
Examples
ard_stats_oneway_test(AGE ~ ARM, data = cards::ADSL)
#> # An ARD data frame: 6 × 9
#> group1 variable stat_name
#> <chr> <chr> <chr>
#> 1 ARM AGE num.df
#> 2 ARM AGE den.df
#> 3 ARM AGE statistic
#> 4 ARM AGE p.value
#> 5 ARM AGE method
#> 6 ARM AGE var.equal
#> # ℹ 6 more variables: context <chr>, stat_label <chr>, stat <named list>,
#> # fmt_fun <named list>, warning <named list>, error <named list>
