createExposureOutcomeNestingCohort: Create exposure-outcome-nesting-cohort combinations.

View source: R/Analyses.R

createExposureOutcomeNestingCohortR Documentation

Create exposure-outcome-nesting-cohort combinations.

Description

Create exposure-outcome-nesting-cohort combinations.

Usage

createExposureOutcomeNestingCohort(
  exposureId,
  outcomeId,
  nestingCohortId = NULL
)

Arguments

exposureId

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.

outcomeId

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.

nestingCohortId

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.

Details

Create a set of hypotheses of interest, to be used with the runCcAnalyses function.


OHDSI/CaseControl documentation built on July 15, 2022, 6:33 a.m.