Usage
# S3 method for roc
print(x, digits=max(3, getOption("digits") - 3), call=TRUE, ...)
# S3 method for multiclass.roc
print(x, digits=max(3, getOption("digits") -
3), call=TRUE, ...)
# S3 method for mv.multiclass.roc
print(x, digits=max(3, getOption("digits") -
3), call=TRUE, ...)
# S3 method for smooth.roc
print(x, digits=max(3, getOption("digits") - 3),
call=TRUE, ...)
# S3 method for auc
print(x, digits=max(3, getOption("digits") - 3), ...)
# S3 method for multiclass.auc
print(x, digits=max(3, getOption("digits") - 3), ...)
# S3 method for ci.auc
print(x, digits=max(3, getOption("digits") - 3), ...)
# S3 method for ci.thresholds
print(x, digits=max(3, getOption("digits") - 3), ...)
# S3 method for ci.se
print(x, digits=max(3, getOption("digits") - 3), ...)
# S3 method for ci.sp
print(x, digits=max(3, getOption("digits") - 3), ...)
# S3 method for ci.coords
print(x, digits=max(3, getOption("digits") - 3), ...)