| CohortSizeConst-class | R Documentation |
CohortSizeConstCohortSizeConst is the class for fixed and constant size of cohort.
CohortSizeConst(size)
.DefaultCohortSizeConst()
size |
( |
size(integer)
cohort size.
Typically, end users will not use the .DefaultCohortSizeConst() function.
# Cohort of size 3, constant along the study.
my_size <- CohortSizeConst(size = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.