This help topic is for R version 1.5.0. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/manova.html
manova {base}R Documentation

Multivariate Analysis of Variance

Description

A class of multivariate analysis of variance.

Usage

manova(...)

Arguments

...

Arguments to be passed to aov

Details

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.

Value

See aov and the comments in Details here.

Author(s)

B.D. Ripley

References

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.

See Also

aov, summary.manova, the latter containing examples.


[Package base version 1.5.0 ]