R/CreateArgFunctions.R
createCreateCaseControlDataArgs.Rd
Create a parameter object for the function createCaseControlData
createCreateCaseControlDataArgs(
firstExposureOnly = FALSE,
riskWindowStart = 0,
riskWindowEnd = 0,
exposureWashoutPeriod = 0
)
Should only the first exposure per subject be included?
The start of the risk window (in days) relative to the index date. This number should be non-positive.
The end of the risk window (in days) relative to the index date. This number should be non-positive.
Minimum required numbers of days of observation for inclusion of an exposure.
Create an object defining the parameter values.