Displaying 2 results from an estimated 2 matches for "boxmtest".
Did you mean:
booktest
2004 Jan 20
1
evaluation of discriminant functions+multivariate homosce dasticity
...I left the original comments largely intact. The output I get from R
for the example is the same as what is shown in the comments.]
[BTW #2: I'd imagine the original Matlab code probably could be improved a
bit...]
Andy
=======================================================================
BoxMTest <- function(X, cl, alpha=0.05) {
## Multivariate Statistical Testing for the Homogeneity of Covariance
## Matrices by the Box's M.
##
## Syntax: function [MBox] = BoxMTest(X,alpha)
##
## Inputs:
## X - data matrix (Size of matrix must be n-by-(1+p); sample=column
1,...
2013 Sep 10
2
Normalidad para datos multivariados
Hola! Estoy teniendo un problema para testar la normalidad y la homogeneidad de varianzas para mi modelo de manova
Es este mi modelo: m1<-manova(cbind(pred,fit,oniv)~tratamento/parcela+bloco,data.vegetacao)
Aparte de tener tres variables respuestas (predador, fitófago, omnívoro), también es un diseño anidado.
Alguien sabría responder esto? Gracias!
Carol
[[alternative HTML version