createCcrAnalysis: Create a case-crossover analysis specification

Description Usage Arguments Details

View source: R/Analyses.R

Description

Create a case-crossover analysis specification

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
createCcrAnalysis(
  analysisId = 1,
  description = "",
  exposureType = NULL,
  outcomeType = NULL,
  nestingCohortType = NULL,
  getDbCaseCrossoverDataArgs,
  selectSubjectsToIncludeArgs,
  getExposureStatusArgs
)

Arguments

analysisId

An integer that will be used later to refer to this specific set of analysis choices.

description

A short description of the analysis.

exposureType

If more than one exposure is provided for each exposureOutcomeNestingCohort, this field should be used to select the specific exposure to use in this analysis.

outcomeType

If more than one outcome is provided for each exposureOutcomeNestingCohort, this field should be used to select the specific outcome to use in this analysis.

nestingCohortType

If more than one nesting cohort is provided for each exposureOutcomeNestingCohort, this field should be used to select the specific nesting cohort to use in this analysis.

getDbCaseCrossoverDataArgs

An object representing the arguments to be used when calling the createGetDbCaseCrossoverDataArgs function.

selectSubjectsToIncludeArgs

An object representing the arguments to be used when calling the selectSubjectsToInclude function.

getExposureStatusArgs

An object representing the arguments to be used when calling the getExposureStatus function.

Details

Create a set of analysis choices, to be used with the runCcrAnalyses function.


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