R/Analyses.R
createExposureOutcomeNestingCohort.Rd
Create exposure-outcome-nesting-cohort combinations.
createExposureOutcomeNestingCohort(
exposureId,
outcomeId,
nestingCohortId = NULL
)
A concept ID identifying the target drug in the exposure table. If
multiple strategies for picking the exposure will be tested in the
analysis, a named list of numbers can be provided instead. In the analysis,
the name of the number to be used can be specified using the #'
exposureType
parameter in the createCcAnalysis
function.
A concept ID identifying the outcome in the outcome table. If multiple
strategies for picking the outcome will be tested in the analysis, a named
list of numbers can be provided instead. In the analysis, the name of the
number to be used can be specified using the outcomeType
parameter
in the createCcAnalysis
function.
A concept ID identifying the nesting cohort in the nesting cohort table.
If multiple strategies for picking the nesting cohort will be tested in the
analysis, a named list of numbers can be provided instead. In the analysis,
the name of the number to be used can be specified using the
nestingCohortType
parameter in the createCcAnalysis
function.
Create a set of hypotheses of interest, to be used with the runCcAnalyses
function.