print {movieROC}R Documentation

Print an ROC curve object

Description

This function prints information about an ROC curve.

Usage

## S3 method for class 'groc'
print(x, ...)
## S3 method for class 'hroc'
print(x, ...)
## S3 method for class 'biroc'
print(x, ...)
## S3 method for class 'multiroc'
print(x, ...)

Arguments

x

An ROC curve object from the movieROC package. Possible classes are: ‘groc’ (output of gROC function), ‘hroc’ (output of hROC function), ‘biroc’ (output of biROC function), and ‘multiroc’ (output of multiROC function).

...

Other parameters to be passed. Not used.

Value

A character vector with the details of an ROC curve object.

Examples

## See examples for gROC, hROC, biROC and multiROC function

[Package movieROC version 0.1.0 Index]