Description Usage Arguments Examples
A function for Type III Anova (generates the same output as SPSS does) requires installation of the car and dplyr package
1 | type3anova(linearmodel)
|
linearmodel |
A linear model. |
1 | type3anova(lm(y ~ x1 * x2, data=dataset))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.