print.roc | R Documentation |
Prints the results of a receiver operator characteristics (ROC) for a logistic regression model.
## S3 method for class 'roc' print(x, digits = 3, ...)
x |
an object of class "roc" from |
digits |
the number of significant digits to print numeric data. |
... |
not used for method, required for other methods. |
The object x
is returned invisibly.
The printed output contains the area under to ROC curve.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.