View source: R/adjust_for_safety_rule.R
adjust_for_safety_rule | R Documentation |
Adjust dose availabilities given that the safety rule was invoked, if dose sample size >= 6 (if sample size < 6, choose to stay and explore dose further, so no availabilities are changed). The dose that invoked the safety rule and any higher doses will be made unavailable for future consideration.
dose_info = adjust_for_safety_rule(120, dose_info) #if dose level 120 invoked safety rule
dose |
A numeric dose level that violated the safety rule |
dose_info |
Dataframe containing [dose level | availability | N_d | X_d | Y_d | Z_d | pf | pe | pt] |
Updated dose-response table dataframe with adjusted availabilities
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.