Rdocumentation
powered by
Learn R Programming
sROC (version 0.1-2)
print.ROC: Print a ROC Object
Description
To print a ``ROC'' object generated by
kROC(...)
.
Usage
"print"(x, digits = NULL, ...)
Arguments
x
a ``ROC'' object generated by
kROC(...)
.
digits
integer indicating the number of decimal places to be used.
...
further arguments for the print function.
Details
This function is to print the summary description from the object generated by
kROC(...)
See Also
kROC
.