Description Usage Arguments Value Author(s) References Examples
This function finds the operating characteristics of a single realisation of a Simon design. It returns the inputted values along with the type-I error-rate (alpha), power, expected sample size under p=p0 (EssH0) and expected sample size under p=p1 (Ess).
1 | findSingleSimonDesign(n1, n2, r1, r2, p0, p1)
|
n1 |
Number of participants in stage 1 |
n2 |
Number of participants in stage 2 |
p0 |
Anticipated response probability for inefficacious treatment |
p1 |
Anticipated response probability for efficacious treatment |
A vector containing all the inputted values and corresponding operating characteristics.
Martin Law, martin.law@mrc-bsu.cam.ac.uk
1 | findSingleSimonDesign(n1 = 15, n2 = 11, r1 = 1, r2 = 4, p0 = 0.1, p1 = 0.3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.