validateExternal - Validate model performance on new data
Source:R/ExternalValidatePlp.R
validateExternal.Rd
validateExternal - Validate model performance on new data
Usage
validateExternal(
validationDesignList,
databaseDetails,
logSettings = createLogSettings(verbosity = "INFO", logName = "validatePLP"),
outputFolder,
cohortDefinitions = NULL
)
Arguments
- validationDesignList
A list of objects created with
createValidationDesign
- databaseDetails
A list of objects of class
databaseDetails
created usingcreateDatabaseDetails
- logSettings
An object of
logSettings
created usingcreateLogSettings
- outputFolder
The directory to save the validation results to
- cohortDefinitions
A cohortDefinitionSet object created with
CohortGenerator
(subfolders are created per database in validationDatabaseDetails)