View source: R/change_dose_info.R
change_dose_info | R Documentation |
Change an entire row in dose-response table with desired information. For the given dose level, change the existing futility, efficacy, and toxicity counts to the specified numbers. Useful for fixing entry mistakes and debugging.
dose_info = change_dose_info(80, 1, 2, 0) #update dose 80 to 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.