Description Usage Arguments Details Value Author(s) References
View source: R/MANOVA.Estimation.R
The function estimates the parameters of the MANOVA for a set of contrasts and a set of linear combinations of the dependent variables.
1 | MANOVA.Estimation(Y, X, C, M)
|
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. |
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.
Returns the main results of the MANOVA.
Jose Luis Vicente-Villardon, Laura Vicente-Gonzalez
Seber, G. A. (2009). Multivariate observations (Vol. 252). John Wiley & Sons.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.