[R] kruskal wallis for manova?
    Thomas W Blackwell 
    tblackw at umich.edu
       
    Fri Nov 21 16:05:56 CET 2003
    
    
  
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
>
    
    
More information about the R-help
mailing list