runs.dist | R Documentation |
Distribution of Runs Test Statistic
runs.dist(n1 = 2:20, n2 = 2:20, alp = 0.05, tab = TRUE, side = "two", plot = FALSE)
n1 |
Number of data in group 1, Default: 2:20 |
n2 |
Number of data in group 2, Default: 2:20 |
alp |
Level of significance, Default: 0.05 |
tab |
Print critical value table? Default: TRUE |
side |
Type of alternative hypothesis, Default: 'two' |
plot |
Plot run distribution? Default: FALSE |
None.
require(randomizeBE) runs.dist(n1=2:10, n2=2:10) runs.dist(n1=c(5,20), n2=c(5,20), tab=FALSE, plot=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.