Description Usage Arguments Value Examples
This is an experimental function
1 | expand_Anova(mod, type = c("III", "II", 3, 2), ...)
|
mod |
A model of class lm |
type |
SS Type (see ?car::Anova) |
... |
Further arguments passed to Anova |
Object of class anova returned by car::Anova
1 2 3 4 | data("tetris2015")
mod <- lm(Days_One_to_Seven_Number_of_Intrusions ~ Condition, data=tetris2015)
car::Anova(mod,type=3) # default type III Anova table
expand_Anova(mod,type=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.