Create detailed covariate settings
An integer between 0 and 999 that uniquely identifies this analysis.
The name of the parameterized SQL file embedded in the
featureExtraction package.
The list of parameter values used to render the template SQL.
A list of concept IDs that should be used to construct covariates.
Should descendant concept IDs be added to the list of concepts to include?
A list of concept IDs that should NOT be used to construct covariates.
Should descendant concept IDs be added to the list of concepts to exclude?
A list of covariate IDs that should be restricted to.
An object of type analysisDetail, to be used in
createDetailedCovariateSettings or
createDetailedTemporalCovariateSettings.
creates an object specifying in detail how covariates should be constructed from data in the CDM model. Warning: this function is for advanced users only.
analysisDetails <- createAnalysisDetails(
analysisId = 1,
sqlFileName = "DemographicsGender.sql",
parameters = list(
analysisId = 1,
analysisName = "Gender",
domainId = "Demographics"
),
includedCovariateConceptIds = c(),
addDescendantsToInclude = FALSE,
excludedCovariateConceptIds = c(),
addDescendantsToExclude = FALSE,
includedCovariateIds = c()
)