plot_scenarios: Plot scenarios of true DLT rates

View source: R/plot_scenarios.R

plot_scenariosR Documentation

Plot scenarios of true DLT rates

Description

Plot scenarios of true DLT rates

Usage

plot_scenarios(DLT_target_rate, scenarios, save_as)

Arguments

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

Value

plot (red: first design; blue: second design; green: third design)

Examples

## 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)

IDDI-BE/PhIdesign documentation built on Feb. 7, 2024, 9:32 p.m.