createIctpdAnalysis
generates an object specifying one set of analysis choices for the IC
Temporal Pattern Discovery method.
createIctpdAnalysis(
analysisId = 1,
description = "",
exposureType = NULL,
outcomeType = NULL,
getDbIctpdDataArgs,
calculateStatisticsIcArgs
)
A unique identifier that can later be used to identify the results of this analysis
A short description of the analysis.
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.
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.
An object representing the arguments to be used when calling the
getDbIctpdData
function.
An object representing the arguments to be used when calling the
calculateStatisticsIc
function.