Matthias Kohl wrote:
Dear R Core,

pairwise.wilcox.test does not handle "paired = TRUE" correctly; e.g.

....

The line
   wilcox.test(xi, xj, ...)$p.value

should read
  wilcox.test(xi, xj, paired = paired, ...)$p.value

Yes, fixed now. Thanks.

        -pd

--
   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-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to