examples/Rules-class-StoppingCohortsNearDose.R

# Here, is the rule for stopping the study if at least 3 cohorts were dosed
# at a dose within (1 +/- 0.2) of the next best dose.
my_stopping <- StoppingCohortsNearDose(
  nCohorts = 3,
  percentage = 0.2
)
Roche/crmPack documentation built on July 16, 2024, 2:15 a.m.