Message-ID: <3E9CFC8A.3070800@statistik.uni-dortmund.de>
Date: 2003-04-16T06:47:38Z
From: Uwe Ligges
Subject: About kruskal.test
In-Reply-To: <305DDED6.4CB2023F.00206454@netscape.net>
ocbruno at netscape.net wrote:
> Hi,
>
> I'm newbie in R package,
> but i'm extremely gratefull for these list!
>
> is there possible to make kruskal.test
> summarize the sum of ranks??
> e.g
> #####
> z<-c(1.2,3.4,0,0,0,0,0)
> ranks(z) # like in octave package
rank() # like in R ;-)
Uwe Ligges
> ans=
> 6 7 3 3 3 3 3
> sum(ranks(z))
> ans= 28
> ###
> then apply multiple comparisions for many other data
> SE<-sqrt(n*(n*k)*(n*k+1)/12) # according Zar,JH. Bioestatistical
> # Analysis sec.12.6, on pg. 199
> Thanks for any helps
> Marcelo A. BRUNO
> --# Oceanographer #
> --# FURG - Dpto.Oceanografia #
> --# CP 474 - RIO GRANDE - RS #
> --# CEP 96.200-000 BRAZIL #
> ##############################
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help