update_table | R Documentation |
Update table with dose-response information from a new cohort. For the given dose level, add the new futility, efficacy, and toxicity counts to existing numbers.
dose_info = change_dose_info(80, 1, 2, 0) #update dose 80 with an *additional* 1 futility and 2 efficacy counts
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] |
x_d |
Number of subjects experiencing futility |
y_d |
Number of subjects experiencing efficacy |
z_d |
Number of subjects experiencing toxicity |
A dataframe containing updated dose-response table (dose_info
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.