Extracts covariates that occur during a cohort

getDbDuringCovariateData(
  connection,
  oracleTempSchema = NULL,
  cdmDatabaseSchema,
  cdmVersion = "5",
  cohortTable = "#cohort_person",
  rowIdField = "subject_id",
  aggregated = T,
  cohortIds = c(-1),
  covariateSettings,
  minCharacterizationMean = 0,
  ...
)

Arguments

connection

The database connection

oracleTempSchema

The temp schema if using oracle

cdmDatabaseSchema

The schema of the OMOP CDM data

cdmVersion

version of the OMOP CDM data

cohortTable

the table name that contains the target population cohort

rowIdField

string representing the unique identifier in the target population cohort

aggregated

whether the covariate should be aggregated

cohortIds

cohort id for the target cohort

covariateSettings

settings for the covariate cohorts and time periods

minCharacterizationMean

the minimum value for a covariate to be extracted

...

additional arguments from FeatureExtraction

Value

The the during covariates based on user settings

Details

The user specifies a what during covariates they want and this executes them using FE

See also

Other CovariateSetting: createDuringCovariateSettings()