← All posts

What Is Net Reclassification Improvement (NRI)? A Simple Guide with Examples

Clinical Epidemiology ResearchUniqcret doctor knowledgesMethodology and Research DesignDiagnosis [Methodology]

🧠 What Is NRI?

The Net Reclassification Improvement (NRI) is a way to measure how much better a new diagnostic model or test is at correctly classifying people compared to an old model.

It tells us whether the new model moves people into more appropriate risk categories:


📐 The Formula Explained

Breakdown of NRI Formula

NRI = [ P(up|D=1) P(down|D=1) ] + [ P(down|D=0) P(up|D=0) ]

Part 1: P(up|D=1)

The proportion of true cases (D=1) who are moved up to a higher risk category in the new model.

🔼 Good! We're now more likely to treat or investigate these patients.

Part 2: P(down|D=1)

The proportion of true cases who are moved down in the new model.

🔻 Bad! We're now less likely to correctly diagnose or treat them.

Part 3: P(down|D=0)

The proportion of non-cases (D=0) who are moved down in the new model.

Good! We're avoiding over-testing or over-treatment.

Part 4: P(up|D=0)

The proportion of non-cases who are moved up.

Bad! We're more likely to falsely label or overtreat them.


🔢 An Example with Numbers

Suppose we apply a new diagnostic model to 100 people:

In comparison to the old model, here’s what happened:

NRI Calculation Example

Among 40 Patients with Disease (D=1):

  • 🔼 12 moved up (good): P(up|D=1) = 1240 =0.30
  • 🔻 4 moved down (bad): P(down|D=1) = 440 =0.10

Among 60 Patients without Disease (D=0):

  • ✅ 15 moved down (good): P(down|D=0) = 1560 =0.25
  • ❌ 9 moved up (bad): P(up|D=0) = 960 =0.15

Plug into NRI formula:

NRI = ( 0.300.10 ) + ( 0.250.15 ) = 0.20+0.10 =0.30

🎯 Interpretation:


🔍 Summary Table

Direction of MovementGroupEffect on AccuracyGood or Bad?
UpwardD = 1More likely to detect✅ Good
DownwardD = 1Misses diagnosis❌ Bad
DownwardD = 0Avoids overtreatment✅ Good
UpwardD = 0Increases false positives❌ Bad