auc | R Documentation |
Calculate the area under the ROC curve using the trapezoidal rule.
auc(x) ## S3 method for class 'roc_cutpointr' auc(x) ## S3 method for class 'cutpointr' auc(x)
x |
Data frame resulting from the roc() or cutpointr() function. |
Numeric vector of AUC values
Forked from the AUC package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.