Diff for "FAQ/criteria" - CBU statistics Wiki
location: Diff for "FAQ/criteria"
Differences between revisions 16 and 17
Revision 16 as of 2012-01-24 10:38:47
Size: 1583
Editor: PeterWatson
Comment:
Revision 17 as of 2013-03-08 10:17:13
Size: 1585
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
 * [:FAQ/wavelength_eg: An example] is available using wavelength.  * [[FAQ/wavelength_eg| An example]] is available using wavelength.
Line 25: Line 25:
 * [:FAQ/gallowayeg: An example of high sensitivity and low positive predictive value]  * [[FAQ/gallowayeg| An example of high sensitivity and low positive predictive value]]

Two group discriminant diagnostics

For 2 x 2 tables there are four terms used to summarise the classification table of observed and predicted group membership outputted by discriminant procedures such as binary logistic regression.

Let’s call the two groups positive (+) and negative (-) with classification table given below.

True

+

-

Pred

+

a

b

-

c

d

The following four quantities are often quoted and asked for by journals as a means of evaluating the sharpness of the model fit in the two group case.

  • Sensitivity = a/(a+c)= proportion of those who are really + who are predicted to be +
  • Specificity = d/(b+d) = proportion of those who are really - who are predicted to be -
  • Positive Predictive Value (PPV) = a/(a+b) = proportion of those predicted as + who really are +
  • Negative Predictive Value (NPV) = d/(c+d) = proportion of those predicted as - who really are -
  • An example is available using wavelength.

  • An example of high sensitivity and low positive predictive value

References

Fleiss, JL (2003) Statistical Methods for Rates and Proportions, 3rd Edition. Wiley:New York. (in South Wing 5 of University library).

None: FAQ/criteria (last edited 2015-02-02 14:34:05 by PeterWatson)