Learn R Programming

crmPack (version 1.0.0)

CohortSizeConst-class: Constant cohort size

Description

This class is used when the cohort size should be kept constant.

Arguments

Slots

size

the constant integer size

Examples

Run this code
# NOT RUN {
# This is to have along the study a constant cohort size of 3
mySize <- CohortSizeConst(size=3)

# }

Run the code above in your browser using DataLab