print.roc: Print Object

View source: R/print.roc.R

print.rocR Documentation

Print Object

Description

Prints the results of a receiver operator characteristics (ROC) for a logistic regression model.

Usage

## S3 method for class 'roc'
print(x, digits = 3, ...)

Arguments

x

an object of class "roc" from roc.

digits

the number of significant digits to print numeric data.

...

not used for method, required for other methods.

Value

The object x is returned invisibly.

Note

The printed output contains the area under to ROC curve.


USGS-R/smwrStats documentation built on Oct. 11, 2022, 6:15 a.m.