auc {cutpointr} | 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