cvAUC (version 1.1.0)

cvAUC-package: Cross-Validated Area Under the ROC Curve Confidence Intervals

Description

This package contains various tools for working with and evaluating cross-validated area under the ROC curve (AUC) estimators. The primary functions of the package are ci.cvAUC and ci.pooled.cvAUC, which compute confidence intervals for cross-validated AUC estimates based on influence curves of both regular i.i.d and pooled repeated measures data. One benefit to using influence function based confidence intervals is that they require much less computation time than bootstrapping methods. The utility function, cvAUC, which computes cross-validated AUC, is a wrapper for functions from the ROCR package.

Arguments

Details

Package: cvAUC
Type: Package
Version: 1.1.0
Date: 2014-12-07
License: Apache License (== 2.0)

See the help files for the following functions for more information:

cvAUC, ci.cvAUC, ci.pooled.cvAUC

References

LeDell, Erin; Petersen, Maya L.; and van der Laan, Mark J., ``Computationally Efficient Confidence Intervals for Cross-validated Area Under the ROC Curve Estimates.'' (December 2012). U.C. Berkeley Division of Biostatistics Working Paper Series. Working Paper 304. http://biostats.bepress.com/ucbbiostat/paper304

M. J. van der Laan and S. Rose. Targeted Learning: Causal Inference for Observational and Experimental Data. Springer Series in Statistics. Springer, first edition, 2011.

Tobias Sing, Oliver Sander, Niko Beerenwinkel, and Thomas Lengauer. ROCR: Visualizing classifier performance in R. Bioinformatics, 21(20):3940-3941, 2005.

See Also

http://cran.r-project.org/web/packages/ROCR/index.html