Description Usage Arguments Details Value Author(s) References See Also Examples
CalculateSimonDsgn
finds Simon's optimal and minimax designs.
1 | CalculateSimonDsgn(p0, p1, alpha, beta, verbose = TRUE)
|
p0 |
The response rate under the null hypothesis. |
p1 |
The response rate under the alternative hypothesis. |
alpha |
Type I error rate. |
beta |
Type II error rate. |
verbose |
If TRUE (default) the designs are printed (gives messy printout when the function is run without assigment). |
Simon's designs are two-stage single-arm for phase II clinical trials.
They consist in first stage and overall sample sizes and critical values,
n1
and n
, and r1
and r
, respectively.
A two-row dataframe containing the optimal and the minimax designs.
Arsenio Nhacolo
Simon, R. Optimal two-stage designs for phase II clinical trials. Control Clin Trials, 1989, 10, 1-10.
SimulateSimonDsgn
and SimulateSimonDsgnAdaptN
.
1 | d <- CalculateSimonDsgn(0.2, 0.4, 0.05, 0.1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.