Skip to content
Prev 295452 / 398506 Next

two sided wilcox test

On 2012-05-23 10:19, csrabak wrote:
Or, if that's not clear enough, why not just try it
on a case with known result:

   y <- 1:10
   x <- y + runif(10)
   wilcox.test(x, y, ....)

Peter Ehlers