An R6 class to define a CohortLineItem

Super class

ClinicalCharacteristics::LineItem -> CohortLineItem

Methods

Inherited methods


Method new()

Usage

CohortLineItem$new(
  sectionLabel,
  domainTable,
  covariateCohort,
  timeInterval,
  statistic
)

Arguments

sectionLabel

a label for the table shell section

domainTable

the domain table in the cdm

covariateCohort

a CohortInfo class with cohorts for covariates

timeInterval

a time interval class object to determine the time frame to consider the analytic

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

CohortLineItem$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.