View source: R/plot_scenarios.R
plot_scenarios | R Documentation |
Plot scenarios of true DLT rates
plot_scenarios(DLT_target_rate, scenarios, save_as)
DLT_target_rate |
DLT target rate (to put horizontal line for reference) |
scenarios |
scenarios of true DLT rates for each dose level. This also defines the number of dose levels |
save_as |
where to save output |
plot (red: first design; blue: second design; green: third design)
## Not run:
plot_scenarios(DLT_target_rate=0.3,
scenarios=list(c(0.40 ,0.50 ,0.60 ,0.70 ,0.80 ,0.90),
c(0.30 ,0.40 ,0.50 ,0.60 ,0.70 ,0.80)),
save_as="C:/Users/kdhollander/Desktop/test")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.