Creates an Object Representing Wilcoxon Distribution
The function creates an object which represents the Wilcoxon distribution.
wilcoxdist(m, n)
m |
number of observations in the first sample. |
n |
number of observations in the second sample. |
See Wilcoxon
.
Object of class wilcoxdist.
W <- wilcoxdist(20, 15) d(W, c(2, 3, 4, NA)) r(W, 5)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.