CohortSizeConst-class {crmPack} | R Documentation |
Constant cohort size
Description
This class is used when the cohort size should be kept constant.
Slots
size
the constant integer size
Examples
# This is to have along the study a constant cohort size of 3
mySize <- CohortSizeConst(size=3)
[Package crmPack version 1.0.6 Index]