dose_paths: Dose pathways

View source: R/dose_paths.R

dose_pathsR Documentation

Dose pathways

Description

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. The get_dose_paths function performs that task and returns an instance of this object.

Usage

dose_paths()

See Also

selector

Examples


# Calculate dose-paths for the 3+3 design:
paths <- get_three_plus_three(num_doses = 5) %>%
  get_dose_paths(cohort_sizes = c(3, 3))

escalation documentation built on May 31, 2023, 6:32 p.m.