createRunSettings: Create a settings object for running the analyses Create the...

View source: R/CreateArgFuns.R

createRunSettingsR Documentation

Create a settings object for running the analyses Create the settings for running the analyses. The input consists of two parts: 1) the settings for running the prediction algorithms and 2) the settings for estimating treatment effects within strata of predicted risk.

Description

Create a settings object for running the analyses Create the settings for running the analyses. The input consists of two parts: 1) the settings for running the prediction algorithms and 2) the settings for estimating treatment effects within strata of predicted risk.

Usage

createRunSettings(
  runPlpSettings = createRunPlpSettingsArgs(),
  runCmSettings = createRunCmSettingsArgs()
)

Arguments

runPlpSettings

A parameterer object of type runPlpSettingsArgs defined using the function createRunPlpSettingsArgs.

runCmSettings

A parameter object of type runCmSettingsArgs defined using the function createRunCmSettingsArgs

Value

An R object of type runSettings


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