compareAUC: Calculate the area under the ROC curve (AUC)

Description Usage Arguments Details Value References See Also Examples

Description

Estimate the AUC for each ROCR::prediction object in a PredictionList object.

Usage

1
2
3
4
5
6
7
compareAUC(pred, ...)

## S4 method for signature 'PredictionList'
compareAUC(pred, digits = 4, ...)

## S4 method for signature 'list'
compareAUC(pred, digits = 4, ...)

Arguments

pred

a PredictionList object or a list of these

...

additional arguments (none)

digits

numeric indicating the number of digits to be displayed after the decimal point for AUC values

Details

The user can compare the performance of different statistical models by providing a list of PredictionList objects. Note that compareAUC should be used in conjunction with other comparison methods because the AUC does not contain as much information as, for instance, the ROC curve itself (Pontius and Parmentier, 2014).

Value

A data.frame.

References

Sing, T., Sander, O., Beerenwinkel, N., Lengauer, T. (2005). ROCR: visualizing classifier performance in R. Bioinformatics 21(20):3940-3941.

Pontius Jr, R. G., & Parmentier, B. (2014). Recommendations for using the relative operating characteristic (ROC). Landscape ecology, 29(3), 367-382.

See Also

PredictionList, ROCR::performance

Examples

1
## see PredictiveModelList examples

lulcc documentation built on May 1, 2019, 7:05 p.m.