Learn R Programming

AUC (version 0.3.2)

Threshold Independent Performance Measures for Probabilistic Classifiers

Description

Various functions to compute the area under the curve of selected measures: The area under the sensitivity curve (AUSEC), the area under the specificity curve (AUSPC), the area under the accuracy curve (AUACC), and the area under the receiver operating characteristic curve (AUROC). Support for visualization and partial areas is included.

Copy Link

Version

Install

install.packages('AUC')

Monthly Downloads

2,888

Version

0.3.2

License

GPL (>= 2)

Maintainer

Last Published

April 4th, 2022

Functions in AUC (0.3.2)

plot.AUC

Plot the sensitivity, specificity, accuracy and roc curves.
AUC-package

Threshold independent performance measures for probabilistic classifiers.
sensitivity

Compute the sensitivity curve.
accuracy

Compute the accuracy curve.
roc

Compute the receiver operating characteristic (ROC) curve.
AUCNews

Display the NEWS file
auc

Compute the area under the curve of a given performance measure.
churn

Churn data
specificity

Compute the specificity curve.