design_cont | R Documentation |
This function generates the design parameters of a clinical trial for continuous outcome.
design_cont(delta0, delta1, alpha, beta, k, frac)
delta0 |
numeric Standardized effect size in ineffective arm. |
delta1 |
numeric Standardized effect size in effective arm. |
alpha |
numeric Type I error. |
beta |
numeric Type II error. |
k |
numeric Number of treatment arms. |
frac |
numeric Vector of fractions for information time at each look. |
List of cumulative sample size for each stage of treatment and control groups along with maximum total sample size of the trial. It also provides efficacy and futility boundaries of the trial.
design_cont(delta0 = 0.178, delta1 = 0.545, alpha = 0.05, beta = 0.1, k = 4, frac = c(1 / 2, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.