fitOutcomeModelsOverall: Fit overall outcome model

View source: R/Overall.R

fitOutcomeModelsOverallR Documentation

Fit overall outcome model

Description

Fits outcome models within risk strata, estimating relative and absolute differences. Designed to be performed within a parellelized analysis.

Usage

fitOutcomeModelsOverall(
  outcomeId,
  analysisSettings,
  getDataSettings,
  runCmSettings
)

Arguments

outcomeId

The outcome of interest for which the esitmation is performed. That is the outcome for which risk stratification is performed.

analysisSettings

An R object of type analysisSettings created using the function createAnalysisSettings.

getDataSettings

An R object of type getDataSettings created using the function createGetDataSettings.

runCmSettings

A parameter object of type runCmSettingsArgs defined using the function createRunCmSettingsArgs

Value

NULL. The results are all saved.


OHDSI/RiskStratifiedEstimation documentation built on March 13, 2023, 8:16 a.m.