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

Description Usage Arguments Details

View source: R/Analyses.R

Description

Create exposure-outcome-nesting-cohort combinations.

Usage

1
2
3
4
5
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 createCcrAnalysis 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 createCcrAnalysis 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 createCcrAnalysis function.

Details

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


OHDSI/CaseCrossover documentation built on Nov. 21, 2020, 7:03 a.m.