Hello, Is there like the kruskal wallis test in relation to ANOVA (no restrictions on normallity and variance homogenity) something (in R) for MANOVA? thanks -- Dr.Nicolaas Busscher Universit?t GH Kassel Nordbahnhofstrasse: 1a, D-37213 Witzenhausen Phone: 0049-(0)5542-98-1715, Fax: 0049-(0)5542-98-1713
Nicolaas - help.search("kruskal") returns: kruskal.test(ctest) Kruskal-Wallis Rank Sum Test This means that the function is kruskal.test() in the ctest package. In order to run it, you must do library("ctest") first. HTH - tom blackwell - u michigan medical school - ann arbor - On Fri, 21 Nov 2003, Nicolaas Busscher wrote:> Hello, > Is there like the kruskal wallis test in relation to ANOVA (no > restrictions on normallity and variance homogenity) something (in R) > for MANOVA? > thanks > > -- > Dr.Nicolaas Busscher Universit?t GH Kassel > Nordbahnhofstrasse: 1a, D-37213 Witzenhausen > Phone: 0049-(0)5542-98-1715, Fax: 0049-(0)5542-98-1713 > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help >
> Hello, > Is there like the kruskal wallis test in relation to ANOVA (no > restrictions on normallity and variance homogenity) something (in R) > for MANOVA?You may know Fortunato Pesarin's book @book{multivaria:2001, key = {386}, author = {Fortunato Pesarin}, title = {Multivariate Permutation Tests: With Applications to Biostatistics}, year = {2001}, publisher = {John Wiley \& Sons}, address = {Chichester} } which addresses those problems. There is some S-Code on the authors web-page which may be point to start. Best, Torsten> thanks > > -- > Dr.Nicolaas Busscher Universit?t GH Kassel > Nordbahnhofstrasse: 1a, D-37213 Witzenhausen > Phone: 0049-(0)5542-98-1715, Fax: 0049-(0)5542-98-1713 > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > >