View source: R/get_dose_paths.R
get_dose_paths | R Documentation |
A dose-escalation design exists to select doses in response to observed outcomes. The entire space of possible responses can be calculated to show the behaviour of a design in response to all feasible outcomes. This function performs that task.
get_dose_paths(selector_factory, cohort_sizes, ...)
selector_factory |
Object of type |
cohort_sizes |
Integer vector representing sizes of |
... |
Extra args are passed onwards. |
Object of type dose_paths
.
# Calculate paths for a 3+3 design for the next two cohorts of three patients
paths <- get_three_plus_three(num_doses = 5) %>%
get_dose_paths(cohort_sizes = c(3, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.