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.
# S3 method for bootstrapValidation_Bin
summary(object,
...)
An object of class bootstrapValidation_Bin
Additional parameters for the generic summary
function
A vector describing the results of the bootstrapping procedure
An object of class summary.lm
, summary.glm
, or summary.coxph
containing a summary of the analyzed model
A matrix with the coefficients, IDI, NRI, and the 95% confidence intervals obtained via bootstrapping
A matrix with the tabulated results of the blind test accuracy, sensitivity, specificities, and area under the ROC curve