This function prints information about an ROC curve.
Usage
# S3 method for groc
print(x, ...)
# S3 method for hroc
print(x, ...)
# S3 method for multiroc
print(x, ...)
Value
A character vector with the details of an ROC curve object.
Arguments
x
An ROC curve object from the movieROC package. Possible classes are:
‘groc’ (output of gROC() function), ‘hroc’ (output of hROC() function), and ‘multiroc’ (output of multiROC() function).