print.AUC {sensR} | R Documentation |
The function prints the estimated AUC of a AUC object as well as confidence intervals, they are part of the AUC object.
## S3 method for class 'AUC': print(x, digits = getOption("digits"), ...)
x |
The AUC object to be printed |
digits |
the number of digits desired in printing |
... |
currently not used |
Rune Haubo B Christensen
## 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)