examples/Rules-class-StoppingTargetBiomarker.R

# Stopping the study if there is at least 0.5 probability that the biomarker
# (efficacy) is within the biomarker target range of [0.9, 1.0] (relative to the
# maximum for the biomarker).

my_stopping <- StoppingTargetBiomarker(target = c(0.9, 1), prob = 0.5)
Roche/crmPack documentation built on July 16, 2024, 2:15 a.m.