report_anova | R Documentation |
This is under development - contributions to support more types of ANOVAs are most welcome.
report_anova(x)
x |
An object returned from an anova() function (or car::linearHypothesis) |
A character string reporting the anova in APA style
mod1 <- lm(mpg ~ wt + am, mtcars)
mod2 <- lm(mpg ~ wt * am, mtcars)
report_anova(anova(mod1, mod2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.