R/CreateArgFunctions.R
createCreateStudyPopulationArgs.Rd
Create a parameter object for the function createStudyPopulation
createCreateStudyPopulationArgs(
firstExposureOnly = FALSE,
restrictToCommonPeriod = FALSE,
washoutPeriod = 0,
removeDuplicateSubjects = "keep all",
removeSubjectsWithPriorOutcome = TRUE,
priorOutcomeLookback = 99999,
minDaysAtRisk = 1,
maxDaysAtRisk = 99999,
riskWindowStart = 0,
startAnchor = "cohort start",
riskWindowEnd = 0,
endAnchor = "cohort end",
censorAtNewRiskWindow = FALSE
)
Should only the first exposure per subject be included?
Restrict the analysis to the period when both exposures are observed?
The minimum required continuous observation time prior to index date for a person to be included in the cohort.
Remove subjects that are in both the target and comparator cohort? See details for allowed values.
Remove subjects that have the outcome prior to the risk window start?
How many days should we look back when identifying prior outcomes?
The minimum required number of days at risk. Risk windows with fewer days than this number are removed from the analysis.
The maximum allowed number of days at risk. Risk windows that are longer will be truncated to this number of days.
The start of the risk window (in days) relative to the startAnchor.
The anchor point for the start of the risk window. Can be "cohort start" or "cohort end".
The end of the risk window (in days) relative to the endAnchor.
The anchor point for the end of the risk window. Can be "cohort start" or "cohort end".
If a subject is in multiple cohorts, should time-at-risk be censored when the new time-at-risk starts to prevent overlap?
Create an object defining the parameter values.