summary.bootstrapValidation_Bin {FRESA.CAD} | R Documentation |
Generate a report of the results obtained using the bootstrapValidation_Bin function
Description
This function prints two tables describing the results of the bootstrap-based validation of binary classification models. The first table reports the accuracy, sensitivity, specificity and area under the ROC curve (AUC) of the train and test data set, along with their confidence intervals. The second table reports the model coefficients and their corresponding integrated discrimination improvement (IDI) and net reclassification improvement (NRI) values.
Usage
## S3 method for class 'bootstrapValidation_Bin'
summary(object,
...)
Arguments
object |
An object of class |
... |
Additional parameters for the generic |
Value
performance |
A vector describing the results of the bootstrapping procedure |
summary |
An object of class |
coef |
A matrix with the coefficients, IDI, NRI, and the 95% confidence intervals obtained via bootstrapping |
performance.table |
A matrix with the tabulated results of the blind test accuracy, sensitivity, specificities, and area under the ROC curve |
Author(s)
Jose G. Tamez-Pena and Antonio Martinez-Torteya