createCreateCaseControlDataArgs: Create a parameter object for the function...

View source: R/CreateArgFunctions.R

createCreateCaseControlDataArgsR Documentation

Create a parameter object for the function createCaseControlData

Description

Create a parameter object for the function createCaseControlData

Usage

createCreateCaseControlDataArgs(
  firstExposureOnly = FALSE,
  riskWindowStart = 0,
  riskWindowEnd = 0,
  exposureWashoutPeriod = 0
)

Arguments

firstExposureOnly

Should only the first exposure per subject be included?

riskWindowStart

The start of the risk window (in days) relative to the index date. This number should be non-positive.

riskWindowEnd

The end of the risk window (in days) relative to the index date. This number should be non-positive.

exposureWashoutPeriod

Minimum required numbers of days of observation for inclusion of an exposure.

Details

Create an object defining the parameter values.


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