summary.rocit | R Documentation |
Prints the summary of rocit object.
## S3 method for class 'rocit'
summary(object, ... = NULL)
object |
An object of class |
... |
|
rocit
, print.rocit
data("Diabetes")
roc_empirical <- rocit(score = Diabetes$chol, class = Diabetes$dtest,
negref = "-")
# ---------------------
summary(roc_empirical)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.