Add Patient Level Prediction Validation Module module specifications to analysis specifications
Source:R/Settings.R
addPatientLevelPredictionValidationModuleSpecifications.Rd
Add Patient Level Prediction Validation Module module specifications to analysis specifications
Usage
addPatientLevelPredictionValidationModuleSpecifications(
analysisSpecifications,
moduleSpecifications
)
Arguments
- analysisSpecifications
An object of type
AnalysisSpecifications
as created bycreateEmptyAnalysisSpecificiations()
.- moduleSpecifications
Created by the
PatientLevelPredictionValidationModule$createModuleSpecifications()
function.