Create a case-control analysis specification
createCcAnalysis(
analysisId = 1,
description = "",
exposureType = NULL,
outcomeType = NULL,
nestingCohortType = NULL,
getDbCaseDataArgs,
selectControlsArgs,
getDbExposureDataArgs,
createCaseControlDataArgs,
fitCaseControlModelArgs
)
An integer that will be used later to refer to this specific set of analysis choices.
A short description of the analysis.
If more than one exposure is provided for each exposureOutcomeNestingCohort, this field should be used to select the specific exposure to use in this analysis.
If more than one outcome is provided for each exposureOutcomeNestingCohort, this field should be used to select the specific outcome to use in this analysis.
If more than one nesting cohort is provided for each exposureOutcomeNestingCohort, this field should be used to select the specific nesting cohort to use in this analysis.
An object representing the arguments to be used when calling the
createGetDbCaseDataArgs
function.
An object representing the arguments to be used when calling the
createSelectControlsArgs
function.
An object representing the arguments to be used when calling the
createGetDbExposureDataArgs
function.
An object representing the arguments to be used when calling the
createCreateCaseControlDataArgs
function.
An object representing the arguments to be used when calling the
createFitCaseControlModelArgs
function.
Create a set of analysis choices, to be used with the runCcAnalyses
function.