Learn R Programming

crmPack (version 2.0.0)

CohortSizeConst-class: 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.

Examples

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

Run the code above in your browser using DataLab