Description Usage Arguments Value Examples
Distribution of Wilcoxon Signed Rank Test Statistic
1 | signrank.dist(nv = 5:50, av, tab = TRUE, plot = FALSE, dig = 4)
|
nv |
Number of signed data, Default: 5:50 |
av |
Probability vector (default=c(0.005, 0.01, 0.025, 0.05, 0.95, 0.975, 0.99, 0.995)) |
tab |
Print quantile table? Default: TRUE |
plot |
Plot test statistic distribution? Default: FALSE |
dig |
Number of digits below the decimal point, Default: 4 |
None.
1 2 | signrank.dist(nv=5:15)
signrank.dist(nv=c(5,7,10,20), tab=FALSE, plot=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.