summary.rocit {ROCit} | R Documentation |
Summary of rocit object
Description
Prints the summary of rocit object.
Usage
## S3 method for class 'rocit'
summary(object, ... = NULL)
Arguments
object |
An object of class |
... |
|
See Also
Examples
data("Diabetes")
roc_empirical <- rocit(score = Diabetes$chol, class = Diabetes$dtest,
negref = "-")
# ---------------------
summary(roc_empirical)
[Package ROCit version 2.1.2 Index]