Description Usage Arguments Details Value Author(s) See Also Examples
Compute the area under curve of estimated ROC curve.
1 | AUC(ROC, method="Simpson", ngrid=256)
|
ROC |
a “ROC” object generated by kROC(...). |
method |
a character string giving the numerical integration method to be used. This must be either “Simpson” or “Trapez”. |
ngrid |
the number of grids for numerical integration. |
Compute the area under curve of estimated ROC curve.
An object of class “AUC”.
X.F. Wang wangx6@ccf.org
kROC
.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.