Describes a denominator population cohort for prevalence analyses.
Does not require a CIRCE JSON file or a calculation mode.
Methods
Method new()
Create a new PopulationCohort object
Arguments
id
Integer cohort ID within the database results schema.
name
Character cohort name.
Method id()
Return the cohort ID.
Method name()
Return the cohort name.
Method viewCohortInfo()
Return a formatted info string about this cohort.
Usage
PopulationCohort$viewCohortInfo()
Method clone()
The objects of this class are cloneable with this method.
Usage
PopulationCohort$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.