Skip to content
🎯⭐ INTERACTIVE LESSON

Biostatistics for the MCAT

Learn step-by-step with interactive practice!

Biostatistics for the MCAT - Complete Interactive Lesson

Part 1: Descriptive Statistics & Data Distributions

Biostatistics Fundamentals

Part 1 of 4 — Descriptive Statistics & Data Distributions

Types of Data

TypeDefinitionExamples
ContinuousCan take any value in a rangeHeight, weight, temperature, time
DiscreteCan only take specific valuesNumber of cells, number of mutations
NominalCategorical, no orderBlood type (A, B, AB, O)
OrdinalCategorical, with orderStage of cancer (I, II, III, IV)

Measures of Central Tendency

MeasureDefinitionWhen to Use
MeanSum of values ÷ countNormal distribution; sensitive to outliers
MedianMiddle valueSkewed data; resistant to outliers
ModeMost frequent valueCategorical data

Example: A drug trial shows patient recovery times: 5, 6, 7, 8, 100 days.

  • Mean = 25.2 days (affected by outlier)
  • Median = 7 days (better representation)

Measures of Spread

MeasureFormulaInterpretation
RangeMax − MinSpread across all data
Varianceσ2=∑(x−xˉ)2n\sigma^2 = \frac{\sum(x - \bar{x})^2}{n}Squared deviation from mean
Standard Deviationσ=variance\sigma = \sqrt{\text{variance}}Most important: units match data

68-95-99.7 Rule (Normal Distribution):

  • 68% of data within 1 SD of mean
  • 95% within 2 SD
  • 99.7% within 3 SD

Descriptive Statistics 🎯

Key Takeaways — Part 1

  • Central Tendency: Use median for skewed data; mean for symmetric distributions
  • Spread: SD is most useful on MCAT; interpret via 68-95-99.7 rule
  • Outliers: Robust stats (median, IQR) better than mean ± SD when outliers present
  • Log scales: Many biomedical values are log-normally distributed (viral loads, enzyme concentrations—use log-transform)

Worked Examples — Descriptive Statistics

<details> <summary><b>Example 1: Choose mean vs median with an outlier</b></summary>

Data: 4, 5, 5, 6, 40

  1. Mean = 60/5 = 12.
  2. Median = 5.
  3. Outlier (40) inflates the mean.

Best central tendency: median.

</details> <details> <summary><b>Example 2: Use the 68-95-99.7 rule</b></summary>

Mean = 70, SD = 5. Estimate the range containing about 95% of values.

  1. 95% is roughly mean ± 2 SD.
  2. 70 ± 10 gives 60 to 80.

Approximate 95% interval: 60 to 80.

</details> <details> <summary><b>Example 3: Interpret standard deviation practically</b></summary>

Two test forms have the same mean score (80). Form A has SD 3; Form B has SD 12.

  1. Same mean means same average performance.
  2. Lower SD means scores cluster more tightly.
  3. Higher SD means performance is more variable.

Conclusion: Form A is more consistent across students.

</details>

Part 2: Hypothesis Testing & p-values

Biostatistics Fundamentals

Part 2 of 4 — Hypothesis Testing & p-values

Hypothesis Types

HypothesisDefinitionExample
Null (H0)(H_{0})No effect or differenceThe drug has no effect on blood pressure
Alternative (H1)(H_{1})There is an effectThe drug lowers blood pressure

One-tailed vs Two-tailed:

  • One-tailed: Predicts direction (Drug lowers BP) → p-value not split
  • Two-tailed: No direction (Drug changes BP) → p-value split between tails

Type I & II Errors

ErrorWhat HappensProbability
Type IReject H0H_{0} when it's true (False positive)α\alpha (significance level)
Type IIFail to reject H0H_{0} when it's false (False negative)β\beta

Critical: α = 0.05 means a 5% chance of a Type I error when H0H_{0} is true, i.e., a 5% chance of rejecting a true null (standard MCAT threshold)

p-value Interpretation

p < 0.05 → Reject $H_{0}$ (statistically significant)
p ≥ 0.05 → Fail to reject $H_{0}$ (not significant)

Example: A study finds p = 0.03 for a new antibiotic efficacy.

  • Interpretation: 3% probability of obtaining results at least as extreme as those observed, assuming the null hypothesis (no real antibiotic effect) is true
  • Conclusion: Reject H0H_{0}; the antibiotic likely has real efficacy

Power & Sample Size

  • Power = 1 − β (ability to detect a true effect)
  • Larger sample size → More power
  • Higher power = better study (typically aim for 80%+ power)

Hypothesis Testing 🎯

Key Takeaways — Part 2

  • p-value = Probability of observing data (or more extreme) if H0H_{0} is true
  • α=0.05 = 5% threshold; p < 0.05 → reject H0H_{0}
  • Type I error (α): False positive; Type II error (β): False negative
  • Power (1−β): Increases with larger sample size; typical goal is 80%+
  • MCAT Tip: p < 0.05 = statistically significant; always check the p-value first

Worked Examples — Hypothesis Testing & p-values

<details> <summary><b>Example 1: Decide significance quickly</b></summary>

Study result: p = 0.03, α = 0.05.

  1. Compare p to α.
  2. Since 0.03 < 0.05, reject H0H_{0}.

Conclusion: statistically significant finding.

</details> <details> <summary><b>Example 2: Identify a Type I error</b></summary>

A test concludes a drug works, but in reality it does not.

  1. Rejected H0H_{0} when H0H_{0} was true.
  2. This is a false positive.

Error type: Type I error (α).

</details> <details> <summary><b>Example 3: Why larger sample size helps</b></summary>

Small trial p = 0.07; larger trial on same effect p = 0.02.

  1. Larger n reduces standard error.
  2. Smaller uncertainty improves ability to detect true effects.
  3. Power increases, reducing Type II error risk.

Takeaway: bigger sample, higher power.

</details>

Part 3: Confidence Intervals & Effect Size

Biostatistics Fundamentals

Part 3 of 4 — Confidence Intervals & Effect Size

Confidence Intervals (CI)

A CI gives a range where the true parameter likely lies (unlike a single p-value).

95% CI = Sample mean ± 1.96 × SE
(where SE = SD / $\sqrt{n}$)

Interpretation: "We are 95% confident the true population mean falls within this range."

CI WidthWhat it means
Narrow CIMore precise estimate (good sample size)
Wide CILess precise estimate (small sample size)
CI doesn't cross 0Statistically significant difference
CI crosses 0Not statistically significant

Example: Study finds mean blood pressure reduction of 10 mmHg (95% CI: 5–15 mmHg).

  • Interpretation: Likely true reduction is between 5–15 mmHg
  • Since CI doesn't include 0, the effect is significant

Effect Size

Effect size quantifies magnitude of difference (independent of sample size).

MeasureWhat it showsRange
Cohen's dStandardized difference between groupsSmall (0.2), Medium (0.5), Large (0.8)
Correlation (r)Strength of relationship0 (none) to 1 (perfect)
Odds Ratio (OR)Relative odds of outcome>1 = increased odds; <1 = decreased

Example: Two antacid drugs show:

  • Drug A: Mean relief = 7 hours (Large sample, p=0.001)
  • Drug B: Mean relief = 6.9 hours (Huge sample, p=0.02)
  • p-value suggests B is "significant," but effect size is trivial (~0.01 hours difference)

Confidence Intervals & Effect Size 🎯

Key Takeaways — Part 3

  • 95% CI: Range where true population parameter likely falls
  • Narrow CI = Better precision (larger N); CI crosses 0 = Not significant
  • Effect Size: Magnitude of difference (Cohen's d, OR, r); independent of sample size
  • p-value vs Effect Size: p-value answers "Is there an effect?" (yes/no). Effect size answers "How big?"
  • MCAT Tip: Always check both—significant p-value ≠ meaningful effect; large CI suggests underpowered study

Worked Examples — Confidence Intervals & Effect Size

<details> <summary><b>Example 1: Interpret a confidence interval</b></summary>

Treatment effect = 4 units, 95% CI: 1 to 7.

  1. Interval does not include 0.
  2. Effect is statistically significant.
  3. True effect is plausibly between 1 and 7 units.

Conclusion: significant positive effect with moderate precision.

</details> <details> <summary><b>Example 2: Compare precision between studies</b></summary>

Study A CI: 10 to 30. Study B CI: 18 to 22.

  1. Study B has a much narrower CI.
  2. Narrower CI means lower uncertainty in estimate.

More precise estimate: Study B.

</details> <details> <summary><b>Example 3: p-value vs practical importance</b></summary>

A huge sample finds p < 0.001 for a score increase of 0.2 points.

  1. p-value says the effect is unlikely due to chance.
  2. Effect size is tiny.
  3. Statistical significance does not guarantee clinical relevance.

Takeaway: evaluate both p-value and effect size.

</details>

Part 4: Correlation, Causation & Study Design

Biostatistics Fundamentals

Part 4 of 4 — Correlation vs Causation & Study Design Implications

Correlation Coefficient (r)

Measures strength and direction of linear relationship between two variables.

r = -1 → Perfect negative correlation
r = 0 → No correlation
r = +1 → Perfect positive correlation
r ValueInterpretation
±0.0–0.3Weak correlation
±0.3–0.7Moderate correlation
±0.7–1.0Strong correlation

Critical: r close to ±1 does NOT prove causation!

Correlation ≠ Causation

Three mechanisms for correlation:

  1. Causation: X → Y (aspirin → reduced heart attack risk)
  2. Reverse Causation: Y → X (depression ← poor health status)
  3. Confounding Variable: Z → both X and Y (smoking → both yellow teeth AND lung cancer)

Example: Ice cream sales correlate with drowning deaths.

  • Confounder: Summer heat drives both (neither causes the other)

Study Design & Confounders

DesignControls Confounders?Causation Inference
ObservationalPoor (confounding risk)Weak
Case-ControlBetter (matching)Moderate
CohortGood (prospective tracking)Good
RCTExcellent (randomization)Strong

RCT Gold Standard: Randomization balances known and unknown confounders across groups.

Observational Study: 
  Does statin use → lower cholesterol?
  (Confounded by: diet, exercise, genetics)

RCT Gold Standard:
  Randomize patients to statin vs placebo
  (Randomization balances confounders)

Correlation, Causation & Study Bias 🎯

Key Takeaways — Part 4

  • Correlation (r): Measures linear relationship; high |r| ≠ causation
  • Confounding: Third variable influences both exposure and outcome
  • Study Hierarchy (for causation inference): Observational < Case-Control < Cohort < RCT
  • RCT Gold Standard: Randomization balances known and unknown confounders
  • Temporal Relationship: Exposure must precede outcome for causation (cohort better than cross-sectional)
  • MCAT Tip: Always ask "Could a confounder explain this correlation?" and "What study design would prove causation?"

Worked Examples — Correlation, Causation & Design

<details> <summary><b>Example 1: Correlation does not prove causation</b></summary>

Data show coffee intake correlates with heart disease.

  1. Correlation indicates association only.
  2. Smoking could confound both coffee intake and disease risk.
  3. Need stronger design (e.g., randomized intervention) for causal inference.

Conclusion: association present, causation unproven.

</details> <details> <summary><b>Example 2: Rank study designs for causal strength</b></summary>

Given cross-sectional, case-control, cohort, and RCT:

  1. RCT is strongest due to randomization.
  2. Cohort is next because exposure precedes outcome.
  3. Case-control and cross-sectional are more confounded.

Strongest to weakest: RCT > cohort > case-control > cross-sectional.

</details> <details> <summary><b>Example 3: Identify temporal logic</b></summary>

Study records current depression and current sleep quality at one time point.

  1. Exposure and outcome measured simultaneously.
  2. Cannot determine which came first.
  3. Reverse causation remains possible.

Takeaway: temporal ambiguity weakens causal claims.

</details>