Create a cohort line item and set its attributes

createCohortLineItem(
  sectionLabel = NA_character_,
  covariateCohort,
  cohortTable,
  timeInterval,
  statistic
)

Arguments

sectionLabel

(OPTIONAL) The name of the line item (if not provided, the name will be set to the cohort name from the CohortInfo object)

timeInterval

The TimeIntervalClass object used for the line item

statistic

The Statistic object to be used to evaluate the line item

cohort

A CohortInfo object

Value

A CohortLineItem object