Skip to contents

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