Rev 15518 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{manova}\alias{manova}\title{Multivariate Analysis of Variance}\description{A class of multivariate analysis of variance.}\usage{manova(\dots)}\arguments{\item{\dots}{Arguments to be passed to \code{\link{aov}}}}\details{Class \code{"manova"} differs from class \code{"aov"} in selecting adifferent \code{summary} method. Function \code{manova} calls\code{\link{aov}} and then add class \code{"manova"} to the resultobject for each stratum.}\value{See \code{\link{aov}} and the comments in Details here.}\references{Krzanowski, W. J. (1988) \emph{Principles of Multivariate Analysis. AUser's Perspective.} Oxford.Hand, D. J. and Taylor, C. C. (1987)\emph{Multivariate Analysis of Variance and Repeated Measures.}Chapman and Hall.}\author{B.D. Ripley}\seealso{\code{\link{aov}}, \code{\link{summary.manova}}, the latter containingexamples.}\keyword{models}