Torsten Hothorn <[EMAIL PROTECTED]> 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
~~~~~~~~~~ - ([EMAIL PROTECTED])                  FAX: (+45) 35327907

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to