View source: R/RunRiskStratifiedEstimation.R
runRiskStratifiedEstimation | R Documentation |
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.
runRiskStratifiedEstimation( connectionDetails, analysisSettings, databaseSettings, getDataSettings, covariateSettings, populationSettings, runSettings )
connectionDetails |
An R object of type |
analysisSettings |
An R object of type |
databaseSettings |
An R object of type |
getDataSettings |
An R object of type |
covariateSettings |
An R object of type |
populationSettings |
An R object of type |
runSettings |
An R object of type |
The function saves all results based on analysisSettings
. No
results are returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.