CohortSizeConst-class: 'CohortSizeConst'

CohortSizeConst-classR Documentation

CohortSizeConst

Description

[Stable]

CohortSizeConst is the class for fixed and constant size of cohort.

Usage

CohortSizeConst(size)

.DefaultCohortSizeConst()

Arguments

size

(number)
see slot definition.

Slots

size

(integer)
cohort size.

Note

Typically, end users will not use the .DefaultCohortSizeConst() function.

Examples


# Cohort of size 3, constant along the study.
my_size <- CohortSizeConst(size = 3)

Roche/crmPack documentation built on May 5, 2024, 8:44 p.m.