Runs a risk stratified analysis
runRiskStratifiedEstimation.Rd
Runs a risk stratified analysis in two stages. It first runs a prediction algorithm using
PatientLevelPrediction
to derive baseline patient risks and then derives estimates
within risk strata incorporating functionality from CohortMethod
package.
Usage
runRiskStratifiedEstimation(
connectionDetails,
analysisSettings,
databaseSettings,
getDataSettings,
covariateSettings,
populationSettings,
runSettings
)
Arguments
- connectionDetails
An R object of type
connectionDetails
created using the functioncreateConnectionDetails
.- analysisSettings
An R object of type
analysisSettings
created using the functioncreateAnalysisSettings
.- databaseSettings
An R object of type
databaseSettings
created using the functioncreateDatabaseSettings
.- getDataSettings
An R object of type
getDataSettings
created using the functioncreateGetDataSettings
.- covariateSettings
An R object of type
covariateSettings
created using the functioncreateCovariateSettings
.- populationSettings
An R object of type
populationSettings
created using the functioncreatePopulationSettings
.- runSettings
An R object of type
runSettings
created using the functioncreateRunSettings
.