CohortSizeRange-class: Cohort size based on dose range

Description Slots Examples

Description

Cohort size based on dose range

Slots

intervals

a vector with the left bounds of the relevant dose intervals

cohortSize

an integer vector of the same length with the cohort sizes in the intervals

Examples

1
2
3
4
5
6
# As example, here is the rule for: 
#   having cohort of size 1 for doses <30
#   and having cohort of size 3 for doses >=30

mySize <- CohortSizeRange(intervals=c(0, 30),
                          cohortSize=c(1, 3))

0liver0815/onc-crmpack-test documentation built on Feb. 19, 2022, 12:25 a.m.