View source: R/RunMultiplePlp.R
validateMultiplePlp | R Documentation |
This function loads all the models in a multiple plp analysis folder and validates the models on new data
validateMultiplePlp(
analysesLocation,
validationDatabaseDetails,
validationRestrictPlpDataSettings = createRestrictPlpDataSettings(),
recalibrate = NULL,
cohortDefinitions = NULL,
saveDirectory = NULL
)
analysesLocation |
The location where the multiple plp analyses are |
validationDatabaseDetails |
A single or list of validation database settings created using |
validationRestrictPlpDataSettings |
The settings specifying the extra restriction settings when extracting the data created using |
recalibrate |
A vector of recalibration methods (currently supports 'RecalibrationintheLarge' and/or 'weakRecalibration') |
cohortDefinitions |
A list of cohortDefinitions |
saveDirectory |
The location to save to validation results |
Users need to input a location where the results of the multiple plp analyses are found and the connection and database settings for the new data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.