print.AUC {sensR}R Documentation

Print AUC objects

Description

The function prints the estimated AUC of a AUC object as well as confidence intervals, they are part of the AUC object.

Usage

## S3 method for class 'AUC':
print(x, digits = getOption("digits"), ...)

Arguments

x The AUC object to be printed
digits the number of digits desired in printing
... currently not used

Author(s)

Rune Haubo B Christensen

Examples

## Obtain d-prime and standard error for an arbitrary test:
fm1 <- AnotA(8, 25, 1, 25)
## Print AUC with and without confidence limits:
AUC(fm1$coef, , fm1$se)
AUC(fm1)

[Package sensR version 1.0.0 Index]