examples/Rules-class-StoppingTDCIRatio.R

# Define the target stopping ratio (5) and the target probability of a DLT to
# be used (0.3).
my_stopping <- StoppingTDCIRatio(
  target_ratio = 5,
  prob_target = 0.3
)
Roche/crmPack documentation built on June 30, 2024, 1:31 a.m.