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,
splitSettings = createDefaultSplitSetting(type = "stratified", testFraction = 0.25,
trainFraction = 0.75, splitSeed = 123, nfold = 3),
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 |
splitSettings |
The train/validation/test splitting used by all analyses created using |
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.