examples/Rules-class-CohortSizeDLT.R

# As example, here is the rule for: 
#   having cohort of size 1 until no DLT were observed
#   and having cohort of size 3 as soon as 1 DLT is observed

mySize <- CohortSizeDLT(DLTintervals = c(0, 1),
                        cohortSize = c(1, 3))
0liver0815/onc-crmpack-test documentation built on Feb. 19, 2022, 12:25 a.m.