Biostatistics 80/20 from introduction medicine

Reading File
Now let me search the library for biostatistics content in introductory medicine textbooks.
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Good. Let me read the key biostatistics sections from the internal medicine and pediatrics books (which have the most dedicated biostat content).
Reading File
Reading File
Reading File
Reading File
Reading File
Reading File
Reading File
Reading File
Reading File
Finding Sources
Finding Sources
Reading File
Reading File
I now have rich material from Harrison's and Goldman-Cecil. Let me read a bit more from Harrison's on likelihood ratios and Bayes' theorem, then compile the full 80/20 summary.
Reading File
I now have enough material from Harrison's Principles (22e), Goldman-Cecil Medicine, and the Pediatric board review to compile a thorough 80/20 biostatistics summary. Let me deliver it.

Biostatistics 80/20 - Introduction to Medicine

The 20% of concepts that appear in 80% of clinical exam questions and real-world practice. Sourced from Harrison's Principles of Internal Medicine 22e, Goldman-Cecil Medicine, and the Pediatric Board Review.

1. The 2x2 Contingency Table - Master This First

Everything in diagnostic biostatistics flows from this table:
Disease PresentDisease Absent
Test PositiveTrue Positive (TP)False Positive (FP)
Test NegativeFalse Negative (FN)True Negative (TN)

2. Diagnostic Test Characteristics

Sensitivity and Specificity

These are fixed properties of the test itself - they do not change with disease prevalence.
MeasureFormulaMemory tip
SensitivityTP / (TP + FN)"SnNout" - high Snsitivity: Negative result rules out disease
SpecificityTN / (TN + FP)"SpPin" - high Specificity: Positive result rules in disease
False Negative Rate1 - Sensitivity
False Positive Rate1 - Specificity
Source: Harrison's 22e, Table 4-1 - "The sensitivity or true-positive rate reflects how well the new test identifies patients with disease... The specificity, or true-negative rate, reflects how well the new test correctly identifies patients without disease."

Predictive Values

These change with prevalence - the same test performs differently in high- vs. low-prevalence populations.
MeasureFormulaMeaning
Positive Predictive Value (PPV)TP / (TP + FP)Probability disease is present given a positive test
Negative Predictive Value (NPV)TN / (TN + FN)Probability disease is absent given a negative test
Key insight: In a low-prevalence population, even a highly specific test will have many false positives, dragging PPV down. In a high-prevalence population, even a sensitive test will have more false negatives affecting NPV.
  • Goldman-Cecil Medicine, Chapter 8

Likelihood Ratios (LRs)

LRs are preferred over predictive values because they do not depend on prevalence and can be applied to any patient population.
MeasureFormulaInterpretation
LR+Sensitivity / (1 - Specificity)How much more likely a positive result is in disease vs. no disease
LR-(1 - Sensitivity) / SpecificityHow much less likely a negative result is if disease is present
  • LR > 10 or LR < 0.1 = large, often conclusive change in probability
  • LR 2-5 / 0.2-0.5 = moderate shift
  • LR 1-2 / 0.5-1 = small, rarely important shift

3. Bayes' Theorem in Practice

Pre-test probability (prevalence or clinical estimate) + test result (via LR) = Post-test probability.
The formula using odds form:
Post-test odds = Pre-test odds × Likelihood Ratio
Post-test odds can be converted back to probability: p = odds / (1 + odds).
Clinical application: Before ordering any test, estimate pre-test probability. A test with LR+ of 5 moves a 20% pre-test probability to ~55% post-test probability. The same test moves a 2% pre-test probability to only ~9%.
  • Harrison's 22e, "Measures of Disease Probability and Bayes' Rule"

4. Measures of Disease Frequency

MeasureFormulaUse
PrevalenceAll existing cases / Total population at a point in timeCross-sectional snapshot
IncidenceNew cases / Population at risk × TimeRate of new disease
Incidence = Prevalence / DurationFor chronic stable diseasesConnects the two

5. Measures of Effect (Treatment and Risk)

The 2x2 table again - now for comparing exposed vs. unexposed:
DiseaseNo Disease
Exposedab
Not Exposedcd
MeasureFormulaWhen Used
Relative Risk (RR)[a/(a+b)] ÷ [c/(c+d)]Cohort studies, RCTs
Odds Ratio (OR)(a×d) / (b×c)Case-control studies; approximates RR when disease is rare
Absolute Risk Reduction (ARR)Risk(control) - Risk(treatment)Absolute benefit
Relative Risk Reduction (RRR)1 - RRProportional benefit
Number Needed to Treat (NNT)1 / ARRPatients treated to prevent 1 event
Number Needed to Harm (NNH)1 / Absolute risk increaseSafety metric
Watch out: RRR sounds impressive (e.g., "50% reduction in risk") but NNT gives the clinically meaningful picture. A drug that reduces risk from 2% to 1% has an RRR of 50% but NNT of 100.
  • Goldman-Cecil Medicine, "From These Data, One Can Also Calculate"

6. Study Design Hierarchy

From highest to lowest internal validity:
  1. Systematic Review / Meta-Analysis - Combines data from multiple studies; highest level when well-done
  2. Randomized Controlled Trial (RCT) - Gold standard for therapeutic questions; eliminates confounding
  3. Cohort Study - Prospective (follow exposed/unexposed forward); measures incidence and RR; good for rare exposures
  4. Case-Control Study - Retrospective (identify cases and controls, look backward); measures OR; good for rare diseases, fast and cheap
  5. Cross-Sectional Study - Snapshot; measures prevalence; cannot determine causality
  6. Case Reports / Case Series - Hypothesis generating only
Key distinctions:
  • Only RCTs can control for unmeasured confounding
  • Cohort studies can calculate incidence and RR; case-control studies can only calculate OR
  • Cross-sectional studies show association, not causation
  • Pediatric Board Review (9780323876988), Table 29.2

7. Bias - The Big Three

BiasDefinitionHow to Reduce
Selection biasStudy sample is not representative of the target populationRandomization, representative sampling
Information/Measurement biasFlawed data collection on exposure or outcomeBlinding, standardized protocols
ConfoundingA third variable is associated with both exposure and disease, creating a false relationshipRandomization (best), restriction, matching, statistical adjustment
Common subtypes to know:
  • Recall bias - Awareness of disease alters subject's memory of prior exposure (especially in case-control studies)
  • Lead-time bias - Early detection of disease is mistaken for increased survival
  • Loss-to-follow-up bias - Patients who drop out are not randomly distributed (e.g., sicker patients drop out more)
  • Hawthorne effect - Participants change behavior because they know they are being studied
  • Observer-expectancy bias - Researcher's belief in treatment efficacy affects their assessment

8. Statistical Significance vs. Clinical Significance

ConceptDefinition
Null hypothesis (H₀)No difference between groups
Alpha (α)Threshold for significance; typically 0.05 (5%)
P-valueProbability of observed results if H₀ is true; P < 0.05 = statistically significant
Type I error (α error)Rejecting H₀ when it is true (false positive finding)
Type II error (β error)Failing to reject H₀ when it is false (false negative finding)
Power = 1 - βProbability of detecting a real difference; typically set at ≥ 0.80
95% Confidence IntervalRange containing the true population value 95% of the time; if CI for RR or OR crosses 1.0, result is NOT significant
Underpowered studies miss real effects. Overpowered studies find statistically significant differences that are clinically meaningless (e.g., a new drug shortens symptoms by 1 hour, P = 0.001).
  • Pediatric Board Review, "Alpha and Beta"

9. Evidence-Based Medicine (EBM) Steps

  1. Formulate the clinical question (PICO: Patient, Intervention, Comparison, Outcome)
  2. Search for evidence (PubMed, Cochrane, UpToDate, guidelines)
  3. Critically appraise for internal validity (was the study conducted without bias?) and external validity (are results generalizable to your patient?)
  4. Apply evidence to the individual patient, incorporating patient preferences
Key appraisal questions for RCTs:
  • Was allocation truly random?
  • Were patients and assessors blinded?
  • Was analysis by intention-to-treat (ITT)? (This is almost always the correct approach - analyze by original group assignment regardless of actual treatment received)
  • Was the study adequately powered?
  • Were outcomes clinically meaningful, not just surrogate endpoints?
  • Harrison's 22e; Pediatric Board Review

10. Quick-Reference Mnemonics

MnemonicMeaning
SnNoutHigh Snsitivity → Negative test rules out disease
SpPinHigh Specificity → Positive test rules in disease
PICOPatient / Intervention / Comparison / Outcome
PPV goes up with prevalenceUse sensitive tests to screen (low prevalence); use specific tests to confirm
OR ≈ RR when disease is rareThe rare disease assumption for case-control studies

Summary Visual: What Each Study Design Measures

Cross-sectional   → Prevalence, association (not causation)
Case-control      → OR (rare diseases, fast, retrospective)
Cohort            → RR, Incidence (rare exposures, prospective)
RCT               → Causation, ARR, NNT (gold standard)
Systematic Review → Pooled effect estimates (highest level)

Sources: Harrison's Principles of Internal Medicine 22e (2025), Goldman-Cecil Medicine, Pediatric Board Review (Elsevier). The 2x2 table framework, sensitivity/specificity/predictive value formulas, study design hierarchy, and bias definitions are drawn directly from these texts.

Sorry I mean biostatistics as a unit super notes

Asking for Preferences
Got it - full detailed super notes for 1st/2nd year med school biostatistics. Let me pull everything from the library.
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Reading File
Reading File
Reading File
Reading File
Reading File
Reading File
Excellent - I now have comprehensive material from all three major sources. Let me read the remaining bias/confounding section and measures of effect, then compile the full super notes.
Reading File
Reading File
Here are your complete biostatistics super notes for 1st/2nd year med school.

BIOSTATISTICS - COMPLETE SUPER NOTES

1st/2nd Year Medical School


UNIT 1: DATA TYPES AND DESCRIPTIVE STATISTICS

1.1 Types of Data

Understanding what type of data you have determines which statistical test to use.
Categorical (Qualitative) Data
  • Nominal - categories with no order (e.g., blood type, race, tumor type). No meaningful ranking.
  • Ordinal - categories with a meaningful order but unequal intervals (e.g., Glasgow Coma Scale, pain score 1-10, cancer stage). You can rank them, but the difference between ranks is not uniform.
  • Dichotomous/Binary - a special case of nominal with exactly two options (e.g., alive/dead, disease present/absent, readmission yes/no).
Numerical (Quantitative) Data
  • Continuous - can take any value within a range; theoretically infinite decimal places (e.g., blood pressure, cholesterol, height, weight, temperature). Analyzed with parametric tests when normally distributed.
  • Discrete/Count - whole number counts (e.g., number of pregnancies, number of hospital visits per year). Often require non-parametric or Poisson approaches.
  • Interval - equal spacing between values but no true zero (e.g., temperature in Celsius). Ratio comparisons are not meaningful.
  • Ratio - equal spacing and a true zero, so ratio comparisons are valid (e.g., weight, height, blood glucose).
Key clinical rule: Continuous > Ordinal > Nominal in terms of statistical power. Always collect data at the highest level possible - you can always collapse it down later (e.g., age in years → age group), but you can't go the other direction.

1.2 Measures of Central Tendency

MeasureDefinitionBest Used When
MeanSum of all values ÷ number of valuesNormally distributed (symmetric) data
MedianThe middle value when data are rankedSkewed data; outliers present
ModeMost frequently occurring valueCategorical data; bimodal distributions
Key relationship in normal distribution: Mean = Median = Mode (bell-shaped, symmetric)
What happens with skew:
  • Positively skewed (tail to the right, e.g., income, serum creatinine in outpatients): Mean > Median > Mode. The mean gets pulled toward the tail.
  • Negatively skewed (tail to the left): Mode > Median > Mean.
The median is the preferred measure of central tendency when data are skewed, because it is not pulled by outliers. For example, median household income is reported instead of mean income because a few billionaires would distort the mean upward.

1.3 Measures of Dispersion (Spread)

MeasureDefinitionNotes
RangeMax - MinSensitive to outliers
VarianceAverage of squared deviations from the meanUnits are squared; less interpretable
Standard Deviation (SD)Square root of varianceSame units as original data; most useful
Standard Error of the Mean (SEM)SD ÷ √nDescribes precision of the sample mean as an estimate of the population mean; NOT a measure of individual data spread
Interquartile Range (IQR)75th percentile - 25th percentileRobust to outliers; used with median
Coefficient of Variation (CV)SD ÷ Mean × 100%Compares spread between datasets with different units or scales
SEM vs. SD - a common exam trap:
  • Use SD to describe the spread of individual measurements in your sample.
  • Use SEM to describe how precisely your sample mean estimates the true population mean.
  • SEM is always smaller than SD. Using SEM in a graph makes error bars look smaller - a misleading but common technique in publications.

1.4 The Normal Distribution (Gaussian Distribution)

A perfectly symmetric, bell-shaped distribution. Most biological measurements approximate a normal distribution in large samples.
The 68-95-99.7 Rule (empirical rule):
  • Mean ± 1 SD contains 68% of values
  • Mean ± 2 SD contains 95% of values
  • Mean ± 3 SD contains 99.7% of values
Clinical application - reference ranges: Normal laboratory reference ranges are almost always defined as mean ± 2 SD of the healthy population. This means that by definition, 5% of healthy people will have "abnormal" lab values (2.5% in each tail). This is why a single mildly out-of-range lab value in a healthy patient is often not clinically meaningful.
Standardization (Z-score):
  • Z = (individual value - mean) / SD
  • Tells you how many standard deviations a value is from the mean
  • Allows comparison of values from different distributions
When data are NOT normally distributed: Many real biological phenomena are not normally distributed. Common non-normal distributions include:
  • Poisson distribution - counts of rare events (e.g., number of emergency visits per day)
  • Binomial distribution - number of successes in a fixed number of trials (e.g., number of patients who respond to treatment)
  • Skewed distributions - income, length of hospital stay, survival times
Non-normal data require non-parametric tests that rank data rather than use the raw values.

UNIT 2: STUDY DESIGNS

This is the most heavily tested area in early medical biostatistics. The design determines what you can and cannot conclude.

2.1 The Hierarchy of Evidence

From highest to lowest internal validity (ability to establish causation):
1. Systematic Review / Meta-Analysis     ← Highest
2. Randomized Controlled Trial (RCT)
3. Cohort Study
4. Case-Control Study
5. Cross-Sectional Study
6. Case Series / Case Report
7. Expert Opinion / Anecdote            ← Lowest
"The major tools used to develop reliable evidence consist of randomized clinical trials supplemented strategically by large, high-quality observational registries." - Goldman-Cecil Medicine

2.2 Study Design Details

Cross-Sectional Study

  • What it is: A snapshot in time. You measure both the exposure (risk factor) AND the outcome (disease) simultaneously in a sample of the population.
  • What it measures: Prevalence (existing cases). Does NOT measure incidence.
  • What you can calculate: Prevalence odds ratio. Cannot calculate true relative risk.
  • Strengths: Fast, cheap, good for prevalence estimates, hypothesis generation.
  • Weaknesses: Cannot establish temporal sequence (which came first?). Cannot prove causation. Susceptible to prevalence-incidence bias (misses short-lived cases).
  • Example: Survey 1,000 adults today and measure their blood pressure and salt intake simultaneously.

Case-Control Study

  • What it is: Start with people who have the disease (cases) and people who do not (controls). Then look backward to compare how often each group had the exposure.
  • Direction: Backward (retrospective)
  • What you can calculate: Odds Ratio (OR). Cannot directly calculate incidence or relative risk (because you selected cases - you did not follow a population forward).
  • Strengths: Great for rare diseases. Faster and cheaper than cohort. Can study multiple exposures simultaneously. Smaller sample size needed.
  • Weaknesses: Susceptible to recall bias (cases remember exposures differently from controls). Cannot establish incidence. Selection of appropriate controls is difficult. Only OR can be calculated, not RR (unless disease is rare).
  • Example: Take 100 patients with hepatocellular carcinoma (cases) and 100 patients without (controls). Ask both groups how much alcohol they drank per week over the past 10 years.

Cohort Study

  • What it is: Start with a group of people without the disease. Divide them into exposed (have the risk factor) and unexposed (do not). Follow them forward over time to see who develops the disease.
  • Direction: Forward (prospective). Can also be retrospective (historical cohort) - use existing records to follow a group forward.
  • What you can calculate: Incidence (new cases over time), Relative Risk (RR), and Attributable Risk.
  • Strengths: Can establish temporal sequence (exposure → disease). Can calculate incidence and RR. Good for rare exposures. Can study multiple outcomes from a single exposure.
  • Weaknesses: Very expensive and time-consuming for rare diseases (need large numbers or long follow-up). Susceptible to loss-to-follow-up bias. Confounding by unmeasured variables.
  • Example: Enroll 10,000 smokers and 10,000 non-smokers. Follow them for 20 years. Compare the incidence of lung cancer in each group.

Randomized Controlled Trial (RCT)

  • What it is: Participants are randomly assigned to receive the intervention (treatment group) or not receive it (control/placebo group). The gold standard for establishing causation.
  • Direction: Prospective (forward)
  • What you can calculate: ARR, RRR, NNT, and with true randomization, you can establish causation (not just association).
  • Why randomization matters: Randomization distributes both known and unknown confounders equally between groups. This is the only design that controls for unmeasured confounding.
  • Types of blinding:
    • Single-blind: Patient does not know which group they are in
    • Double-blind: Neither patient nor investigator knows (preferred)
    • Triple-blind: Patient, investigator, AND data analyst are blinded
  • Key concepts in RCT analysis:
    • Intention-to-treat (ITT) analysis: Analyze all participants according to their original assigned group, regardless of whether they actually completed the assigned treatment. Preferred method; maintains the benefits of randomization; mirrors real-world practice.
    • Per-protocol (as-treated) analysis: Analyze only those who completed the assigned treatment. Overestimates efficacy; introduces bias because non-completers are often different from completers.
  • Strengths: Establishes causation, controls for confounding, internal validity is highest of all designs.
  • Weaknesses: Expensive, time-consuming, ethical constraints (cannot randomize to a harmful exposure), strict inclusion/exclusion criteria limit external validity (generalizability), Hawthorne effect.

Crossover Trial

  • Same participants receive both the intervention and the control at different time periods, then cross over. Each patient serves as their own control.
  • Advantage: Eliminates between-person variability, smaller sample size needed.
  • Disadvantage: Carryover effect (first treatment affects the second period). Only valid for conditions that are stable and treatments that are short-acting.

Systematic Review and Meta-Analysis

  • Systematic Review: Comprehensive search and critical appraisal of all studies on a question using pre-defined criteria. Synthesizes evidence qualitatively and/or quantitatively.
  • Meta-Analysis: Statistical technique that pools data from multiple studies to produce a summary effect estimate with greater precision and power than any single study.
    • Displays results as a forest plot: each study shown as a horizontal line (95% CI) with a box (point estimate) proportional to study weight. The diamond at the bottom = pooled estimate.
    • Key concern: heterogeneity - are the studies similar enough to pool? Measured by I² statistic. I² > 50% suggests substantial heterogeneity.
  • Cochrane Database is the main repository for high-quality systematic reviews.
  • Limitation: A systematic review cannot compensate for poor-quality primary studies ("garbage in, garbage out"). Quality depends on whether the literature base is adequate and unbiased.
"Systematic reviews should be used with circumspection in conjunction with selective reading of some of the best empirical studies." - Harrison's Principles 22e

2.3 Study Design Quick-Reference Table

FeatureCross-SectionalCase-ControlCohortRCT
DirectionNone (snapshot)BackwardForwardForward
MeasuresPrevalenceORIncidence, RRARR, NNT
For rare diseasesPossibleBestPoor (needs huge N)Poor
For rare exposuresPossiblePoorBestPossible
CausationNoNoSuggestsYes
Cost/TimeLowLow-mediumHighHighest
Bias riskMediumHigh (recall)Medium (loss-to-FU)Low (if well-done)

UNIT 3: MEASURES OF DISEASE FREQUENCY

3.1 Prevalence vs. Incidence

MeasureDefinitionFormulaExample
PrevalenceProportion of a population that HAS a disease at a point in timeCases / Total population8% of adults have diabetes
Incidence (Risk)Proportion of disease-FREE individuals who develop a NEW case of disease over a defined periodNew cases / Population at risk × Time5 new cases per 1,000 people per year
Incidence RateNew cases per unit of person-timeNew cases / Person-time (e.g., person-years)5 per 1,000 person-years
The relationship between prevalence and incidence:
Prevalence ≈ Incidence × Duration
For diseases in steady state:
  • Prevalence increases if incidence increases, OR if disease duration increases (e.g., better treatment keeps people alive longer - raises prevalence even without more new cases)
  • Prevalence decreases if incidence decreases, OR if disease is cured quickly, OR if it kills quickly
Clinical example: HIV prevalence has increased over decades not because incidence increased, but because antiretroviral therapy extended survival (duration).

3.2 Attributable Risk (AR) / Risk Difference

  • AR = Incidence in exposed - Incidence in unexposed
  • Tells you the additional risk attributable specifically to the exposure
  • Also called "excess risk" or "absolute risk increase" in the context of harmful exposures
Attributable Risk Percent (AR%):
  • AR% = AR / Incidence in exposed × 100
  • "What percentage of disease in the exposed group is due to this specific exposure?"
Population Attributable Risk (PAR):
  • Considers both the AR and the prevalence of exposure in the population
  • Relevant for public health: how much disease would be eliminated if the exposure were completely removed from the population?

UNIT 4: MEASURES OF EFFECT

4.1 The 2x2 Table for Analytic Studies

The universal tool for calculating all effect measures:
Disease / EventNo Disease / No EventTotal
Exposed / Treatedaba + b
Unexposed / Controlcdc + d
Totala + cb + da + b + c + d

4.2 Relative Risk (Risk Ratio) - RR

RR = [a / (a+b)] ÷ [c / (c+d)]
The ratio of the risk of disease in the exposed group to the risk in the unexposed group.
  • RR = 1: No association. Exposure does not affect risk.
  • RR > 1: Positive association. Exposure INCREASES risk (harmful).
  • RR < 1: Negative association. Exposure DECREASES risk (protective).
Used in: Cohort studies and RCTs (where you follow people forward and can calculate true incidence in both groups).
Example: RR = 3.0 means the exposed group is 3 times more likely to develop the disease than the unexposed group.

4.3 Odds Ratio - OR

OR = (a × d) / (b × c) ← cross-product ratio
The ratio of the odds of exposure among cases to the odds of exposure among controls.
Used in: Case-control studies (you cannot calculate true incidence, so you use odds).
The rare disease assumption:
  • When the disease is rare (prevalence < 5-10%), the OR approximates the RR.
  • When the disease is common, OR will overestimate RR if RR > 1, and underestimate RR if RR < 1.
Example: OR = 4.0 means cases were 4 times more likely to have been exposed than controls.

4.4 Absolute Risk Reduction (ARR) and Number Needed to Treat (NNT)

These are the most clinically meaningful measures because they reflect real-world impact.
ARR = Risk in control group - Risk in treatment group
NNT = 1 / ARR
The NNT is the number of patients you must treat to prevent one additional bad outcome.
Relative Risk Reduction (RRR):
RRR = 1 - RR = ARR / Risk in control group
The RRR trap: RRR can sound impressive while NNT tells the true story.
  • Drug A reduces cardiovascular events from 2% to 1% (ARR = 1%, NNT = 100, RRR = 50%)
  • Drug B reduces cardiovascular events from 40% to 20% (ARR = 20%, NNT = 5, RRR = 50%)
  • Both have the same RRR of 50%, but Drug B is clinically far more impactful.
Number Needed to Harm (NNH):
  • NNH = 1 / Absolute Risk Increase (ARI)
  • Number of patients who must receive a treatment before one additional patient is harmed
  • Compare NNT and NNH to weigh benefits vs. harms
Summary of effect measures:
MeasureFormulaUsed For
RR[a/(a+b)] ÷ [c/(c+d)]Cohort, RCT
RRR1 - RRCohort, RCT
ARRRisk(control) - Risk(treated)RCT (most clinically useful)
NNT1 / ARRRCT (clinical decision-making)
OR(a×d) / (b×c)Case-control
ARIncidence(exposed) - Incidence(unexposed)Cohort (harm quantification)

UNIT 5: HYPOTHESIS TESTING AND STATISTICAL TESTS

5.1 The Hypothesis Framework

Every statistical test is built on this framework:
Null Hypothesis (H₀): There is no difference (no effect, no association). This is what you are trying to disprove.
Alternative Hypothesis (H₁): There is a difference. This is what you are trying to demonstrate.
The two hypotheses are mutually exclusive and exhaustive - only one can be true.

5.2 Errors in Hypothesis Testing

H₀ is Actually TRUEH₀ is Actually FALSE
Reject H₀ (significant result)Type I Error (α) - False positiveCorrect - True positive
Fail to reject H₀ (non-significant)Correct - True negativeType II Error (β) - False negative
Type I Error (α - Alpha error):
  • You conclude there IS a difference when there actually IS NOT
  • You reject the null hypothesis falsely
  • A "false positive" finding
  • Probability = α (significance level), conventionally set at 0.05 (5%)
  • Controlled by the significance threshold
Type II Error (β - Beta error):
  • You conclude there IS NO difference when there actually IS one
  • You fail to reject the null hypothesis when you should
  • A "false negative" finding
  • Probability = β, conventionally set at 0.20 (20%)
  • More likely to occur with small sample sizes, small effect sizes, and high variability
Power = 1 - β:
  • The probability of correctly detecting a real difference when it exists
  • Conventionally set at ≥ 0.80 (80%)
  • Factors that INCREASE power: Larger sample size, larger effect size, lower variance, higher α (but this increases Type I error), one-tailed vs. two-tailed test
"Because falsely concluding that a difference exists is considered a more serious error than the reverse, levels for beta error are set much lower than those for alpha." - Goldman-Cecil Medicine

5.3 P-value

The p-value is the probability of obtaining results at least as extreme as the observed results, assuming the null hypothesis is true.
  • P = 0.05 means: if H₀ were true, there is a 5% chance of seeing a difference this large (or larger) by chance alone
  • P < 0.05: "statistically significant" - reject H₀
  • P ≥ 0.05: "fail to reject H₀" - result is not statistically significant
Critical concepts:
  • A significant p-value does NOT prove the treatment works; it says the result is unlikely to be due to chance
  • A non-significant p-value does NOT prove no effect exists; the study may be underpowered
  • P-value does NOT tell you about the size or clinical importance of an effect
  • With very large sample sizes, trivially small differences will achieve statistical significance - always also assess clinical significance
Statistical significance ≠ Clinical significance. A new drug that reduces viral URI symptoms by 1 hour may achieve P = 0.001 in a large trial but has no meaningful clinical impact.

5.4 Confidence Intervals (CI)

A 95% confidence interval gives a range of values within which the true population parameter (e.g., true RR, true mean difference) is likely to fall, with 95% confidence.
Interpretation:
  • If you repeated the study 100 times with different random samples, the CI would contain the true population value 95 of those times
  • A narrower CI = more precision (usually larger sample size)
  • A wider CI = less precision (smaller sample size or more variability)
Using CI to determine statistical significance:
  • For means: If the 95% CI for the difference includes zero, the result is NOT statistically significant
  • For ratios (RR, OR): If the 95% CI includes 1.0, the result is NOT statistically significant (ratio of 1 = no effect)
  • This makes intuitive sense: a CI that crosses the "no effect" value means the data are consistent with no difference
CI vs. p-value: The CI provides more information - it tells you both significance AND the plausible range of the effect. Most journals now prefer CIs over p-values alone.

5.5 Sample Size and Power Calculations

Sample size is calculated before a study begins based on:
  1. The minimum clinically meaningful difference you want to detect (effect size)
  2. The significance level α (typically 0.05)
  3. The desired power 1 - β (typically 0.80)
  4. The expected variability (SD for continuous outcomes; baseline event rate for dichotomous)
Underpowered study: May miss real, clinically important effects (Type II error). Smaller studies are also more likely to give inflated effect estimates.
Overpowered study: Will detect differences so small they have no clinical relevance. Every drug will eventually show P < 0.05 if you enroll enough patients.

5.6 Choosing the Right Statistical Test

The choice depends on: (1) data type, (2) number of groups, (3) whether samples are paired or independent, (4) whether normal distribution can be assumed.
Parametric tests (assume normal distribution, use actual values):
  • More powerful when assumptions are met
  • Required: continuous data, approximately normal distribution, no major outliers
Non-parametric tests (no distribution assumed, use ranks):
  • Used when: ordinal data, non-normal continuous data, small samples, or many outliers
PurposeParametric TestNon-Parametric Equivalent
Compare 2 independent groupsUnpaired t-testMann-Whitney U
Compare 2 paired/matched observationsPaired t-testWilcoxon signed-rank
Compare ≥ 3 independent groupsOne-way ANOVA (F-test)Kruskal-Wallis
Compare ≥ 3 paired groupsRepeated-measures ANOVAFriedman test
Association between 2 categorical variablesChi-square (χ²) testFisher's exact (small samples)
Correlation between 2 continuous variablesPearson rSpearman rank correlation (ρ)
Predict outcome from 1 predictorLinear regressionNon-parametric regression
Predict binary outcome from multiple predictorsLogistic regression-
Time-to-event dataLog-rank test; Cox regression-
Fisher's exact test is used instead of chi-square when expected cell frequencies are small (< 5 in any cell).
Pearson r (correlation coefficient):
  • Ranges from -1 to +1
  • r = +1: perfect positive linear association
  • r = -1: perfect negative (inverse) linear association
  • r = 0: no linear association
  • Correlation does NOT imply causation
Regression:
  • Linear regression: Predicts a continuous outcome from one or more continuous predictors
  • Logistic regression: Predicts a binary outcome (yes/no) from one or more predictors; outputs odds ratios
  • Cox proportional hazards: Used in survival analysis; outputs hazard ratios
Multiple comparisons problem (Bonferroni correction): When many statistical tests are run simultaneously (e.g., comparing 20 outcomes), the probability of a false positive increases. The Bonferroni correction divides α by the number of tests. For 20 tests at α = 0.05, the corrected threshold = 0.05/20 = 0.0025.

UNIT 6: DIAGNOSTIC TEST PERFORMANCE

6.1 The 2x2 Diagnostic Table

The universal tool for all diagnostic test calculations:
Disease PresentDisease Absent
Test Positivea = True Positive (TP)b = False Positive (FP)
Test Negativec = False Negative (FN)d = True Negative (TN)
All diseases are defined by a gold standard (reference standard) - the best available method for definitively determining disease status.

6.2 Sensitivity and Specificity

These are test characteristics - fixed properties of the test (assuming a fixed cut point) that do not change with the prevalence of disease in different populations.
Sensitivity (True Positive Rate):
Sensitivity = TP / (TP + FN) = a / (a + c)
  • Proportion of people WITH disease who test POSITIVE
  • A highly sensitive test is rarely negative in true disease
  • A negative result with a highly sensitive test effectively rules OUT disease
  • Mnemonic: SnNout - high Snsitivity: Negative result rules out disease
Specificity (True Negative Rate):
Specificity = TN / (TN + FP) = d / (b + d)
  • Proportion of people WITHOUT disease who test NEGATIVE
  • A highly specific test is rarely positive in the absence of disease
  • A positive result with a highly specific test effectively rules IN disease
  • Mnemonic: SpPin - high Specificity: Positive result rules in disease
False Negative Rate = 1 - Sensitivity = c / (a + c)
False Positive Rate = 1 - Specificity = b / (b + d)
The sensitivity-specificity trade-off: Moving the test's cut point (threshold) in one direction increases sensitivity but decreases specificity, and vice versa. This trade-off is visualized by the ROC curve (see below).
Clinical application - when to prioritize each:
  • Prioritize high sensitivity when: missing a case would be dangerous (e.g., HIV screening, cancer screening, dangerous infections). A false negative is the worse error.
  • Prioritize high specificity when: false positives lead to significant harm (e.g., chemotherapy, major surgery, stigmatizing diagnoses). A false positive is the worse error.
"A test with a very high sensitivity when negative helps rule out disease (SnNout), and a test with a very high specificity when positive helps rule in disease (SpPin)." - Harrison's Principles 22e

6.3 Predictive Values

Unlike sensitivity and specificity, predictive values depend on disease prevalence. The same test gives different predictive values in different populations.
Positive Predictive Value (PPV):
PPV = TP / (TP + FP) = a / (a + b)
  • Given a POSITIVE test result, what is the probability that the patient actually HAS the disease?
  • PPV increases with increasing prevalence of disease
Negative Predictive Value (NPV):
NPV = TN / (TN + FN) = d / (c + d)
  • Given a NEGATIVE test result, what is the probability that the patient actually does NOT have the disease?
  • NPV decreases with increasing prevalence of disease
How prevalence affects predictive values - the core exam concept:
A test with 90% sensitivity and 90% specificity:
  • In a high-prevalence population (50% prevalence): PPV = ~90%
  • In a low-prevalence population (1% prevalence): PPV ≈ 8% (only 1 in 12 positive tests is a true positive!)
This is why the same test used in a high-risk screening population (where pre-test probability is high) gives far more meaningful positive results than the same test used to screen the general population (where pre-test probability is low).
"Positive and negative predictive values depend on the test characteristics, but importantly they also depend on the prevalence of the disease in this particular population of patients." - Goldman-Cecil Medicine

6.4 Likelihood Ratios (LR)

Likelihood ratios are the most robust measures of diagnostic test performance because, unlike predictive values, they:
  1. Are not affected by prevalence
  2. Can be used at the bedside with any pre-test probability
  3. Can be applied to tests with multiple levels (not just positive/negative)
Positive Likelihood Ratio (LR+):
LR+ = Sensitivity / (1 - Specificity) = True Positive Rate / False Positive Rate
  • "How many times more likely is a positive test in a patient WITH disease compared to one WITHOUT?"
  • LR+ > 10 = strong positive result, large shift toward disease
Negative Likelihood Ratio (LR-):
LR- = (1 - Sensitivity) / Specificity = False Negative Rate / True Negative Rate
  • "How many times more likely is a negative test in a patient WITH disease vs. one WITHOUT?"
  • LR- < 0.1 = strong negative result, large shift away from disease
Interpreting LR values:
LR+ ValueInterpretationLR- ValueInterpretation
> 10Large, often conclusive shift toward disease< 0.1Large shift away from disease
5 - 10Moderate shift0.1 - 0.2Moderate shift
2 - 5Small, sometimes important shift0.2 - 0.5Small shift
1 - 2Minimal, rarely important0.5 - 1Minimal

6.5 Bayes' Theorem (Pre-test → Post-test Probability)

Bayes' rule updates our probability estimate of disease based on a new test result.
Conceptual framework:
Post-test probability = function of (Pre-test probability + Test result)
Using odds form:
  1. Convert pre-test probability to pre-test odds: Pre-test odds = p / (1 - p)
  2. Multiply: Post-test odds = Pre-test odds × Likelihood Ratio
  3. Convert back to probability: Post-test probability = post-test odds / (1 + post-test odds)
The Fagan nomogram allows this calculation graphically (draw a line from pre-test probability through LR to read off post-test probability).
Key insight: Tests are most informative when pre-test probability is in the 30-70% range (diagnostic uncertainty zone). When pre-test probability is very low (<10%) or very high (>90%), even excellent tests may not change management:
  • Very low pre-test probability (e.g., 2%): A positive test with LR+ of 10 only raises post-test probability to ~17% - still not high enough to diagnose or treat
  • Very high pre-test probability (e.g., 95%): A negative test with LR- of 0.1 only drops post-test probability to ~66% - still too high to rule out disease
"The largest change in diagnostic likelihood following a test result occurs when the clinician is most uncertain (i.e., pretest probability between 30 and 70%)." - Harrison's Principles 22e

6.6 Receiver Operating Characteristic (ROC) Curve

An ROC curve is generated by plotting sensitivity (y-axis) against 1 - specificity (x-axis) across all possible cut points for a test.
  • Each point on the curve represents a specific threshold value, with its associated sensitivity and specificity
  • Moving up the curve → higher sensitivity, lower specificity (more permissive threshold)
  • Moving left on the curve → higher specificity, lower sensitivity (stricter threshold)
  • The diagonal line (45°) represents a test with no discriminatory ability - equal to random chance (AUC = 0.5)
  • A perfect test would be a point at the top-left corner (sensitivity = 1, specificity = 1)
Area Under the ROC Curve (AUC / c-statistic):
  • AUC = 0.5: No discriminatory ability (useless test)
  • AUC 0.7 - 0.8: Acceptable
  • AUC 0.8 - 0.9: Excellent
  • AUC > 0.9: Outstanding
Clinical uses of ROC curves:
  1. Choosing the optimal cut point for a continuous test (based on the clinical cost of false positives vs. false negatives)
  2. Comparing the overall accuracy of two or more different tests
  3. Demonstrating the sensitivity-specificity trade-off graphically

UNIT 7: BIAS, CONFOUNDING, AND VALIDITY

7.1 Internal vs. External Validity

Internal validity: The degree to which the results of a study are correct for the population studied - was the study conducted without systematic error? A study with high internal validity can support causal inference in the study population.
External validity (Generalizability): The degree to which the study results can be applied to other populations, settings, and times. Even a perfectly conducted RCT may have poor generalizability if its study population is too narrow or unrepresentative.
High internal validity is a prerequisite for considering external validity. A biased study cannot be generalized.

7.2 Bias

Bias is any systematic error in study design, data collection, or analysis that leads to an incorrect estimate of the true effect. Unlike random error, bias cannot be corrected by increasing sample size.
Selection Bias - the study sample is not representative of the population of interest
TypeDefinitionExample
Sampling biasSample not representative of the target populationRCT in healthy volunteers; results applied to sick patients
Loss-to-follow-up biasPatients drop out non-randomlySicker patients who experienced side effects leave the study more often - overestimates drug tolerability
Exclusion biasCertain populations systematically excludedTrial excludes children, elderly, pregnant women - limits generalizability
Volunteer biasVolunteers differ from general populationPeople who enroll in health studies are often healthier
Healthy worker effectWorkers are healthier than the general populationOccupational studies may underestimate health risks
Berkson's biasHospital-based case selection distorts associationsHospital patients have different exposure/disease patterns than community patients
Prevalence-incidence (Neyman) biasStudy misses cases that die or recover quicklyCross-sectional study underestimates severe disease
Information Bias (Measurement Bias) - errors in how exposure or outcome data are collected
TypeDefinitionExample
Recall biasDiseased individuals remember (or fabricate) past exposures differentlyMothers of children with birth defects recall drug exposures more intensely - classic in case-control studies
Observer/ascertainment biasInvestigators classify outcomes differently based on knowledge of exposure statusMitigated by blinding
Lead-time biasScreening detects disease earlier, creating the illusion of longer survivalPatients diagnosed earlier appear to live longer, but they are just living with the label longer
Length biasScreening preferentially detects slow-progressing casesAggressive cancers are less likely to be caught during a screening interval
Observer-expectancy biasResearcher's belief in treatment efficacy subconsciously affects their measurements or interpretationMitigated by blinding
Procedure-related Biases:
TypeDefinition
Hawthorne effectParticipants change their behavior because they know they are being observed
Placebo effectPatient benefits from the perception of treatment, not the treatment itself
Nocebo effectPatient experiences adverse effects from the perception of treatment
Interviewer biasInterviewer probes more deeply for exposures in cases than controls

7.3 Confounding

A confounder is a variable that:
  1. Is associated with the exposure (risk factor)
  2. Is independently associated with the outcome (disease)
  3. Is NOT on the causal pathway between exposure and outcome
Confounding creates a spurious (false) association between exposure and disease, or masks a real one.
Classic example: Studies showed that people who carry lighters have higher rates of lung cancer. Lighter-carrying is associated with lung cancer. But lighter-carrying is a confounder - it is associated with smoking (exposure), which causes lung cancer. Lighter-carrying itself does not cause cancer.
Another classic: Ice cream sales are positively correlated with drowning rates. The confounder is hot weather - which increases both ice cream consumption AND swimming/drowning.
How to control for confounding:
MethodWhen UsedHow It Works
RandomizationRCTs onlyDistributes known AND unknown confounders equally between groups - the most powerful method
RestrictionDesign phaseLimit study to a specific subgroup (e.g., only non-smokers), eliminating that variable as a confounder
MatchingCase-control studiesMatch cases to controls on the confounding variable (e.g., same age, sex)
StratificationAnalysis phaseAnalyze results separately within strata (e.g., separate analysis for men and women)
Multivariable adjustmentAnalysis phaseLogistic or linear regression to statistically adjust for confounders
Propensity score analysisObservational studiesCreate a score summarizing probability of treatment, then match or adjust on score
Confounding is the Achilles heel of observational studies. Randomization is the only method that controls for both measured and unmeasured confounders.

7.4 Effect Modification (Interaction)

An effect modifier is different from a confounder. It is a variable that changes the magnitude or direction of the relationship between exposure and outcome in different subgroups.
  • Effect modification is a biological phenomenon that should be reported, not adjusted away
  • Confounding is a bias that should be controlled
Example: A new drug reduces blood pressure in women but not in men. Sex is an effect modifier. You would report the stratified results separately, not try to eliminate sex from the analysis.
How detected: Stratified analysis - if the effect measure (RR, OR) differs meaningfully across strata, effect modification is present.

UNIT 8: EVIDENCE-BASED MEDICINE (EBM)

8.1 The Four Steps of EBM

EBM = integrating individual clinical expertise with the best available external clinical evidence, incorporating patient values.
(Sackett's definition: "the conscientious, explicit, and judicious use of current best evidence in making decisions about the care of individual patients")
Step 1 - FORMULATE the clinical question using PICO:
  • P - Patient/Population/Problem: Who is the patient? What is their condition?
  • I - Intervention: What intervention are you considering?
  • C - Comparison: What is the alternative? (placebo, standard of care, another drug)
  • O - Outcome: What outcome matters? (mortality, readmission, quality of life, symptom relief)
Step 2 - SEARCH for evidence:
  • Primary sources: PubMed, MEDLINE
  • Secondary sources: Cochrane, UpToDate, ClinicalKey, society guidelines
Step 3 - APPRAISE the evidence:
  • Internal validity: Was the study conducted without bias?
  • External validity: Are results applicable to your patient?
  • Assess study design, blinding, randomization, sample size, outcomes
Step 4 - APPLY the evidence:
  • Integrate study results with your clinical judgment and the patient's values and preferences
  • Not all statistically significant findings warrant a change in practice

8.2 Critical Appraisal of an RCT

Questions to ask when reading an RCT:
  1. Was randomization truly random (not just sequential or alternating)?
  2. Was allocation concealed until enrollment (to prevent selection bias)?
  3. Were patients and investigators blinded?
  4. Was the control/comparator appropriate (not a "straw man" comparator)?
  5. Was the analysis intention-to-treat (ITT)?
  6. Was the study adequately powered? Were power calculations done a priori?
  7. Were the outcomes clinically meaningful, or just surrogate endpoints?
  8. Were all enrolled patients accounted for at study end?
  9. Were groups similar at baseline?
Surrogate vs. clinical endpoints:
  • Surrogate: Lab values, imaging findings (e.g., LDL cholesterol, tumor size). May not correlate with patient outcomes.
  • Clinical: Mortality, hospitalization, quality of life, symptom relief. Preferred.

8.3 Bradford Hill Criteria for Causation

When observational studies show an association, use these criteria to assess whether it is likely causal:
CriterionDescription
TemporalityExposure precedes outcome (required for causation)
StrengthStrong associations (high RR or OR) are less likely to be due to confounding
Dose-response (biological gradient)More exposure → more disease
ConsistencyAssociation replicated in multiple studies, populations, settings
PlausibilityBiological mechanism exists to explain the association
CoherenceConsistent with known biology and natural history
SpecificityOne exposure causes one outcome (weak criterion - many exposures have multiple effects)
ExperimentRemoving the exposure reduces disease
AnalogySimilar exposures have shown similar effects
Temporality is the ONLY required criterion - all others add to the likelihood of causation.

UNIT 9: SCREENING

9.1 Criteria for a Good Screening Test

A screening test applies to asymptomatic populations where pre-test probability is low. This has major consequences:
Wilson and Jungner criteria for screening programs:
  1. The disease must be an important health problem
  2. Treatment for the disease must be available
  3. Facilities for diagnosis and treatment must be available
  4. There must be a recognizable latent or early symptomatic stage
  5. A suitable test or examination must exist
  6. The test must be acceptable to the population
  7. The natural history must be adequately understood
  8. There must be an agreed-upon treatment policy
  9. The cost must be economically balanced against expenditure on medical care
  10. Case-finding must be a continuous process
Screening vs. Diagnostic testing:
  • Screening tests prioritize high sensitivity (don't miss cases). False positives are acceptable at this stage.
  • Diagnostic tests (confirmatory) prioritize high specificity (confirm the disease before committing to treatment).

9.2 Biases That Affect Screening Studies

Lead-time bias:
  • Screening detects disease earlier. Even if survival is no better, patients appear to live longer after diagnosis simply because the diagnosis was made earlier.
  • True survival benefit must be measured from birth, not from diagnosis.
  • Solution: Compare age-specific mortality rates between screened and unscreened populations (not survival time from diagnosis).
Length bias (length-time bias):
  • Screening intervals preferentially detect slowly progressing cases, which are inherently less lethal.
  • Fast-progressing (aggressive) tumors are less likely to be caught during a routine screening interval.
  • This makes screened cases appear to do better, even without a true survival benefit.
Overdiagnosis:
  • Screening detects indolent disease that would never have caused symptoms or death. Treating these patients exposes them to harm with no benefit.
  • Example: PSA screening for prostate cancer detects many cancers that would never have become clinically significant.

UNIT 10: SURVIVAL ANALYSIS

Survival analysis examines time-to-event data where the event of interest (death, relapse, readmission) may not occur during the study period (censored observations).

10.1 Kaplan-Meier Curves

A Kaplan-Meier (KM) curve is a step-function graph showing the estimated probability of surviving (or remaining event-free) over time, accounting for censored data.
  • The curve drops vertically each time an event occurs
  • Censored subjects (lost to follow-up or study ended before their event) are marked with a tick on the curve and then removed from future calculations
  • Two groups can be compared visually, and statistically using the log-rank test (p-value for whether the survival curves differ significantly)
Median survival = the time at which the curve crosses the 50% survival line.

10.2 Hazard Ratio (HR)

  • Calculated by Cox proportional hazards regression
  • The instantaneous rate of event occurrence in one group relative to another at any given time
  • HR = 1: No difference
  • HR < 1: Event less likely in treatment group (beneficial)
  • HR > 1: Event more likely in treatment group (harmful)
  • Similar interpretation to RR but appropriate for time-to-event data with censoring

QUICK-REFERENCE SUMMARY TABLES

Test Metrics at a Glance

MetricFormulaDepends on Prevalence?
SensitivityTP/(TP+FN)No
SpecificityTN/(TN+FP)No
PPVTP/(TP+FP)YES - increases with prevalence
NPVTN/(TN+FN)YES - decreases with prevalence
LR+Sensitivity/(1-Specificity)No
LR-(1-Sensitivity)/SpecificityNo

Effect Measures and Their Study Designs

MeasureFormulaStudy Design
RR[a/(a+b)] ÷ [c/(c+d)]Cohort, RCT
OR(a×d)/(b×c)Case-Control (also Cohort/RCT)
ARRRisk(control) - Risk(treat)RCT
NNT1/ARRRCT
RRR1 - RRRCT, Cohort
ARInc(exposed) - Inc(unexposed)Cohort

Error Types

ErrorAlso CalledDefinitionControlled By
Type I (α)False positiveReject true H₀Set α threshold (0.05)
Type II (β)False negativeFail to reject false H₀Increase sample size, power

Bias Types and Prevention

BiasStudy TypePrevention
RecallCase-controlObjective records, blinding
Lead-timeScreening studiesMeasure age-specific mortality
LengthScreening studiesRandomized screening trials
ConfoundingAll observationalRandomization (best), adjustment
HawthorneAllMinimize awareness of observation
Loss-to-follow-upCohort, RCTITT analysis, minimize dropout

Sources: Harrison's Principles of Internal Medicine 22e (2025, McGraw Hill); Goldman-Cecil Medicine International Edition; Pediatric Board Review (Elsevier, 2023).
---There are your complete biostatistics super notes - 10 full units covering everything tested in 1st/2nd year med school. Here's what's included:
Unit 1 - Data Types & Descriptive Statistics - nominal/ordinal/continuous, mean/median/mode, SD vs SEM, normal distribution and the 68-95-99.7 rule
Unit 2 - Study Designs - full hierarchy, cross-sectional through meta-analysis, RCT blinding, ITT vs. per-protocol analysis, forest plots
Unit 3 - Disease Frequency - prevalence vs. incidence, the Prevalence = Incidence × Duration relationship, attributable risk
Unit 4 - Measures of Effect - the 2x2 table, RR, OR, ARR, NNT, NNH with formulas and when each is used
Unit 5 - Hypothesis Testing - Type I/II errors, alpha/beta/power, p-value, confidence intervals, choosing the right statistical test (full table), Bonferroni correction
Unit 6 - Diagnostic Test Performance - sensitivity/specificity, SnNout/SpPin, PPV/NPV and their dependence on prevalence, likelihood ratios, Bayes' theorem, ROC curves and AUC
Unit 7 - Bias, Confounding, Validity - all major bias types, confounding vs. effect modification, methods to control confounding
Unit 8 - EBM - PICO framework, RCT critical appraisal, Bradford Hill criteria for causation
Unit 9 - Screening - Wilson-Jungner criteria, lead-time bias, length bias, overdiagnosis
Unit 10 - Survival Analysis - Kaplan-Meier curves, censoring, log-rank test, hazard ratio

Creates study questions in biostatistics for med school 1st and 2nd yr with answers

Asking for Preferences
40 questions, mix of MCQ and SAQ. Building them now - all rooted in the library material.

BIOSTATISTICS STUDY QUESTIONS

1st & 2nd Year Medical School | 40 Questions | MCQ + SAQ


SECTION A: DATA TYPES & DESCRIPTIVE STATISTICS (Questions 1-6)


Q1 (MCQ) A researcher records the following variables from a cohort of 500 patients: blood type (A, B, AB, O), pain score (0-10 scale), serum sodium (mmol/L), and cancer stage (I, II, III, IV). Which of the following correctly classifies ALL four variables?
  • A) Nominal, ordinal, continuous, ordinal
  • B) Ordinal, nominal, continuous, ordinal
  • C) Nominal, continuous, ordinal, nominal
  • D) Nominal, ordinal, ordinal, continuous
  • E) Ordinal, ordinal, continuous, nominal

Answer: A
Explanation:
  • Blood type = nominal (no meaningful order; A, B, AB, O have no ranking)
  • Pain score = ordinal (ordered 0-10, but the intervals between scores are not equal - a jump from 1 to 2 may not equal a jump from 7 to 8)
  • Serum sodium = continuous (can take any value within a range, with meaningful equal intervals and a true zero)
  • Cancer stage = ordinal (I < II < III < IV in severity, but the difference between Stage I and II may not equal the difference between III and IV)

Q2 (MCQ) In a large population study, the distribution of fasting serum triglyceride levels is right-skewed because a minority of patients have extremely elevated levels. Which of the following statements is TRUE about this distribution?
  • A) Mean = Median = Mode
  • B) Mean < Median < Mode
  • C) Mean > Median > Mode
  • D) Median > Mean > Mode
  • E) Mode > Mean > Median

Answer: C
Explanation: In a positively (right) skewed distribution, the tail extends to the right (toward high values). The mean is most sensitive to outliers/extreme values and gets pulled in the direction of the tail. Therefore: Mean > Median > Mode. The median is the preferred measure of central tendency in skewed data.

Q3 (SAQ) A class of 200 medical students takes a biostatistics exam. The mean score is 72, the median is 68, and the standard deviation is 10.
(a) What does the relationship between the mean and median tell you about the shape of this distribution?
(b) What percentage of students would you expect to score between 52 and 92, assuming normal distribution?
(c) Student A scores 82. Calculate her Z-score and interpret it.

Answer:
(a) Mean (72) > Median (68), indicating the distribution is positively skewed (right-skewed). A minority of students scoring very high is pulling the mean upward relative to the median.
(b) A range of 52 to 92 spans Mean ± 2 SD (72 ± 20). By the 68-95-99.7 rule, mean ± 2 SD contains approximately 95% of values. So roughly 95% of students scored between 52 and 92.
(c) Z = (82 - 72) / 10 = +1.0 Student A scored 1 standard deviation above the mean. In a normal distribution, ~84% of scores fall below this point (she is at approximately the 84th percentile).

Q4 (MCQ) A study reports that a new drug lowers systolic blood pressure by 4 mmHg (95% CI: 3.2 to 4.8 mmHg, P < 0.001). A second study reports that the same drug reduces 10-year cardiovascular mortality by 0.2% (NNT = 500). Which statement best describes these findings?
  • A) The drug is statistically and clinically significant
  • B) The drug is neither statistically nor clinically significant
  • C) The drug is statistically significant but may not be clinically significant
  • D) The drug is clinically significant but not statistically significant
  • E) The confidence interval indicates the result is not significant

Answer: C
Explanation: P < 0.001 and a CI that does not include zero confirm statistical significance. However, a blood pressure reduction of 4 mmHg is modest, and an NNT of 500 (you must treat 500 patients for 10 years to prevent 1 death) raises serious questions about clinical significance. This is a classic example of a large sample size producing statistical significance for an effect that may not be clinically meaningful. Statistical and clinical significance are not the same.

Q5 (SAQ) Explain the difference between standard deviation (SD) and standard error of the mean (SEM). Why does using SEM instead of SD in a published graph make results look more precise than they actually are?

Answer:
Standard Deviation (SD) describes the spread of individual data points around the sample mean. It answers: "How variable are the measurements in this sample?" SD does not shrink with larger sample size in a meaningful sense - if the true population SD is large, SD remains large.
Standard Error of the Mean (SEM) describes how precisely the sample mean estimates the true population mean. It answers: "How reliable is the mean of this sample as an estimate?" SEM = SD / √n. It gets smaller as n increases.
The deception: SEM is always smaller than SD. Error bars on a graph using SEM will appear narrower than those using SD, making the data look more tightly controlled and the results more precise. This is misleading if the goal is to show reader how much individual measurements vary (which requires SD). Many papers have historically used SEM for this visual advantage. Readers should check whether error bars represent SD or SEM.

Q6 (MCQ) The reference range for a laboratory test is defined as mean ± 2 SD in a large healthy population. What proportion of completely healthy individuals will have a test result classified as "abnormal"?
  • A) 0.3%
  • B) 1%
  • C) 2.5%
  • D) 5%
  • E) 10%

Answer: D
Explanation: Mean ± 2 SD captures 95% of a normally distributed population. The remaining 5% falls outside this range - 2.5% above the upper limit and 2.5% below the lower limit. Therefore, 5% of completely healthy individuals will have a "positive" (abnormal) result by this definition. This is an inherent property of how reference ranges are constructed - not a test failure.

SECTION B: STUDY DESIGN (Questions 7-15)


Q7 (MCQ) A pharmaceutical company wants to determine whether a new antihypertensive drug reduces the incidence of stroke compared to placebo. Which study design provides the highest level of evidence for this specific question?
  • A) Cross-sectional survey of blood pressure and stroke prevalence
  • B) Case-control study matching stroke patients to controls
  • C) Prospective cohort study following treated and untreated patients
  • D) Randomized double-blind placebo-controlled trial
  • E) Systematic review of existing observational studies

Answer: D
Explanation: For a question about therapeutic efficacy, the randomized double-blind placebo-controlled trial (RCT) is the gold standard. Randomization distributes known and unknown confounders equally between groups, allowing causal inference. Blinding eliminates placebo effect and observer bias. A systematic review (E) would rank higher if it pooled multiple high-quality RCTs, but for a single original study, the RCT is the answer. Observational designs (A, B, C) cannot establish causation due to potential confounding.

Q8 (MCQ) Epidemiologists investigate a cluster of hepatocellular carcinoma (HCC) cases in a region. They identify 80 patients with HCC and 240 cancer-free controls, then compare the history of hepatitis B infection in both groups. Which measure of association is most appropriate to report?
  • A) Relative risk
  • B) Attributable risk
  • C) Odds ratio
  • D) Hazard ratio
  • E) Incidence rate ratio

Answer: C
Explanation: This is a case-control study (starting with cases and controls, looking backward at exposure). In case-control studies, you cannot calculate incidence directly (you chose the number of cases and controls yourself), therefore relative risk cannot be calculated. The correct measure is the odds ratio (OR), which compares the odds of exposure among cases vs. controls. When HCC is rare (as it is), OR approximates RR.

Q9 (SAQ) A researcher wants to study whether long-term aspirin use reduces the risk of colorectal cancer. She has access to a national health database covering 200,000 individuals over 15 years, including prescription records and cancer diagnoses.
(a) What type of study design is most appropriate? Justify your answer.
(b) What is the key advantage of this design over a case-control study for this research question?
(c) What measure of effect would you calculate, and what does a result of 0.72 mean?

Answer:
(a) A retrospective (historical) cohort study is most appropriate. The database allows identification of people who were taking aspirin (exposed) and those who were not (unexposed), then following their records forward to see who developed colorectal cancer. Because existing data are used, it is retrospective, but the logic is cohort (exposure defined first, outcome ascertained later).
(b) Compared to a case-control study, a cohort study can:
  • Directly calculate incidence of colorectal cancer in each group
  • Calculate Relative Risk (RR) directly, which is more intuitive than OR
  • Study multiple outcomes from a single exposure (e.g., aspirin's effect on MI, GI bleeding, and colorectal cancer simultaneously)
  • Avoid recall bias since exposure data are in objective prescription records (not self-report)
(c) The measure of effect is Relative Risk (RR). An RR of 0.72 means that aspirin users have 28% lower risk (RR of 1.0 = no difference; RR < 1 = protective) of developing colorectal cancer compared to non-users. In other words, aspirin appears to be protective.

Q10 (MCQ) In a randomized controlled trial comparing two treatments for type 2 diabetes, 20% of patients in the new drug group discontinued treatment due to side effects and switched to the control drug. The investigators analyze outcomes based on the original group assignment regardless of which drug patients actually received. What type of analysis is this?
  • A) Per-protocol analysis
  • B) As-treated analysis
  • C) Intention-to-treat (ITT) analysis
  • D) Efficacy analysis
  • E) Sensitivity analysis

Answer: C
Explanation: Intention-to-treat (ITT) analysis includes all participants according to their originally assigned group, regardless of whether they completed or even received the treatment. This is the preferred approach because it: (1) preserves the benefits of randomization, (2) maintains the integrity of the comparison, and (3) reflects real-world practice (not all patients comply). Per-protocol analysis (B) analyzes only those who completed treatment and is prone to selection bias since non-completers are rarely random.

Q11 (MCQ) A cross-sectional study of 5,000 adults finds a significant association between consuming more than 2 alcoholic drinks per day and elevated liver enzymes. Which of the following conclusions is most appropriate?
  • A) Alcohol consumption causes elevated liver enzymes
  • B) Elevated liver enzymes cause increased alcohol consumption
  • C) An association between alcohol intake and elevated liver enzymes exists in this population at this point in time
  • D) Alcohol exposure precedes liver enzyme elevation
  • E) Randomized trials are now unnecessary to confirm this finding

Answer: C
Explanation: Cross-sectional studies measure exposure and outcome simultaneously - they establish a prevalence-based association but cannot determine temporal sequence (which came first?). Therefore, causation cannot be inferred. The correct and appropriately cautious conclusion is that an association was observed at this point in time in this population. (A) and (B) both imply causation - impossible to determine from cross-sectional data. (D) is wrong - temporal sequence cannot be established in cross-sectional studies.

Q12 (SAQ) A systematic review combining 12 RCTs on a new antibiotic for community-acquired pneumonia shows an overall pooled OR of 0.65 (95% CI: 0.55-0.77, P < 0.001, I² = 68%).
(a) Interpret the I² statistic. What does it mean for interpreting this systematic review?
(b) What is a forest plot and what does the "diamond" at the bottom represent?
(c) Should these results immediately change clinical practice? What else should be considered?

Answer:
(a) The I² statistic measures the proportion of variation across studies that is due to true heterogeneity (real differences between studies) rather than chance alone. I² = 68% indicates substantial heterogeneity - the studies are not measuring the same effect; they likely differ in patient populations, antibiotic doses, pneumonia severity, comparators, or outcome definitions. This means pooling the results may be misleading, as the summary estimate may not be valid across all populations. Results should be interpreted cautiously and stratified analyses should be examined.
(b) A forest plot displays results of individual studies as horizontal lines (confidence intervals) with a box at the center (point estimate; box size proportional to study weight/size). The diamond at the bottom represents the pooled effect estimate - the combined result from all studies. The width of the diamond = 95% CI of the pooled estimate. If the diamond does not cross the line of no effect (OR = 1.0), the pooled result is statistically significant.
(c) Statistical significance does not automatically mandate practice change. Consider:
  • The high I² (68%) raises concerns about whether the pooled result applies uniformly
  • Are the studies representative of your patient population? (external validity)
  • Was there publication bias (tendency to only publish positive results)?
  • What is the NNT? Is the benefit clinically meaningful?
  • Are there safety signals in the individual studies?
  • Do existing guidelines support this change?

Q13 (MCQ) Researchers conduct a randomized trial comparing a new antidepressant to placebo. At baseline, they check 30 different blood markers between groups. By chance, one marker (uric acid) is significantly higher in the treatment group (P = 0.04). What is the most appropriate interpretation?
  • A) The randomization failed and the study is invalid
  • B) High uric acid is likely a side effect of the new drug
  • C) This finding is likely a Type I error due to multiple comparisons
  • D) Uric acid is a confounder and must be adjusted for
  • E) The alpha level should be reduced for future trials

Answer: C
Explanation: When 30 statistical comparisons are made simultaneously, you expect 1-2 to be significant by chance alone at α = 0.05 (30 × 0.05 = 1.5 expected false positives). The baseline uric acid difference was not pre-specified as a hypothesis - it is almost certainly a Type I error (false positive). The Bonferroni correction would require P < 0.05/30 = 0.0017 to achieve true significance. One elevated baseline variable in an RCT with 30 comparisons is not grounds for declaring failed randomization. This is the multiple comparisons problem.

Q14 (MCQ) Which of the following study designs is the MOST efficient for studying a rare disease with a long latency period (e.g., mesothelioma from asbestos exposure)?
  • A) Prospective cohort study
  • B) Randomized controlled trial
  • C) Case-control study
  • D) Cross-sectional study
  • E) Ecological study

Answer: C
Explanation: Mesothelioma is rare and takes decades to develop after asbestos exposure. A prospective cohort study would require following an enormous population for 20-40 years - impractical and expensive. A case-control study is ideal for rare diseases: start with existing mesothelioma cases and compare their history of asbestos exposure to matched controls. This is fast, relatively inexpensive, and statistically efficient. The trade-off is susceptibility to recall bias and inability to calculate incidence directly.

Q15 (SAQ) Explain the difference between intention-to-treat (ITT) and per-protocol analysis in a clinical trial. When might a per-protocol analysis be appropriate, and what is the main risk of relying on it alone?

Answer:
ITT analysis includes all randomized participants in the group to which they were originally assigned, regardless of whether they completed treatment, crossed over, or withdrew. It mirrors real-world conditions and preserves the protective effect of randomization against selection bias. ITT typically gives a conservative (smaller) estimate of treatment efficacy.
Per-protocol analysis includes only participants who completed the assigned treatment as planned. It answers the question "Does the drug work in patients who actually take it?" This can yield a larger apparent treatment effect.
When per-protocol is appropriate: As a supplementary sensitivity analysis, or in equivalence/non-inferiority trials where ITT may artificially make two treatments appear equally effective (by diluting compliance-based differences).
Main risk: Per-protocol analysis is vulnerable to selection bias because patients who discontinue treatment are often different from completers (e.g., they had more side effects, were sicker, or less motivated). This difference is not random, so the benefits of randomization are lost. Per-protocol analysis should never be the primary analysis in a superiority trial.

SECTION C: MEASURES OF EFFECT (Questions 16-21)


Q16 (MCQ) In a cohort study, 400 smokers and 600 non-smokers are followed for 10 years. By the end of the study, 80 smokers and 30 non-smokers develop lung cancer. What is the relative risk (RR) of lung cancer in smokers compared to non-smokers?
  • A) 1.5
  • B) 2.67
  • C) 4.0
  • D) 6.0
  • E) 8.0

Answer: C
Calculation:
  • Risk in smokers = 80/400 = 0.20 (20%)
  • Risk in non-smokers = 30/600 = 0.05 (5%)
  • RR = 0.20 / 0.05 = 4.0
Interpretation: Smokers have 4 times the risk of developing lung cancer compared to non-smokers in this study.

Q17 (MCQ) A drug reduces 5-year cardiovascular event rate from 12% in the placebo group to 8% in the treatment group. What is the Number Needed to Treat (NNT)?
  • A) 4
  • B) 8
  • C) 12
  • D) 25
  • E) 33

Answer: D
Calculation:
  • ARR = 12% - 8% = 4% = 0.04
  • NNT = 1/ARR = 1/0.04 = 25
Interpretation: You need to treat 25 patients for 5 years to prevent 1 cardiovascular event.
Note: RRR = 1 - (8/12) = 33%. The RRR of 33% sounds much more impressive than NNT = 25. Always contextualize RRR with ARR and NNT.

Q18 (SAQ) In a case-control study of bladder cancer, 200 cases (bladder cancer) and 400 controls (no cancer) are enrolled. Among the cases, 120 had a history of occupational chemical exposure. Among the controls, 80 had a history of exposure.
(a) Set up the 2x2 table.
(b) Calculate the Odds Ratio and interpret it.
(c) Can you calculate a Relative Risk from this study? Why or why not?

Answer:
(a) 2x2 Table:
Bladder Cancer (Cases)No Cancer (Controls)
Exposed120 (a)80 (b)
Not Exposed80 (c)320 (d)
Total200400
(b) OR = (a × d) / (b × c) = (120 × 320) / (80 × 80) = 38,400 / 6,400 = 6.0
Interpretation: The odds of having had chemical exposure are 6 times higher in bladder cancer cases compared to cancer-free controls. This suggests a strong positive association between the exposure and bladder cancer.
(c) No. In a case-control study, you cannot calculate a true Relative Risk because the investigators chose the number of cases (200) and controls (400) - these numbers do not reflect the actual distribution in the population. Therefore, true incidence in exposed vs. unexposed groups cannot be calculated. The OR is the appropriate measure. (Note: if bladder cancer were rare - typically < 5-10% prevalence - the OR would approximate the RR.)

Q19 (MCQ) A study reports that a new statin reduces MI risk with an RRR of 40%, a 10-year absolute risk reduction of 2%, and an NNT of 50. A 55-year-old patient with multiple risk factors has a 30% 10-year MI risk. If treated, his expected risk reduction would be:
  • A) 40% absolute reduction (down to 18%)
  • B) 2% absolute reduction (down to 28%)
  • C) 12% absolute reduction (down to 18%)
  • D) 50% absolute reduction (down to 15%)
  • E) The NNT cannot be applied to this patient

Answer: C
Explanation: The ARR from the trial (2%) applies to the trial population, not necessarily to this high-risk patient. The RRR (40%) is more transportable across risk levels than ARR (which was calculated in a lower-risk population). Applying the RRR of 40% to this patient's baseline risk of 30%: Expected absolute reduction = 30% × 0.40 = 12% → new risk = 18%. This is more accurate for this patient than using the trial's ARR directly. This also illustrates why ARR and NNT are population-specific, while RRR is more generalizable.

Q20 (SAQ) A clinical trial of a new anticoagulant in patients with atrial fibrillation reports:
  • Stroke rate in treatment group: 1.5%/year
  • Stroke rate in control group: 2.5%/year
  • Major bleeding rate in treatment group: 3.0%/year
  • Major bleeding rate in control group: 2.0%/year
Calculate the NNT to prevent one stroke and the NNH for one major bleeding event. Based on these numbers, comment on whether this drug should be recommended.

Answer:
NNT (stroke prevention):
  • ARR = 2.5% - 1.5% = 1.0%/year
  • NNT = 1/0.01 = 100 patients treated per year to prevent 1 stroke
NNH (major bleeding):
  • ARI (absolute risk increase) = 3.0% - 2.0% = 1.0%/year
  • NNH = 1/0.01 = 100 patients treated per year to cause 1 major bleed
Clinical interpretation: The NNT and NNH are equal at 100 - for every stroke prevented, one major bleeding event is caused. The decision to prescribe depends on the relative severity of stroke vs. major bleeding in individual patients. Ischemic stroke typically causes significant disability/death, while major bleeding is serious but may be more manageable. For high-risk patients (e.g., CHADS₂-VASc ≥ 4), preventing stroke likely outweighs bleeding risk. For low-risk patients, the benefit-harm balance may be unfavorable. This illustrates why NNT and NNH must always be interpreted together.

Q21 (MCQ) An Odds Ratio most closely approximates the Relative Risk when:
  • A) The study population is very large
  • B) The disease under study is rare (< 5% prevalence)
  • C) The control group is matched to the case group
  • D) The exposure is rare in the population
  • E) The study has a long follow-up period

Answer: B
Explanation: The rare disease assumption states that when the disease prevalence is low (< 5-10%), the OR approximates the RR. Mathematically, when disease is rare, (a+b) ≈ b and (c+d) ≈ d, which makes the OR formula simplify to the RR formula. When the disease is common, OR will overestimate RR (if RR > 1) or underestimate it (if RR < 1).

SECTION D: DIAGNOSTIC TESTS (Questions 22-30)


Q22 (MCQ) A new screening test for pancreatic cancer has a sensitivity of 85% and a specificity of 90%. If 1,000 patients in a general population clinic are tested (where pancreatic cancer prevalence is 1%), how many patients without pancreatic cancer will test positive?
  • A) 9
  • B) 10
  • C) 85
  • D) 99
  • E) 108

Answer: D
Set up the 2x2 table (prevalence 1%):
  • Disease present = 10 patients; Disease absent = 990 patients
  • TP = 85% of 10 = 8.5 ≈ 9
  • FP = (1 - specificity) × 990 = 10% × 990 = 99
Answer: 99 patients without pancreatic cancer will test positive (false positives). This illustrates why screening a low-prevalence population with even a good test generates many false positives.

Q23 (SAQ) Using the data from Question 22 (sensitivity 85%, specificity 90%, prevalence 1%, n = 1,000):
(a) Calculate the Positive Predictive Value (PPV) and interpret it clinically.
(b) If the same test were used in a high-risk cancer surveillance clinic where prevalence is 20%, recalculate the PPV.
(c) What does this teach you about interpreting positive test results?

Answer:
Set up tables:
Low prevalence (1%), n = 1,000:
  • TP = 9 (0.85 × 10), FN = 1, FP = 99 (0.10 × 990), TN = 891
High prevalence (20%), n = 1,000:
  • Disease present = 200; Disease absent = 800
  • TP = 170 (0.85 × 200), FN = 30, FP = 80 (0.10 × 800), TN = 720
(a) PPV (low prevalence) = TP / (TP + FP) = 9 / (9 + 99) = 9/108 = 8.3%
Clinical interpretation: In a general population clinic, only 1 in 12 positive test results actually represents true pancreatic cancer. The other 11 are false positives. This would generate enormous anxiety, follow-up investigations, and procedures for patients who are cancer-free.
(b) PPV (high prevalence) = 170 / (170 + 80) = 170/250 = 68%
In the high-risk clinic, nearly 7 out of 10 positive results are true positives - far more useful.
(c) PPV depends heavily on disease prevalence (pre-test probability), not just test accuracy. A test with the same sensitivity and specificity is far more useful in a high-prevalence population. A positive result in a low-prevalence population should prompt confirmatory testing, not immediate diagnosis or treatment. This is why screening tests must be followed by confirmatory tests with high specificity.

Q24 (MCQ) A physician is evaluating a patient with a suspected pulmonary embolism. She wants to use a test that, if negative, will effectively rule out PE. She should choose a test with:
  • A) High specificity
  • B) High sensitivity
  • C) High positive predictive value
  • D) High negative predictive value
  • E) Low likelihood ratio positive

Answer: B
Explanation: To rule out disease with a negative result, you need a test with high sensitivity (SnNout mnemonic). A highly sensitive test has very few false negatives - nearly all patients WITH PE will test positive. Therefore a negative result is very reassuring. (D is related, but NPV depends on prevalence while sensitivity is a fixed test characteristic - B is the more fundamental/correct answer.) High specificity (A) with a positive result would help rule in disease.

Q25 (MCQ) A new stool guaiac test for colorectal cancer has sensitivity 80% and specificity 95%. In a screening clinic, the pre-test probability of colorectal cancer is 5%. A patient tests positive. Using Bayes' theorem, what is the approximate post-test probability of colorectal cancer?
  • A) 30%
  • B) 46%
  • C) 62%
  • D) 80%
  • E) 95%

Answer: B
Calculation using odds form:
  • LR+ = Sensitivity / (1 - Specificity) = 0.80 / 0.05 = 16
  • Pre-test odds = 0.05 / (1 - 0.05) = 0.05/0.95 = 0.0526
  • Post-test odds = 0.0526 × 16 = 0.842
  • Post-test probability = 0.842 / (1 + 0.842) = 0.842/1.842 = 45.7% ≈ 46%
A positive test in this screening population raises the probability from 5% to ~46% - still not high enough to diagnose (confirmatory colonoscopy would be next step).

Q26 (SAQ) A researcher plots an ROC curve for a new biomarker for early sepsis detection. The curve shows an AUC of 0.91. A second biomarker has an AUC of 0.61.
(a) What does an AUC of 0.91 vs. 0.61 tell you about each test?
(b) A colleague suggests using the threshold that maximizes sensitivity to 98%. What is the trade-off?
(c) In which clinical situation would you prefer a cut point that prioritizes specificity over sensitivity?

Answer:
(a) AUC 0.91 indicates an outstanding diagnostic test. It means that 91% of the time, a randomly chosen patient with sepsis will have a higher biomarker value than a randomly chosen patient without sepsis. The test has strong discriminatory ability across all possible cut points. AUC 0.61 is slightly above random chance (0.50) - this test has poor discriminatory ability and would not be clinically useful for sepsis detection.
(b) Moving the threshold to maximize sensitivity (98%) means the cut point is moved to be very permissive (lax). This will capture nearly all true sepsis cases (very few false negatives). The trade-off is a significant reduction in specificity - many patients without sepsis will test positive (more false positives). In a busy ED, this could lead to overdiagnosis, overtreatment, unnecessary antibiotics, and resource strain.
(c) Prioritize specificity over sensitivity when a false positive leads to significant harm. For example:
  • Deciding to initiate broad-spectrum antibiotics in a patient where resistance risk is high
  • Confirming HIV before disclosing a positive result to a patient
  • Deciding to proceed with a high-risk surgical procedure
  • Confirming cancer before starting chemotherapy In these cases, you want near-certainty before acting (SpPin - high specificity, positive result rules in disease).

Q27 (MCQ) A troponin assay has a sensitivity of 97% and specificity of 85% for myocardial infarction. The calculated LR+ is 6.5 and LR- is 0.035. A patient presents with typical chest pain and an ECG showing ST-segment elevation - the physician estimates the pre-test probability of MI at 85%. After a negative troponin result, what happens to the probability of MI?
  • A) It increases to > 90%
  • B) It remains at 85%
  • C) It drops to approximately 30%
  • D) It drops to approximately 17%
  • E) It drops to near zero

Answer: D
Calculation:
  • LR- = 0.035
  • Pre-test odds = 0.85 / 0.15 = 5.67
  • Post-test odds = 5.67 × 0.035 = 0.198
  • Post-test probability = 0.198 / 1.198 = 16.5% ≈ 17%
Key teaching: Even with a very good test (LR- 0.035), when the pre-test probability is very high (85%), a negative result still leaves a substantial residual probability of disease (17%). The test does NOT rule out MI in this patient. The physician should not discharge this patient based on a single negative troponin alone - serial troponins and clinical monitoring are needed.

Q28 (MCQ) When researchers raise the cutoff threshold for a blood glucose test used to diagnose diabetes (i.e., require a higher glucose level to call it "positive"), which of the following changes occur?
  • A) Sensitivity increases, specificity decreases
  • B) Sensitivity decreases, specificity increases
  • C) Both sensitivity and specificity increase
  • D) Both sensitivity and specificity decrease
  • E) PPV decreases, NPV decreases

Answer: B
Explanation: Raising the cutoff makes the test stricter - only patients with clearly elevated glucose test positive. This reduces the number of false positives (improves specificity) but also means some true diabetics with moderate glucose elevations will now test negative (increases false negatives, reduces sensitivity). The sensitivity-specificity trade-off is inverse: you cannot simultaneously improve both without a fundamentally better test.

Q29 (MCQ) A 45-year-old woman undergoes mammography screening. The radiologist reports the finding as "probably benign" (BI-RADS 3). Her primary care physician explains that even if the mammogram were negative, she cannot be completely reassured because her pre-test probability of breast cancer is moderate. This reasoning is best explained by:
  • A) The nocebo effect
  • B) Berkson's bias
  • C) Bayes' theorem
  • D) The Bradford Hill criteria
  • E) The Hawthorne effect

Answer: C
Explanation: Bayes' theorem describes how pre-test probability + test result = post-test probability. Even a negative test result from a reasonably good test leaves a residual post-test probability that depends on the pre-test probability. For a patient with moderate pre-test probability, a negative test may not drop the post-test probability low enough to provide complete reassurance. This is the core clinical application of Bayes' theorem - tests do not give absolute certainty; they modify probability.

Q30 (SAQ) Explain the concept of likelihood ratio and why it is preferred over predictive values when applying diagnostic test results to individual patients.

Answer:
A Likelihood Ratio (LR) expresses how many times more (or less) likely a particular test result is in a patient WITH the disease compared to a patient WITHOUT the disease.
  • LR+ = Sensitivity / (1 - Specificity) - how much a positive result increases the probability of disease
  • LR- = (1 - Sensitivity) / Specificity - how much a negative result decreases the probability of disease
Why LR is preferred over PPV/NPV for individual patients:
PPV and NPV change with prevalence. If a test has PPV = 8% in a general population (1% prevalence) and PPV = 68% in a high-risk clinic (20% prevalence), you cannot simply look up the PPV from a paper and apply it to your patient unless your patient comes from the exact same population.
LR does not change with prevalence (assuming sensitivity and specificity are fixed). You can take the LR from a published study and apply it to any individual patient regardless of the clinical setting, as long as you:
  1. Estimate your patient's pre-test probability from clinical context
  2. Apply the LR to convert pre-test → post-test probability
This makes LR far more useful at the bedside. The Fagan nomogram makes this calculation graphically straightforward without requiring any computation.

SECTION E: HYPOTHESIS TESTING, BIAS & CONFOUNDING (Questions 31-40)


Q31 (MCQ) A clinical trial with 50 patients per group fails to detect a significant difference between a new drug and placebo (P = 0.12). A subsequent trial with 5,000 patients per group finds a statistically significant difference (P = 0.02) with the same effect size. Which statement best explains this?
  • A) The larger trial committed a Type I error
  • B) The smaller trial was likely underpowered (Type II error)
  • C) The p-value of 0.12 proves no difference exists
  • D) The larger trial's result is clinically more significant
  • E) Both trials have the same statistical power

Answer: B
Explanation: The smaller trial (n=50/group) was likely underpowered - it had insufficient sample size to detect the true difference that existed, committing a Type II (beta) error (false negative). The larger trial (n=5,000/group) had greater power to detect the same real difference. Importantly, "P = 0.12" does NOT prove no difference exists - it only means the result was not statistically significant. This is a common misinterpretation. Failure to reject H₀ ≠ proof that H₀ is true.

Q32 (MCQ) In a study comparing two diabetes drugs, a 95% confidence interval for the difference in HbA1c reduction between drugs is reported as −0.8% to +0.2%. Which of the following conclusions is most appropriate?
  • A) Drug A is significantly better than Drug B
  • B) Drug B is significantly better than Drug A
  • C) The difference between drugs is not statistically significant
  • D) The study was overpowered
  • E) The result is clinically significant

Answer: C
Explanation: For a difference between two groups, statistical significance requires that the 95% CI does not include zero (the value of "no difference"). The CI of −0.8% to +0.2% crosses zero, meaning the data are consistent with no true difference between the drugs. The result is not statistically significant. The range also includes values where either drug could be better - we cannot conclude superiority of either.

Q33 (SAQ) A cohort study reports that coffee consumption is associated with reduced risk of Parkinson's disease (RR = 0.75, 95% CI: 0.65-0.87). A colleague argues this is confounded because smokers drink more coffee, and smoking also appears to protect against Parkinson's.
(a) Explain why smoking fits the criteria of a confounder in this study.
(b) How should the researchers address this potential confounding?
(c) Could smoking be an effect modifier instead of a confounder? Explain how you would distinguish the two.

Answer:
(a) Smoking meets all three criteria of a confounder in this relationship:
  1. Smoking is associated with the exposure (coffee consumption) - smokers tend to drink more coffee
  2. Smoking is independently associated with the outcome (Parkinson's disease) - epidemiological studies show smoking appears to reduce Parkinson's risk
  3. Smoking is not on the causal pathway between coffee and Parkinson's - it acts as a separate variable, not a mediator
Therefore, the protective association between coffee and Parkinson's may be partially or fully explained by the underlying association with smoking - the coffee-Parkinson's relationship may be confounded.
(b) Methods to address confounding:
  • Restriction: Analyze only non-smokers and assess if the coffee-Parkinson's association persists
  • Matching: Match coffee drinkers and non-drinkers on smoking status at study entry
  • Stratified analysis: Calculate RR separately for smokers and non-smokers, then compare
  • Multivariable (logistic/Cox) regression: Include smoking as a covariate to estimate the coffee effect adjusted for smoking
  • Propensity score methods: Create a propensity score for coffee drinking that balances smoking status
(c) To distinguish confounding from effect modification (interaction):
  • Perform stratified analysis: Calculate the RR for coffee and Parkinson's separately in smokers and non-smokers
  • If the RR is the same in both strata → smoking is a confounder (report a single adjusted RR)
  • If the RR differs meaningfully between strata → smoking is an effect modifier (the effect of coffee on Parkinson's is different in smokers vs. non-smokers; report stratified results separately)
  • Effect modification is a biological reality to be reported; confounding is a bias to be controlled.

Q34 (MCQ) A case-control study investigates the association between maternal first-trimester medication use and infant cleft palate. Mothers of babies with cleft palate recall medication use more extensively and in greater detail than mothers of healthy babies. This is an example of:
  • A) Confounding
  • B) Lead-time bias
  • C) Recall bias
  • D) Selection bias
  • E) Observer-expectancy bias

Answer: C
Explanation: Recall bias occurs when knowledge of disease status (having a child with a birth defect) leads to a difference in how study subjects remember or report past exposures. Mothers of affected children are more likely to search their memory carefully for anything they did "wrong," leading to over-reporting of exposures compared to mothers of healthy babies. This is a classic information bias in case-control studies and can falsely inflate OR estimates.

Q35 (MCQ) A new population-based screening program for breast cancer is introduced. After 5 years, data show that breast cancer patients diagnosed through screening have an average 10-year survival of 85%, compared to 60% for patients diagnosed symptomatically. A critic argues this apparent benefit may be an artifact. Which biases are they most likely concerned about?
  • A) Recall bias and selection bias
  • B) Lead-time bias and length bias
  • C) Confounding and information bias
  • D) Volunteer bias and observer bias
  • E) Hawthorne effect and nocebo effect

Answer: B
Explanation: Two screening-specific biases threaten this conclusion:
Lead-time bias: Screening detects cancer earlier. If treatment doesn't actually improve outcome, patients will still appear to live longer after diagnosis simply because the clock started earlier. Survival from diagnosis is extended, but survival from birth (true survival) is not improved.
Length bias: Screening intervals preferentially detect slow-growing, indolent cancers. These patients naturally live longer regardless of treatment. Aggressive, rapidly progressing cancers are more likely to present symptomatically between screenings. Therefore, screened patients appear healthier as a group.
Both biases make screening look beneficial even when true mortality benefit is absent. The correct way to evaluate screening is to compare age-specific cancer mortality rates between screened and unscreened groups in a randomized trial.

Q36 (SAQ) Define and distinguish Type I error and Type II error. A pharmaceutical company developing a new cancer drug argues that it is better to have a larger Type II error (β = 0.30) than a larger Type I error (α = 0.10). Is this reasoning sound? Explain.

Answer:
Type I error (α): Rejecting the null hypothesis when it is actually true - concluding a drug works when it does not (false positive). Set by the significance level α, conventionally 0.05.
Type II error (β): Failing to reject the null hypothesis when it is false - concluding a drug doesn't work when it actually does (false negative). Power = 1 - β.
Is the company's reasoning sound?
It depends on context, but generally no - reducing β (increasing power to 0.70) while raising α (to 0.10) increases the risk of approving ineffective or harmful drugs. The convention α = 0.05 reflects the judgment that a false positive is more serious than a false negative in medical research - approving an ineffective cancer drug exposes patients to toxicity with no benefit, a serious harm.
However, the argument has some merit in exploratory early-phase research (Phase I/II): in an initial screening phase, you want high sensitivity to detect any promising signal - missing a potentially effective drug (Type II error) may be worse than pursuing a few false positives that will be filtered in Phase III. In confirmatory Phase III trials, however, the standard remains α = 0.05 (or even stricter), precisely to protect against false-positive drug approvals.
The company's reasoning is self-serving (they want to find their drug "effective") and could compromise drug safety standards if applied to Phase III data.

Q37 (MCQ) Researchers want to assess whether a new exercise intervention reduces HbA1c levels in Type 2 diabetes. They randomize 100 patients to exercise + usual care and 100 to usual care alone. After 6 months, both groups show significant HbA1c improvement, though the exercise group improves more. However, subjects in the exercise group reported eating healthier foods and visiting their physician more frequently. This uncontrolled variable is best described as:
  • A) Recall bias
  • B) Placebo effect
  • C) Confounding
  • D) Effect modification
  • E) Berkson's bias

Answer: C
Explanation: Diet changes and increased physician visits are covariates that are associated with exercise (the intervention) AND independently affect HbA1c (the outcome). They are not on the direct causal pathway between exercise and HbA1c (they are separate behaviors triggered by the intervention context). This is confounding - specifically "performance bias" or "contamination." The true effect of exercise per se cannot be cleanly isolated from these co-interventions. Randomization controls for baseline differences, but it cannot prevent co-interventions occurring differently between groups during the trial.

Q38 (MCQ) In a prospective cohort study on dietary fat and heart disease, 30% of enrolled participants are lost to follow-up by year 5. The investigators find that those who were lost were predominantly from lower socioeconomic groups and had higher baseline cholesterol. What type of bias is most likely introduced?
  • A) Recall bias
  • B) Lead-time bias
  • C) Loss-to-follow-up bias (attrition bias)
  • D) Length bias
  • E) Hawthorne effect

Answer: C
Explanation: Loss-to-follow-up bias (attrition bias) occurs when participants who leave a study are systematically different from those who remain. Here, the dropouts have higher risk profiles (lower SES, higher cholesterol). If these higher-risk participants are missing from the final analysis, the study will underestimate the true incidence of heart disease events and potentially distort the association with dietary fat. The key feature is that loss-to-follow-up is not random - it is related to the outcome of interest.

Q39 (SAQ) A study reports that people living near power lines have a higher rate of childhood leukemia. List four Bradford Hill criteria that would need to be satisfied before concluding that electromagnetic field (EMF) exposure from power lines causes childhood leukemia. For each criterion, describe what evidence would be needed.

Answer:
Any four of the following:
  1. Temporality (required): Children must have been exposed to power lines/EMF before developing leukemia, not after diagnosis. Longitudinal study data showing exposure preceded disease onset is essential.
  2. Strength of association: The relative risk or odds ratio should be large and robust. A weak association (e.g., RR = 1.1) is more easily explained by confounding or bias. A strong association (e.g., RR > 3) is harder to explain by chance.
  3. Dose-response relationship: Children living closer to power lines, or with higher measured EMF exposure, should have proportionally higher leukemia rates. A clear gradient strengthens causal arguments.
  4. Consistency: The association should be replicated across multiple independent studies in different countries, populations, and research groups. A finding unique to one study is less convincing.
  5. Biological plausibility: There should be a known or proposed biological mechanism by which EMF could damage DNA or disrupt normal cell cycling to promote leukemia. Without a plausible mechanism, the association remains unexplained.
  6. Specificity: EMF exposure should be specifically linked to leukemia (or at least a defined spectrum of malignancies), not associated with every disease simultaneously.
  7. Experiment: Animal studies or controlled experiments exposing cells/animals to similar EMF levels should produce leukemia-promoting effects.

Q40 (MCQ) A researcher wants to determine whether Metformin reduces all-cause mortality in non-diabetic patients with obesity. Which statement regarding the optimal study design is CORRECT?
  • A) A case-control study is preferred because mortality is a common outcome
  • B) A cross-sectional study would be adequate because it measures both exposure and outcome
  • C) A double-blind RCT is ideal but an observational cohort could be used if an RCT is impractical
  • D) A meta-analysis should be performed first before any primary research is conducted
  • E) A case series of Metformin-treated patients would provide sufficient evidence

Answer: C
Explanation: The ideal study is a double-blind RCT - it would randomly assign obese non-diabetics to Metformin vs. placebo and follow them for all-cause mortality. This eliminates confounding and establishes causation. However, such a trial may be impractical (very long follow-up, large sample needed, drug already generic and inexpensive). In that case, a large prospective cohort study comparing Metformin users and non-users (with careful adjustment for confounders such as diabetes risk, BMI, and comorbidities) would be the pragmatic alternative. A meta-analysis (D) synthesizes existing evidence - it cannot be performed before any primary research exists.

ANSWER KEY SUMMARY

QTypeTopicAnswer
1MCQData typesA
2MCQSkew and central tendencyC
3SAQSD, normal distribution, Z-scoreSee above
4MCQStatistical vs. clinical significanceC
5SAQSD vs. SEMSee above
6MCQReference rangesD
7MCQStudy design hierarchyD
8MCQCase-control, ORC
9SAQCohort study designSee above
10MCQITT analysisC
11MCQCross-sectional limitationsC
12SAQMeta-analysis, heterogeneitySee above
13MCQMultiple comparisons, Type I errorC
14MCQRare disease - best designC
15SAQITT vs. per-protocolSee above
16MCQRR calculationC
17MCQNNT calculationD
18SAQOR calculation, 2x2 tableSee above
19MCQApplying RRR to individual patientsC
20SAQNNT and NNH interpretationSee above
21MCQRare disease assumption (OR ≈ RR)B
22MCQFP calculationD
23SAQPPV vs. prevalenceSee above
24MCQSnNoutB
25MCQBayes' theorem, post-test probabilityB
26SAQROC curve, AUC, cut pointsSee above
27MCQLR- with high pre-test probabilityD
28MCQThreshold shift, sensitivity/specificityB
29MCQBayes' theorem conceptC
30SAQLR vs. predictive valuesSee above
31MCQUnderpowered study, Type II errorB
32MCQCI interpretationC
33SAQConfounding vs. effect modificationSee above
34MCQRecall biasC
35MCQLead-time and length biasB
36SAQType I vs. Type II errorSee above
37MCQConfounding in RCTC
38MCQAttrition biasC
39SAQBradford Hill criteriaSee above
40MCQOptimal study designC

All questions derived from content in Harrison's Principles of Internal Medicine 22e, Goldman-Cecil Medicine, and the Pediatric Board Review (Elsevier). Calculations follow standard epidemiological formulas.
This is a shared conversation. Sign in to Orris to start your own chat.