Displaying 2 results from an estimated 2 matches for "td4695699".
2017 Jun 23
2
Paired Weighted Wilcoxon test in R
...eplace = TRUE)
y <- sample(x = c(1:100), size = 20, replace = TRUE)
weight <- runif(n = 20)
data <- data.frame(x = x, y = y, weight = weight)
I?m new with statistical tests. I?ve read this other post about a similar issue:
http://r.789695.n4.nabble.com/Weighted-Mann-Whitney-Wilcoxon-Test-td4695699.html <http://r.789695.n4.nabble.com/Weighted-Mann-Whitney-Wilcoxon-Test-td4695699.html>
But I?m not sure if I can use the packages/works cited there.
Any help/comment would be fantastic for me.
Thank you!
[[alternative HTML version deleted]]
2017 Jun 24
0
Paired Weighted Wilcoxon test in R
...e(x = c(1:100), size = 20, replace = TRUE)
> weight <- runif(n = 20)
> data <- data.frame(x = x, y = y, weight = weight)
>
> I?m new with statistical tests. I?ve read this other post about a similar issue:
>
> http://r.789695.n4.nabble.com/Weighted-Mann-Whitney-Wilcoxon-Test-td4695699.html <http://r.789695.n4.nabble.com/Weighted-Mann-Whitney-Wilcoxon-Test-td4695699.html>
>
> But I?m not sure if I can use the packages/works cited there.
>
> Any help/comment would be fantastic for me.
>
> Thank you!
> [[alternative HTML version deleted]]
>
>...