The module server for exploring prediction covariate summary results
patientLevelPredictionCovariateSummaryServer.RdThe module server for exploring prediction covariate summary results
Usage
patientLevelPredictionCovariateSummaryServer(
id,
modelDesignId,
developmentDatabaseId,
performanceId,
connectionHandler,
inputSingleView,
resultDatabaseSettings
)Arguments
- id
the unique reference id for the module
- modelDesignId
unique id for the model design
- developmentDatabaseId
unique id for the development database
- performanceId
unique id for the performance results
- connectionHandler
the connection to the prediction result database
- inputSingleView
the current tab
- resultDatabaseSettings
a list containing the result schema and prefixes
See also
Other PatientLevelPrediction:
patientLevelPredictionCalibrationServer(),
patientLevelPredictionCalibrationViewer(),
patientLevelPredictionCovariateSummaryViewer(),
patientLevelPredictionCutoffServer(),
patientLevelPredictionCutoffViewer(),
patientLevelPredictionDesignSummaryServer(),
patientLevelPredictionDesignSummaryViewer(),
patientLevelPredictionDiagnosticsServer(),
patientLevelPredictionDiagnosticsViewer(),
patientLevelPredictionDiscriminationServer(),
patientLevelPredictionDiscriminationViewer(),
patientLevelPredictionHelperFile(),
patientLevelPredictionModelSummaryServer(),
patientLevelPredictionModelSummaryViewer(),
patientLevelPredictionNbServer(),
patientLevelPredictionNbViewer(),
patientLevelPredictionServer(),
patientLevelPredictionSettingsServer(),
patientLevelPredictionSettingsViewer(),
patientLevelPredictionValidationServer(),
patientLevelPredictionValidationViewer(),
patientLevelPredictionViewer()