uni | R Documentation |
Extracts the univariate test results from an ANOVA object.
uni(ANOVA.object)
ANOVA.object |
An object of class "ANOVA" containing analysis results |
A data frame containing univariate test results including F-values, degrees of freedom, p-values, and effect sizes
model <- ANOVA(data = mydata, dv = "score", formula = ~ group)
uni(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.