print.AnovaMix | R Documentation |
Prints relevant information like the ANOVA table, variance components and errors.
## S3 method for class 'AnovaMix'
print(x, ...)
x |
|
... |
Additional arguments (not supported yet). |
Only balanced models are fully supported.
Kristian Hovde Liland
AnovaMix
, lm
, Anova
mixlm <- lm(y~x*r(z),
data = data.frame(y = rnorm(8),
x = factor(c(rep(1,4),rep(0,4))),
z = factor(rep(c(1,0),4))))
Anova(mixlm,type="III")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.