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