print.AnovaMix function

Print method for objects of class(AnovaMix)

Print method for objects of class(AnovaMix)

Prints relevant information like the ANOVA table, variance components and errors. latin1

## S3 method for class 'AnovaMix' print(x, ...)

Arguments

  • x: AnovaMix object to be printed.
  • ...: Additional arguments (not supported yet).

Author(s)

Kristian Hovde Liland

Note

Only balanced models are fully supported.

See Also

AnovaMix, lm, Anova

Examples

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")
  • Maintainer: Kristian Hovde Liland
  • License: GPL (>= 2)
  • Last published: 2025-01-14