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