Skip to content
Prev 207186 / 398502 Next

Computing Confidence Intervals for AUC in ROCR Package

Even though ROC curves don't shed much light on the problem, the area 
under the ROC is useful because it is the Wilcoxon-type concordance 
probability.  Denoting it by C, 2*(C-.5) is Somers' Dxy rank correlation 
between predictions and binary Y.  You can get the standard error of Dxy 
from the Hmisc package rcorr.cens function, and backsolve for s.e. of C 
hence get a confidence interval for C.  This uses U-statistics and is 
fairly assumption-free.

Frank
Na'im R. Tyson wrote: