Description Usage Arguments See Also Examples
View source: R/print_ROCit.R
Print rocit Object
rocit
1 2
## S3 method for class 'rocit' print(x, ... = NULL)
x
An object of class "rocit", returned by rocit function.
"rocit"
...
NULL. Used for S3 generic/method consistency.
NULL
rocit, summary.rocit
summary.rocit
1 2 3 4 5 6 7 8 9
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.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.