A Demographic Statistic that retrieves and categorizes the location of the persons in the target cohort

Super class

ClinicalCharacteristics::Statistic -> DemographicLocation

Methods

Inherited methods


Method new()

Usage

Arguments

breaks

a breaks strategy object to categorize results


Method getDemoLabel()

retrieve the demographic label

Usage

DemographicLocation$getDemoLabel()


Method modifyBreaksLabels()

update the breaks labels within the statistics class

Usage

DemographicLocation$modifyBreaksLabels(newLabels)

Arguments

newLabels

a character string of new labels for the breaks


Method clone()

The objects of this class are cloneable with this method.

Usage

DemographicLocation$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.