An object of class "aov" represents the fit for a univariate analysis of variance of a single error stratum. Objects of class "maov" are for a single error stratum but have multiple responses. An object of class "aovlist" represents an analysis of variance with multiple strata; it is a list of objects of class "aov" or "maov".
The class "maov" has methods for the following generic functions: qqnorm.
The class "aovlist" has methods for the following generic functions: alias, print, proj, qqnorm, summary.
The inheritance for class "maov" is: "maov" "mlm" "aov" "lm".
Class "aovlist" inherits from "listof".
An object of class "aovlist" is a list of aov or maov objects of the form above (without call or terms components), with each component of the list representing one stratum. This list has attributes call and terms as described above.
If raov created the aov object, then there will also be components called replications and ems.coef.