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.
createRunSettings.RdCreate 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
runPlpSettingsArgsdefined using the functioncreateRunPlpSettingsArgs.- runCmSettings
A parameter object of type
runCmSettingsArgsdefined using the functioncreateRunCmSettingsArgs