Learn R Programming

movieROC (version 0.1.1)

print: Print an ROC curve object

Description

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).

...

Other parameters to be passed. Not used.

Examples

Run this code
## See examples for gROC(), hROC(), and multiROC() function

Run the code above in your browser using DataLab