View source: R/RunMultiplePlp.R
createModelDesign | R Documentation |
Specify settings for deceloping a single model
createModelDesign( targetId, outcomeId, restrictPlpDataSettings = createRestrictPlpDataSettings(), populationSettings = createStudyPopulationSettings(), covariateSettings = FeatureExtraction::createDefaultCovariateSettings(), featureEngineeringSettings = NULL, sampleSettings = NULL, preprocessSettings = NULL, modelSettings = NULL, runCovariateSummary = T )
targetId |
The id of the target cohort that will be used for data extraction (e.g., the ATLAS id) |
outcomeId |
The id of the outcome that will be used for data extraction (e.g., the ATLAS id) |
restrictPlpDataSettings |
The settings specifying the extra restriction settings when extracting the data created using |
populationSettings |
The population settings specified by |
covariateSettings |
The covariate settings, this can be a list or a single |
featureEngineeringSettings |
Either NULL or an object of class |
sampleSettings |
Either NULL or an object of class |
preprocessSettings |
Either NULL or an object of class |
modelSettings |
The model settings such as |
runCovariateSummary |
Whether to run the covariateSummary |
This specifies a single analysis for developing as single model
A list with analysis settings used to develop a single prediction model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.