CvAUROC

cvAUROC implements k-fold cross-validation for the AUC for a binary outcome after fitting a logistic regression model.

Access cvAUROC (opens in a new window)

Receiver operating characteristic (ROC) analysis is used for comparing predictive models, both in model selection and model evaluation. This method is often applied in clinical medicine and social science to assess the tradeoff between model sensitivity and specificity. After fitting a binary logistic regression model with a set of independent variables, the predictive performance of this set of variables – as assessed by the area under the curve (AUC) from a ROC curve- must be estimated for a sample (the test sample) that is independent of the sample used to predict the dependent variable (the training sample). An important aspect of predictive modelling (regardless of model type) is the ability of a model to generalize to new cases. Evaluating the predictive performance (Area Under the Curve, AUC) of a set of independent variables using all cases from the original analysis sample tends to result in an overly optimistic estimate of predictive performance. K-fold cross-validation can be used to generate a more realistic estimate of predictive performance. To assess this ability in situations in which the number of observations is not very large, cross-validation and bootstrap strategies are useful.

Citation:
Luque-Fernandez Miguel Angel, Maringe Camille, Nelson Paul. (2017). Cross-validated Area Under the Curve. GitHub repository, https://github.com/migariane/cvAUROC

Miguel Angel Luque-Fernandez
E-mail: miguel-angel.luque at lshtm.ac.uk
Twitter: @WATZILEI