summary.rocit {ROCit} | R Documentation |
Prints the summary of rocit object.
## S3 method for class 'rocit'
summary(object, ... = NULL)
object |
An object of class |
... |
|
data("Diabetes")
roc_empirical <- rocit(score = Diabetes$chol, class = Diabetes$dtest,
negref = "-")
# ---------------------
summary(roc_empirical)