Description Usage Arguments Value
Calculates approximate sample size for two-stage Mann-Whitney-Wilcoxon statistic.
1 2 3 4 5 6 7 8 9 10 | samplesize(
omega,
lambda11 = 0.25,
lambda12 = 0.25,
lambda21 = 0.25,
lambda22 = 0.25,
alpha2 = 0.05,
beta = 0.2,
round = TRUE
)
|
omega |
Alternative P(Y>X)-.5 |
lambda11 |
Proportion in group 1, first evaluation |
lambda12 |
Proportion in group 1, second evaluation |
lambda21 |
Proportion in group 2, first evaluation |
lambda22 |
Proportion in group 2, second evaluation |
alpha2 |
Overall test size |
beta |
Type II error rate. |
round |
Logical Should sample size be rounded? |
group sizes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.