Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

CohortSizeRange-class

Cohort size based on dose range


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

# 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))

crmPack

Object-Oriented Implementation of CRM Designs

v1.0.0
GPL (>= 2)
Authors
Daniel Sabanes Bove [aut], Wai Yin Yeung [aut], Giuseppe Palermo [aut, cre], Thomas Jaki [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.