[R] Wilcoxon signed-ranks test using package coin ?

2010-02-08 Thread Dale Steele
Given the following data, and hypothesized median M.0 I've found a method to implement the Wilcoxon signed-rank test. Data: (with one zero difference and tied ranks) x - c(136, 103, 91, 122, 96, 145, 140, 138, 126, 120, 99, 125, 91,142, 119, 137) M.0 - 119 library(exactRankTests) Package

Re: [R] Wilcoxon signed-ranks test using package coin ?

2010-02-08 Thread Peter Ehlers
Dale Steele wrote: Given the following data, and hypothesized median M.0 I've found a method to implement the Wilcoxon signed-rank test. Data: (with one zero difference and tied ranks) x - c(136, 103, 91, 122, 96, 145, 140, 138, 126, 120, 99, 125, 91,142, 119, 137) M.0 - 119