validateExternal - Validate model performance on new data
Source:R/ExternalValidatePlp.R
validateExternal.RdvalidateExternal - 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
databaseDetailscreated usingcreateDatabaseDetails- logSettings
An object of
logSettingscreated usingcreateLogSettings- outputFolder
The directory to save the validation results to
- cohortDefinitions
A cohortDefinitionSet object created with
CohortGenerator(subfolders are created per database in validationDatabaseDetails)