multi | R Documentation |
Extracts the multivariate test results from an ANOVA object.
multi(ANOVA.object)
ANOVA.object |
An object of class "ANOVA" containing analysis results |
A data frame containing multivariate test results including Pillai's Trace, Wilks' Lambda, Hotelling's Trace, and Roy's Largest Root, along with their respective F-statistics and p-values
model <- ANOVA(data = mydata, dv = "score", formula = ~ group)
multi(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.