manova(formula, data=<<see below>>, qr=F, contrasts=NULL, ...)
if there is no Error term in the model, the object is of class "manova" which inherits from classes "maov", "mlm", "aov" and "lm". See the aov.object help file for details on the components of this object.
if there is an Error term in the model, then the object returned by aov has class "aovlist" and is a list of manova objects, one for each stratum.
Mardia, K. V., Kent, J. T. and Bibby, J. M. (1979). Multivariate Analysis. Academic Press, London.
Seber, G. A. F., (1984). Multivariate Observations. Wiley, New York.
wafer.manova <- manova(cbind(pre.mean, post.mean) ~ maskdim + visc.tem + spinsp, wafer)summary(wafer.manova) # manova table with Pillai's trace
summary(wafer.manova, univar=T) # univariate anova tables
summary(wafer.manova, test="wilk") # manova table with Wilks' Lambda