Re: [R] Paired Weighted Wilcoxon test in R

2017-06-24 Thread Dreams Collector
n Fri, Jun 23, 2017 at 7:26 PM, Dreams Collector > wrote: >> Dear R-users, >> >> I’m trying to perform a non-parametric statistical pairwise comparison of >> two samples "x" and "y" using the Wilcoxon test in R, but each of the pairs >

[R] Paired Weighted Wilcoxon test in R

2017-06-23 Thread Dreams Collector
Dear R-users, I’m trying to perform a non-parametric statistical pairwise comparison of two samples "x" and "y" using the Wilcoxon test in R, but each of the pairs have a weight associated. An example of my data is the following one: set.seed(9) x <- sample(x = c(1:100), size = 20, replace = T