ranksum.dist | R Documentation |
Distribution of Wilcoxon Rank Sum Test Statistic
ranksum.dist(n1, n2 = 3:10, tab = TRUE, plot = FALSE, dig = 4)
n1 |
Number of data in group 1 (default=1:min(n2)) |
n2 |
Number of data in group 2, Default: 3:10 |
tab |
Print critical value table? Default: TRUE |
plot |
Plot rank sum distribution? Default: FALSE |
dig |
Number of digits below the decimal point, Default: 4 |
None.
ranksum.dist(n2=3:5) ranksum.dist(n1=c(2,4,6,8), n2=10, tab=FALSE, plot=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.