Statistics

Statistics for Nurses

Last updated: March 2026 · Intermediate
Before you start

You should be comfortable with:

Real-world applications
💊
Nursing

Medication dosages, IV drip rates, vital monitoring

Nurses use statistics every day — from reading lab results to evaluating whether a new treatment is supported by evidence. Understanding the numbers behind clinical practice is not optional; it is the foundation of safe, effective patient care. Whether you are interpreting a blood pressure reading, assessing the reliability of a diagnostic test, or reading a research article about a new medication, statistical literacy helps you make better decisions at the bedside.

This page covers the statistical concepts that matter most in clinical nursing practice. It builds on the ideas from Mean, Median, and Mode and Normal Distribution.

Interpreting Vital Signs Data

Every set of vital signs you record is a data point. The “normal ranges” that guide your clinical judgment are statistical constructs based on large populations.

Vital SignNormal Adult RangeWhat It Represents
Systolic BP90 — 120 mmHgMiddle 95% of healthy adults
Diastolic BP60 — 80 mmHgMiddle 95% of healthy adults
Heart Rate60 — 100 bpmPopulation mean ±\pm 2 SD
Respiratory Rate12 — 20 breaths/minPopulation mean ±\pm 2 SD
Temperature97.8 — 99.1 °FMiddle 95% of healthy adults

When we say a value is “normal,” we mean it falls within approximately 2 standard deviations of the population mean. This range captures about 95% of healthy individuals.

Example: Heart Rate Reading

A patient presents with a resting heart rate of 100 bpm. Is this concerning?

If the population mean resting heart rate for healthy adults is about 80 bpm with SD of approximately 10 bpm, then 2 standard deviations above the mean is:

80+2(10)=100 bpm80 + 2(10) = 100 \text{ bpm}

A reading of 100 bpm sits right at the boundary — it is approximately 2 standard deviations above the mean. While a single reading at this level does not necessarily indicate a problem, it is a clinical flag that warrants follow-up. This is exactly how statistical thinking informs triage decisions.

Understanding Lab Result Ranges

Reference ranges on lab reports are typically the middle 95% of results from a healthy reference population. Mathematically, they represent:

Reference range=μ±2σ\text{Reference range} = \mu \pm 2\sigma

where μ\mu is the population mean and σ\sigma is the standard deviation.

A critical implication: about 5% of perfectly healthy people will have a lab value outside the reference range. A value flagged as “high” or “low” is not automatically abnormal — it simply means the result falls in the outer tails of the healthy distribution.

Example: Hemoglobin Reference Range

The reference range for hemoglobin in adult females is typically 12.0 — 16.0 g/dL. If the population mean is 14.0 g/dL with SD of 1.0 g/dL:

μ2σ=14.02(1.0)=12.0\mu - 2\sigma = 14.0 - 2(1.0) = 12.0

μ+2σ=14.0+2(1.0)=16.0\mu + 2\sigma = 14.0 + 2(1.0) = 16.0

A patient with hemoglobin of 11.8 g/dL is just below the reference range. This could indicate anemia — or the patient could be among the approximately 2.5% of healthy women whose hemoglobin naturally falls below 12.0 g/dL. Clinical context (symptoms, history, trends) matters as much as the number itself.

Key nursing takeaway: Never rely on a single lab value in isolation. Look at trends over time, clinical symptoms, and the full picture.

Sensitivity and Specificity

When evaluating diagnostic tests, two metrics tell you how well the test performs:

  • Sensitivity = P(positive testdisease present)P(\text{positive test} \mid \text{disease present}) = true positive rate. A test with high sensitivity is good at catching disease. Few people with the disease will be missed (few false negatives).

  • Specificity = P(negative testno disease)P(\text{negative test} \mid \text{no disease}) = true negative rate. A test with high specificity is good at ruling out disease. Few healthy people will be falsely flagged (few false positives).

A helpful mnemonic: SnNOut (Sensitive test, Negative result, rules Out) and SpPIn (Specific test, Positive result, rules In).

Example 1: Rapid Strep Test

A rapid strep test has sensitivity 85% and specificity 98%. In a clinic population where 10% of patients actually have strep, what happens when you test 1,000 patients?

Step 1 — Set up the population.

  • 1,000 patients total
  • 100 actually have strep (10%)
  • 900 do not have strep (90%)

Step 2 — Apply sensitivity to the diseased group.

True positives=100×0.85=85\text{True positives} = 100 \times 0.85 = 85

False negatives=10085=15\text{False negatives} = 100 - 85 = 15

Step 3 — Apply specificity to the healthy group.

True negatives=900×0.98=882\text{True negatives} = 900 \times 0.98 = 882

False positives=900882=18\text{False positives} = 900 - 882 = 18

Step 4 — Calculate predictive values.

PPV=True positivesAll positive tests=8585+18=851030.825=82.5%\text{PPV} = \frac{\text{True positives}}{\text{All positive tests}} = \frac{85}{85 + 18} = \frac{85}{103} \approx 0.825 = 82.5\%

NPV=True negativesAll negative tests=882882+15=8828970.983=98.3%\text{NPV} = \frac{\text{True negatives}}{\text{All negative tests}} = \frac{882}{882 + 15} = \frac{882}{897} \approx 0.983 = 98.3\%

Disease PresentDisease AbsentTotal
Test Positive85 (TP)18 (FP)103
Test Negative15 (FN)882 (TN)897
Total1009001,000

Interpretation: If a patient tests positive, there is an 82.5% chance they actually have strep. If a patient tests negative, there is a 98.3% chance they truly do not have strep. The high NPV means a negative result is very reassuring.

Nursing action: Because sensitivity is only 85%, about 15% of strep cases will be missed by the rapid test. This is why a negative rapid strep result is often followed by a throat culture (which has higher sensitivity).

Odds Ratios and Relative Risk

When reading research articles, you will encounter two measures that quantify the association between an exposure and an outcome:

Relative risk (used in cohort studies and RCTs):

RR=P(outcomeexposed)P(outcomeunexposed)RR = \frac{P(\text{outcome} \mid \text{exposed})}{P(\text{outcome} \mid \text{unexposed})}

Odds ratio (used in case-control studies):

OR=a×db×cOR = \frac{a \times d}{b \times c}

from a 2-by-2 table where aa = exposed with outcome, bb = exposed without outcome, cc = unexposed with outcome, dd = unexposed without outcome.

Example 2: Smoking and Heart Disease

A cohort study tracks smokers and non-smokers over 10 years:

Heart DiseaseNo Heart DiseaseTotal
Smokers40160200
Non-smokers20280300

Relative risk:

P(heart diseasesmoker)=40200=0.20P(\text{heart disease} \mid \text{smoker}) = \frac{40}{200} = 0.20

P(heart diseasenon-smoker)=203000.0667P(\text{heart disease} \mid \text{non-smoker}) = \frac{20}{300} \approx 0.0667

RR=0.200.06673.0RR = \frac{0.20}{0.0667} \approx 3.0

Smokers are 3 times more likely to develop heart disease than non-smokers.

Odds ratio:

OR=a×db×c=40×280160×20=11,2003,200=3.5OR = \frac{a \times d}{b \times c} = \frac{40 \times 280}{160 \times 20} = \frac{11{,}200}{3{,}200} = 3.5

The odds ratio (3.5) is slightly higher than the relative risk (3.0). This is typical — when the outcome is common (20% among smokers), the OR overestimates the RR. For rare outcomes, the two are approximately equal.

Reading Clinical Trial Results

Evidence-based practice requires nurses to understand the basics of randomized controlled trials (RCTs).

Key concepts:

  • Randomization — patients are randomly assigned to treatment or control, minimizing bias
  • Intention-to-treat analysis — all patients are analyzed in the group they were assigned to, even if they did not complete treatment
  • Confidence intervals — a range of plausible values for the true treatment effect. If a 95% CI for a difference in means does not contain 0, the result is statistically significant at the 0.05 level.

Number Needed to Treat (NNT)

The NNT tells you how many patients you need to treat to prevent one bad outcome. It is calculated from the absolute risk reduction (ARR):

ARR=P(event in control group)P(event in treatment group)ARR = P(\text{event in control group}) - P(\text{event in treatment group})

NNT=1ARRNNT = \frac{1}{ARR}

Example 3: Antibiotic Prophylaxis

A study finds that a prophylactic antibiotic reduces surgical site infection from 12% to 4%.

ARR=0.120.04=0.08ARR = 0.12 - 0.04 = 0.08

NNT=10.08=12.5NNT = \frac{1}{0.08} = 12.5

Since you cannot treat half a patient, round up: you would need to treat 13 patients with the prophylactic antibiotic to prevent one surgical site infection. This is a clinically meaningful result that helps nurses and physicians weigh the benefits of the intervention against its costs and side effects.

Evaluating Evidence-Based Practice

Not all evidence is created equal. The hierarchy of evidence ranks study types by their reliability:

  1. Systematic reviews and meta-analyses — combine results from multiple high-quality studies
  2. Randomized controlled trials (RCTs) — gold standard for establishing cause and effect
  3. Cohort studies — follow groups over time, but without randomization
  4. Case-control studies — compare people with and without an outcome, looking back at exposures
  5. Case reports and expert opinion — useful for generating hypotheses, but weakest evidence

When evaluating a study for clinical practice, ask:

  • Was it randomized? (Reduces bias)
  • Was the sample size large enough? (Increases statistical power)
  • Are the confidence intervals narrow? (Increases precision)
  • Is the NNT clinically meaningful? (Practical significance, not just statistical significance)
  • Does it apply to your patient population? (Generalizability)

Practice Problems

Test your understanding with these problems. Click to reveal each answer.

Problem 1: A patient’s potassium level is 5.3 mEq/L. The reference range is 3.5 — 5.0 mEq/L. If the population mean is 4.25 mEq/L with SD = 0.375 mEq/L, how many standard deviations above the mean is this value?

z=xμσ=5.34.250.375=1.050.375=2.80z = \frac{x - \mu}{\sigma} = \frac{5.3 - 4.25}{0.375} = \frac{1.05}{0.375} = 2.80

Answer: The potassium level is 2.80 standard deviations above the mean. This is beyond the typical reference range (mean plus or minus 2 SD) and warrants clinical attention.

Problem 2: A COVID rapid antigen test has sensitivity 70% and specificity 99%. In a population with 2% prevalence, what is the positive predictive value (PPV) if 10,000 people are tested?
  • 200 have COVID, 9,800 do not
  • True positives: 200×0.70=140200 \times 0.70 = 140
  • False positives: 9,800×0.01=989{,}800 \times 0.01 = 98
  • Total positive tests: 140+98=238140 + 98 = 238

PPV=1402380.588=58.8%PPV = \frac{140}{238} \approx 0.588 = 58.8\%

Answer: The PPV is 58.8%. Despite the test’s excellent specificity, the low prevalence means that over 40% of positive results are false positives. This is why confirmatory testing (such as PCR) is recommended after a positive rapid test in low-prevalence settings.

Problem 3: A study reports that a new wound care protocol reduces infection rates from 15% to 9%. Calculate the ARR and NNT.

ARR=0.150.09=0.06ARR = 0.15 - 0.09 = 0.06

NNT=10.0616.67NNT = \frac{1}{0.06} \approx 16.67

Answer: The ARR is 6 percentage points and the NNT is 17 (rounded up). You would need to treat 17 patients with the new protocol to prevent one infection.

Problem 4: In a case-control study, 60 patients with hospital-acquired pneumonia (cases) and 120 patients without it (controls) were examined. Among cases, 45 had been on a ventilator. Among controls, 30 had been on a ventilator. Calculate the odds ratio for ventilator use and pneumonia.
Pneumonia (Cases)No Pneumonia (Controls)
Ventilator45 (a)30 (b)
No Ventilator15 (c)90 (d)

OR=a×db×c=45×9030×15=4,050450=9.0OR = \frac{a \times d}{b \times c} = \frac{45 \times 90}{30 \times 15} = \frac{4{,}050}{450} = 9.0

Answer: The odds ratio is 9.0. Patients on a ventilator had 9 times the odds of developing hospital-acquired pneumonia compared to those not on a ventilator.

Problem 5: A clinical trial for a blood pressure medication reports: mean reduction = 8 mmHg, 95% CI = (3, 13). Is this result statistically significant at the 0.05 level? Is it clinically meaningful?

Statistical significance: The 95% CI is (3, 13), which does not contain 0. Therefore, the result is statistically significant at the 0.05 level — we can be confident the medication produces a real reduction.

Clinical significance: A mean reduction of 8 mmHg is generally considered clinically meaningful for blood pressure management. Even the lower bound of 3 mmHg, while modest, may still benefit patients at high cardiovascular risk.

Answer: Yes, the result is both statistically significant (CI excludes 0) and clinically meaningful (8 mmHg average reduction).

Key Takeaways

  • Normal ranges for vital signs and lab values represent the middle 95% of a healthy population (mean plus or minus 2 standard deviations) — about 5% of healthy people will fall outside these ranges
  • Sensitivity measures how well a test catches disease; specificity measures how well it rules out disease. Both matter, and their clinical usefulness depends on disease prevalence.
  • Relative risk compares event rates between groups; odds ratio is used when you cannot directly calculate rates (case-control studies)
  • NNT (Number Needed to Treat) translates statistical results into practical clinical terms
  • The hierarchy of evidence helps nurses evaluate which studies should carry the most weight in clinical decisions

Return to Statistics for more topics in this section.

Last updated: March 29, 2026