View source: R/sim_trial_nointerims.R
run_a_noninf_trial_nointerims | R Documentation |
Run a single trial with no interims.
run_a_noninf_trial_nointerims(
id,
mu,
delta,
kappa_lo = 0.01,
kappa_hi = 0.75,
kappa_no = 0.5,
kappa_ctrl = 0.95,
ctrl_alloc = 1/13,
ind_comp_ctrl = FALSE
)
id |
The trial ID |
mu |
The true mean, must be length 13 |
delta |
The superiority margin |
kappa_lo |
The starting threshold to deactivate poor arms |
kappa_hi |
The starting threshold for superiority |
kappa_no |
The starting threshold for non-inferiority |
kappa_ctrl |
The starting threshold for non-inferiority |
ind_comp_ctrl |
Should deactivation be based on P(max trt arms) or P(max all arms) |
A list of trial quantities
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.