Multivariate analysis of variance assuming equality of the covariance matrices | R Documentation |
Multivariate analysis of variance assuming equality of the covariance matrices.
maov(x, ina)
x |
A matrix containing Euclidean data. |
ina |
A numerical or factor variable indicating the groups of the data. |
Multivariate analysis of variance assuming equality of the covariance matrices.
A list including:
note |
A message stating whether the |
result |
The test statistic and the p-value. |
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
Johnson R.A. and Wichern D.W. (2007, 6th Edition). Applied Multivariate Statistical Analysis, pg. 302–303.
Todorov V. and Filzmoser P. (2010). Robust Statistic for the One-way MANOVA. Computational Statistics & Data Analysis, 54(1): 37–48.
maovjames, hotel2T2, james
maov( as.matrix(iris[,1:4]), iris[,5] )
maovjames( as.matrix(iris[,1:4]), iris[,5] )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.