powered by
Prints relevant information like the ANOVA table, variance components and errors.
# S3 method for AnovaMix print(x, ...)
AnovaMix object to be printed.
AnovaMix
Additional arguments (not supported yet).
Kristian Hovde Liland
AnovaMix, lm, Anova
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")
Run the code above in your browser using DataLab