examples/Rules-class-StoppingPatientsNearDose.R

# As example, here is the rule for stopping the study if at least 9 patients
# were dosed at a dose within (1 +/- 0.2) of the next best dose.

my_stopping <- StoppingPatientsNearDose(
  nPatients = 9,
  percentage = 20
)
Roche/crmPack documentation built on June 30, 2024, 1:31 a.m.