Description Usage Arguments Value Examples
View source: R/single_poc_nonadap.R
Single Arm Calculator (Non-Adaptive)
1 | single_poc(soc = 0.25, exp = 0.4, alpha = 0.05, pwr = 0.8)
|
soc |
Standard of care efficacy (0 - 1 value) |
exp |
Expected experimental treatment efficacy (0 - 1 value) |
alpha |
Desired alpha level (0 - 1 value) |
pwr |
Desired power (0 - 1 value) |
Displays the necessary amount of patients needed for the sample size to satisfy user defined parameters.
1 2 3 | library(ParamCalc)
single_poc()
single_poc(soc = 0.27, exp = 0.36, alpha = 0.03, pwr = 0.85)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.