createSccsAnalysis | R Documentation |
Create a SelfControlledCaseSeries analysis specification
createSccsAnalysis(
analysisId = 1,
description = "",
getDbSccsDataArgs,
createStudyPopulationArgs,
createIntervalDataArgs,
fitSccsModelArgs
)
analysisId |
An integer that will be used later to refer to this specific set of analysis choices. |
description |
A short description of the analysis. |
getDbSccsDataArgs |
An object representing the arguments to be used when calling the getDbSccsData function. |
createStudyPopulationArgs |
An object representing the arguments to be used when calling the getDbSccsData function. |
createIntervalDataArgs |
An object representing the arguments to be used when calling the createSccsIntervalData or createScriIntervalData function. |
fitSccsModelArgs |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.