wilcoxdist {mistr} | R Documentation |
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)