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