R Documentation |
This function prints information about an ROC curve.
## S3 method for class 'groc'
print(x, ...)
## S3 method for class 'hroc'
print(x, ...)
## S3 method for class 'multiroc'
print(x, ...)
x |
An ROC curve object from the movieROC package. Possible classes are:
‘groc’ (output of |
... |
Other parameters to be passed. Not used. |
A character vector with the details of an ROC curve object.
## See examples for gROC(), hROC(), and multiROC() function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.