manova {base} | R Documentation |
A class of multivariate analysis of variance.
manova(...)
... |
Arguments to be passed to |
Class "manova"
differs from class "aov"
in selecting a
different summary
method. Function manova
calls
aov
and then add class "manova"
to the result
object for each stratum.
See aov
and the comments in Details here.
B.D. Ripley
Krzanowski, W. J. (1988) Principles of Multivariate Analysis. A User's Perspective. Oxford.
Hand, D. J. and Taylor, C. C. (1987) Multivariate Analysis of Variance and Repeated Measures. Chapman and Hall.
aov
, summary.manova
, the latter containing
examples.