aov_auto | R Documentation |
Automatically perform t-test or ANOVA according to the number of levels of factors. Assumptions were checked prior to choosing parametric or non-parametric methods. All combination of factor and numeric variables in data.frame will be computed.
aov_auto(
df,
type = c("all", "params"),
na.rm_type = c("cols", "rows"),
norm_test = c("all", "res"),
p.adjust.methods = "bonferroni",
quiet = F
)
df |
A data.frame that has factor and numeric variables |
type |
(Character) If |
na.rm_type |
(Character) Specify how to remove |
norm_test |
(Character)
|
p.adjust.methods |
(Character) P-value adjustment method pass to p.adjust() |
quiet |
(logical) Give message about removed variables or not? |
A data.frame
aov_auto(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.