createSccAnalysis | R Documentation |
Create a SelfControlledCohort analysis specification
createSccAnalysis( analysisId = 1, description = "", exposureType = NULL, outcomeType = NULL, runSelfControlledCohortArgs )
analysisId |
An integer that will be used later to refer to this specific set of analysis choices. |
description |
A short description of the analysis. |
exposureType |
If more than one exposure is provided for each exposureOutcome, this field should be used to select the specific exposure to use in this analysis. |
outcomeType |
If more than one outcome is provided for each exposureOutcome, this field should be used to select the specific outcome to use in this analysis. |
runSelfControlledCohortArgs |
An object representing the arguments to be used when calling
the |
Create a set of analysis choices, to be used with the runSccAnalyses
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.