mult.aov | R Documentation |
mult.aov
Multiple Group Anova.
Return a datafram
Xiang LI <lixiang117423@foxmail.com>
filepath <- system.file("examples", "df.1.txt", package = "pac4xiang")
aov.res <- mult.aov(data = filepath,
group1 = "group1",group2 = "group2",
value = "value", level = 0.95)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.