View source: R/dose_escalation_table.R
dose_escalation_table | R Documentation |
Plot a table of dose escalation vs de-escalation vs stop decisions
dose_escalation_table(
mod,
stop_at_n_in_dose_level,
dose = as.integer(2),
stop_label = "DU"
)
mod |
object of type |
stop_at_n_in_dose_level |
integer, maximum dose sample size |
dose |
integer, current dose |
stop_label |
the label given to the outcome where no dose is selected |
a plot
Conor Norris, Kristian Brock
mymod <- get_mtpi2(num_doses = 9, target = 0.4, alpha = 2, beta = 2,
epsilon1 = 0.15, epsilon2 = 0.03,
exclusion_certainty = 0.8)
dose_escalation_table(
mod = mymod,
stop_at_n_in_dose_level = 15
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.