Learn R Programming

Compositional (version 1.4)

Multivariate analysis of variance: Multivariate analysis of variance

Description

Multivariate analysis of variance with assuming equality of the covariance matrices.

Usage

maov(x, ina)

Arguments

x
A matrix containing the Euclidean data.
ina
A numerical or factor variable indicating the groups of the data.

Value

A list including:
note
A message stating whether the F or the chi-sqausre approximation has been used.
result
The test statistic and the p-value.

Details

Multivariate analysis of variance assuming equality of the covariance matrices.

References

Johnson and Wichern (2007, 6th Edition). Applied Multivariate Statistical Analysis p. 302-303.

Todorov V. and Filzmoser P. (2010). Robust Statistic for the One-way MANOVA. Computational Statistics \& Data Analysis 54(1):37-48.

See Also

maovjames, hotel2T2, james, comp.test

Examples

Run this code
maov( iris[,1:4], iris[,5] )
maovjames( iris[,1:4], iris[,5] )

Run the code above in your browser using DataLab