[Rd] pairwise.wilcox.test for paired samples

Peter Dalgaard p.dalgaard at biostat.ku.dk
Sat Oct 25 19:32:16 CEST 2008


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
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)              FAX: (+45) 35327907



More information about the R-devel mailing list