View source: R/check_safety_rule.R
check_safety_rule | R Documentation |
Check if an available dose violates safety rule (toxicity count/sample size > safety threshold zeta).
check_safety_rule(80, dose_info, 0.8)
dose |
A numeric dose level (assumed to be available) |
dose_info |
Dataframe containing [dose level | availability | N_d | X_d | Y_d | Z_d | pf | pe | pt] |
zeta |
Invoke stopping rule if more than this proportion of subjects exhibit toxicity |
Boolean T/F whether safety rule was violated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.