powered by
The function creates an object which represents the Wilcoxon distribution.
wilcoxdist(m, n)
number of observations in the first sample.
number of observations in the second sample.
Object of class wilcoxdist.
See Wilcoxon.
Wilcoxon
# NOT RUN { W <- wilcoxdist(20, 15) d(W, c(2, 3, 4, NA)) r(W, 5) # }
Run the code above in your browser using DataLab