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

Usage

PopulationCohort$new(id, name)

Arguments

id

Integer cohort ID within the database results schema.

name

Character cohort name.


Method id()

Return the cohort ID.

Usage

PopulationCohort$id()


Method name()

Return the cohort name.

Usage

PopulationCohort$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.