[R] effect sizes for Wilcoxon tests
Peter Dalgaard
p.dalgaard at biostat.ku.dk
Wed Nov 16 11:20:02 CET 2005
Torsten Hothorn <Torsten.Hothorn at rzmail.uni-erlangen.de> writes:
[snip]
> > > However, how do I get Z from a Wilcoxon test in R?
> >
> > wtest <- wilcox.test(y~group,data=d, alternative="greater")
> > qnorm(wtest$p.value)
> >
>
> or
>
> library("coin")
> statistic(wilcox_test(y ~ group, data = d, ...), type = "standardized")
>
> where the variance `estimator' takes care of tied observations.
Doesn't it do that in the same way as inside wilcox.test(...,exact=FALSE)?
Just wondering.
-p
--
O__ ---- Peter Dalgaard Øster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907
More information about the R-help
mailing list