An R6 class to handle a Demographic line item

Super class

ClinicalCharacteristics::LineItem -> DemographicLineItem

Methods

Inherited methods


Method new()

Usage

DemographicLineItem$new(statistic = statistic)

Arguments

statistic

a Statistic Class object used to determine what type of analytic should be done for the line item


Method clone()

The objects of this class are cloneable with this method.

Usage

DemographicLineItem$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.