execute | R Documentation |
Execute the validation study
execute( databaseDetails, restrictPlpDataSettings = PatientLevelPrediction::createRestrictPlpDataSettings(sampleSize = NULL), validationSettings = PatientLevelPrediction::createValidationSettings(recalibrate = NULL), outputFolder, createCohorts = T, runValidation = T, packageResults = T, minCellCount = 5, logSettings = PatientLevelPrediction::createLogSettings(verbosity = "INFO", logName = "validatePLP") )
databaseDetails |
Database details for the validation created using |
restrictPlpDataSettings |
Extras data settings such as sampling created using |
validationSettings |
Settings for the validation such as whether to recalibrate |
outputFolder |
Name of local folder to place results; make sure to use forward slashes (/) |
createCohorts |
Whether to create the cohorts for the study |
runValidation |
Whether to run the valdiation models |
packageResults |
Whether to package the results (after removing sensitive details) |
minCellCount |
The min count for the result to be included in the package results |
logSettings |
Settings for the logging created using |
This function will execute the sepcified parts of the study
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.