examples/Rules-class-CohortSizeDLT.R

# Rule for having cohort of size 1 until no DLT is observed and having cohort
# of size 3 as soon as 1 DLT is observed.
my_size <- CohortSizeDLT(intervals = c(0, 1), cohort_size = c(1, 3))
Roche/crmPack documentation built on June 30, 2024, 1:31 a.m.