MANOVA.Estimation: Estimation of the MANOVA parameters.

Description Usage Arguments Details Value Author(s) References

View source: R/MANOVA.Estimation.R

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

1
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.


PERMANOVA documentation built on Sept. 6, 2021, 5:07 p.m.