createIctpdAnalysis: Create ICTPD analysis details

View source: R/Analyses.R

createIctpdAnalysisR Documentation

Create ICTPD analysis details

Description

createIctpdAnalysis generates an object specifying one set of analysis choices for the IC Temporal Pattern Discovery method.

Usage

createIctpdAnalysis(
  analysisId = 1,
  description = "",
  exposureType = NULL,
  outcomeType = NULL,
  getDbIctpdDataArgs,
  calculateStatisticsIcArgs
)

Arguments

analysisId

A unique identifier that can later be used to identify the results of this analysis

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.

getDbIctpdDataArgs

An object representing the arguments to be used when calling the getDbIctpdData function.

calculateStatisticsIcArgs

An object representing the arguments to be used when calling the calculateStatisticsIc function.


OHDSI/IcTemporalPatternDiscovery documentation built on Sept. 16, 2022, 1:11 p.m.