calc_ck | R Documentation |
Calculate Critval c Using Method 1
calculate critval c based on the boundaries at interim.
calc_ck(
uk,
lk,
Info.i,
Info.d,
Info.max = NULL,
ImaxAnticipated = FALSE,
rho_alpha = 2,
alpha = 0.025,
bindingFutility = TRUE
)
uk |
upper bounds for all analyses up to and including current stage k |
lk |
lower bounds for all analyses up to and including current stage k |
Info.i |
Information for all analyses up to and including current stage k |
Info.d |
Observed information at decision analysis k |
Info.max |
Maximum information |
ImaxAnticipated |
set to TRUE if c should be calculated according to Eq 15 in HJ because study was stopped early due to Imax reached |
rho_alpha |
value of rho used for type I error spending function |
alpha |
one-sided alpha level to be used for the study |
bindingFutility |
whether the futility stopping rule is binding |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.