Create a SelfControlledCaseSeries analysis specification
createSccsAnalysis(
analysisId = 1,
description = "",
getDbSccsDataArgs,
createStudyPopulationArgs,
createIntervalDataArgs,
fitSccsModelArgs
)
An integer that will be used later to refer to this specific set of analysis choices.
A short description of the analysis.
An object representing the arguments to be used when calling the getDbSccsData function.
An object representing the arguments to be used when calling the getDbSccsData function.
An object representing the arguments to be used when calling the createSccsIntervalData or createScriIntervalData function.
An object representing the arguments to be used when calling the fitSccsModel function.
An object of type SccsAnalysis
, to be used with the runSccsAnalyses function.