| print.rocci | R Documentation | 
rocci ObjectPrint rocci Object
## S3 method for class 'rocci'
print(x, ... = NULL)
| x | An object of class  | 
| ... | 
 | 
ciROC, 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(ciROC(roc_empirical))
print(ciROC(roc_binormal))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.