print.roc_curve | R Documentation |
Print ROC objects from the MRMCaov package.
## S3 method for class 'roc_curve' print(x, n = 11, ...) ## S3 method for class 'roc_curves' print(x, n_curves = 5, n = 11, ...)
x |
object to print. |
n |
number of ROC curve points to print. |
... |
arguments passed to other methods. |
n_curves |
number of ROC curves to print. |
Returns the printed object x
.
curves <- with(VanDyke, roc_curves(truth, rating, groups = list(Test = treatment, Reader = reader)) ) print(curves)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.