MANOVA.Estimation {PERMANOVA}R Documentation

Estimation of the MANOVA parameters.

Description

The function estimates the parameters of the MANOVA for a set of contrasts and a set of linear combinations of the dependent variables.

Usage

MANOVA.Estimation(Y, X, C, M)

Arguments

Y

The matrix of dependent variables.

X

The matrix of independent variables.

C

A matrix containing a set of contrasts on the columns of X.

M

A matrix containing a set of linear combinations of the columns of Y.

Details

The function estimates the parameters of the MANOVA for a set of contrasts contained in a matrix C and a set of linear combinations of the dependent variables in a matrix M. The function is actually used in a more general procedure called MANOVA.

Value

Returns the main results of the MANOVA.

Author(s)

Jose Luis Vicente-Villardon, Laura Vicente-Gonzalez

References

Seber, G. A. (2009). Multivariate observations (Vol. 252). John Wiley & Sons.


[Package PERMANOVA version 0.2.0 Index]