Skip to content

Calculating Sensitivity, Specificity, and Agreement from Logistics Regression Model

2 messages · Felix Schönbrodt, Frank E Harrell Jr

#
Felix Sch?nbrodt wrote:
Felix,

I don't know if ROCR deals with

   author =               {Pencina, Michael J. and {D'Agostino Sr}, 
Ralph B. and {D'Agostino Jr}, Ralph B. and Vasan, Ramachandran S.},
   title =                {Evaluating the added predictive ability of a 
new marker: {From} area under the {ROC} curve to reclassification and 
beyond},
   journal =      Stat in Med,
   year =                 2008,
   volume =               27,
   pages =        {157-172},
   annote =               {discrimination;model 
performance;AUC;C-index;risk prediction;biomarker;small differences in 
ROC area can still be very meaningful;example of insignificant test for 
difference in ROC areas with very significant results from new 
method;Yates' discrimination slope;reclassification table;limiting 
version of this based on whether and amount by which probabilities rise 
for events and lower for non-events when compare new model to 
old;comparing two models}
}

Pencina et al's methods are implemented in an upcoming new release of 
the Hmisc package.  For comparing two probability models, Pencina et 
al's approach is much more powerful than using ordinary sensitivity, 
specificity, and ROC area.

Frank