35.02.04 · health-medicine / infectious-disease

Epidemiology basics: R0, herd immunity, outbreak investigation

stub3 tiersLean: nonepending prereqs

Anchor (Master): Snow, J. — On the Mode of Communication of Cholera (1855)

Intuition Beginner

Epidemiology is the study of how diseases spread through populations — who gets sick, why, and how to stop it. John Snow founded modern epidemiology in 1854. He mapped cholera deaths in London, traced them to a single water pump on Broad Street, and had the handle removed — ending the outbreak, decades before bacteria were discovered.

Richard Doll and Austin Hill proved smoking causes lung cancer in 1950, comparing the smoking habits of lung cancer patients to those of healthy controls. Epidemiologists use different study designs. Cohort studies follow healthy people forward in time to see who develops disease. Case-control studies work backward, comparing people who are already sick to healthy controls.

The key measures are incidence (new cases per unit of time) and prevalence (total cases at one point in time). Relative risk tells you how much more likely disease is in exposed versus unexposed people. If smokers have 20 times the lung-cancer rate of non-smokers, the relative risk is 20.

The Bradford Hill criteria help determine whether an association is causal rather than coincidental: strength, consistency, temporality, dose-response, and plausibility. Temporality — the cause coming before the effect — is the most important, because without it causation is impossible.

R0, the basic reproduction number, and the herd immunity threshold govern epidemic control. When R0 is greater than 1, an outbreak grows; when below 1, it fades. Herd immunity is reached once enough people are immune — through vaccination or prior infection — to block transmission. For a pathogen with R0 of 3, roughly two-thirds of the population must be immune.

Visual Beginner

Study design Direction Best for Main weakness
Cohort Forward (exposure then disease) Rare exposures, temporal sequence Expensive, slow
Case-control Backward (disease then exposure) Rare diseases Recall bias
Cross-sectional Snapshot Prevalence No temporality
Randomized controlled trial Forward, randomized Causation (gold standard) Cost, ethics
Measure Formula (plain English) Question it answers
Incidence New cases per person-time How fast is disease spreading?
Prevalence Existing cases per population How common is it right now?
Relative risk (RR) Risk in exposed divided by risk in unexposed How much does exposure raise risk?
Odds ratio (OR) Odds of exposure in cases divided by odds in controls Same, for case-control studies
Case fatality rate (CFR) Deaths divided by diagnosed cases How lethal is the disease?
Bradford Hill criterion What it checks
Strength Is the effect large?
Consistency Has it been replicated?
Temporality Does cause precede effect?
Biological gradient Is there a dose-response?
Plausibility Is it biologically reasonable?

Worked example Beginner

In August 1854, a sudden wave of cholera deaths struck the Soho neighborhood of London. Within three days, more than a hundred people had died. Most doctors blamed the foul air, the miasma that hung over the city's poorest streets. John Snow thought differently.

Snow had spent years arguing that cholera spread through contaminated water, not bad air, but he had no microscope proof. The Soho outbreak gave him a natural experiment. He walked door to door, recording every death and its address, then marked each on a street map. The bars clustered with eerie precision around one pump — the Broad Street pump — and faded with distance from it.

He noticed two anomalies that broke the miasma theory. A workhouse just around the corner, with over five hundred inmates, had almost no deaths — because it had its own well. And a widow in Hampstead, miles away, died of cholera: she had once lived near Broad Street and, liking the taste of its water, had a bottle carted to her home each week.

Snow took his map to the parish board and asked them to remove the pump handle. They did, and the outbreak subsided. The map itself was the evidence — a pattern of deaths that pointed to a single source. This was epidemiology before germs: a disease tracked not by finding its cause in a laboratory, but by finding where it lived in a population.

Check your understanding Beginner

Formal definition Intermediate+

Epidemiology is the study of the distribution and determinants of health-related states or events in specified populations, and the application of this study to the control of health problems. Where clinical medicine asks "what is wrong with this patient?", epidemiology asks "what is wrong with this population?" — and answers it by measuring who gets sick, where, when, and why.

Study designs

Epidemiology rests on four canonical study designs, each with a characteristic logic, strength, and weakness.

A cohort study recruits exposed and unexposed individuals and follows them forward in time to measure disease incidence. The Framingham Heart Study, begun in 1948 in Framingham, Massachusetts, has followed three generations of residents and identified the major risk factors for cardiovascular disease — blood pressure, cholesterol, smoking. Cohort studies establish temporal sequence (exposure precedes disease), can study multiple outcomes from one exposure, and are the only observational design that yields a true relative risk directly. They are expensive and slow for rare diseases, because few participants will develop the outcome.

A case-control study recruits people who already have the disease (cases) and comparable people who do not (controls), then looks backward to compare their past exposures. This design is efficient for rare diseases — Doll and Hill used it to study lung cancer in 1950, when the disease was still uncommon — and can examine many exposures for one outcome. Its characteristic weakness is recall bias: cases, knowing they are sick, may remember past exposures differently from controls. It yields an odds ratio, which approximates relative risk only when the disease is rare.

A cross-sectional study takes a snapshot of a population at one time, measuring exposure and disease simultaneously. It is fast and cheap, ideal for estimating prevalence, but cannot establish temporality — whether exposure preceded disease or disease changed exposure. Ecological studies compare populations rather than individuals, correlating aggregate exposure and outcome levels. They invite the ecological fallacy (Robinson, 1950): relationships observed at the group level need not hold at the individual level.

The randomized controlled trial (RCT) is the gold standard for establishing causation. Participants are randomly assigned to treatment or control groups, so that confounders — known and unknown — are balanced across groups in expectation. Randomization converts systematic differences into chance differences, and the intention-to-treat principle (analyzing participants in the group to which they were assigned, regardless of adherence) preserves this balance against attrition and non-compliance (see 29.01.02, psychology research methods).

Measures of disease frequency

Incidence counts new cases of disease arising in a population at risk over a defined period. It comes in two forms. Cumulative incidence (risk) is the proportion of a susceptible population that develops disease over a period: . Incidence rate (incidence density) uses person-time in the denominator: , accommodating participants who are followed for different lengths of time.

Prevalence is the proportion of a population that has the disease at a point or period in time. Point prevalence counts cases at one instant; period prevalence counts everyone who had the disease during an interval. Prevalence depends on both incidence and disease duration: a chronic disease of low incidence can accumulate high prevalence, while a rapidly fatal disease can have high incidence and low prevalence (see 35.02.03, the SIR model's I and R compartments).

The case fatality rate (CFR) is the proportion of diagnosed cases that die: . It measures virulence in the infected. The infection fatality rate (IFR) divides deaths by all infections, including undiagnosed ones, and is lower than the CFR to the extent that mild cases go undetected.

Measures of association

These quantitatively link an exposure to an outcome. Consider a table with exposed (E+) and unexposed (E−) rows, and disease (D+) and no-disease (D−) columns, whose cell counts are :

D+ D−
E+
E−

Relative risk is the ratio of incidence in the exposed to incidence in the unexposed:

indicates that exposure increases risk; that it decreases risk; indicates no association. Attributable risk (risk difference) is the excess: , measuring the absolute additional disease burden attributable to exposure.

Odds ratio is the ratio of the odds of exposure among cases to the odds of exposure among controls:

This cross-product form is what makes the OR computable from a case-control study, where the marginal totals of disease are fixed by design and true incidence cannot be computed. Population attributable risk (PAR) measures the proportion of disease in the entire population that is due to the exposure: , where is the prevalence of exposure in the population. PAR guides public-health priorities by weighing both the strength of an association and how common the exposure is.

Confounding and bias

A confounder is a third variable associated with both exposure and outcome, distorting the apparent effect of one on the other. Coffee drinking appears associated with heart disease, but smoking confounds the relationship: coffee drinkers smoke more, and smoking causes heart disease. Simpson's paradox is the dramatic case in which an association reverses direction when a confounder is accounted for by stratification. The Mantel-Haenszel procedure pools stratum-specific estimates to give an adjusted measure of association.

Selection bias arises when the sample does not represent the target population: the healthy worker effect (workers are healthier than the general population), Berkson's bias (hospital-based samples over-represent the multiply-ill). Information bias distorts measurement: recall bias (cases remember differently), interviewer bias (knowing disease status changes how questions are asked), and misclassification, which may be differential (varying by group, capable of manufacturing or hiding effects) or non-differential (uniformly wrong, which usually drives associations toward the null).

The Bradford Hill criteria

Austin Bradford Hill's 1965 guidelines assess whether an observed association is likely causal. None is individually necessary or sufficient; together they build a case. Strength — a large effect (smoking confers a roughly 20-fold lung-cancer risk) is harder to explain away by confounding. Consistency — replication across populations, times, and designs. Specificity — one cause producing one effect (weakest criterion, since many causes have multiple effects). Temporality — exposure must precede disease (logically necessary). Biological gradient — a dose-response. Plausibility — biologically reasonable. Coherence — consistent with the natural history and biology of the disease. Experiment — intervention on the cause changes the effect. Analogy — similar agents produce similar effects (see 20.08.03, causation and explanation, for the counterfactual and interventionist analysis underlying this reasoning).

Outbreak investigation

The CDC's outbreak investigation steps provide the operational protocol. (1) Prepare for fieldwork — assemble the team, secure supplies and approvals. (2) Establish that an outbreak exists — compare current case counts to baseline. (3) Verify the diagnosis — confirm cases by clinical and laboratory criteria. (4) Construct a case definition specifying person, place, and time, and identify cases. (5) Perform descriptive epidemiology — characterize cases by person (age, sex, occupation), place (geographic distribution mapped as Snow did), and time (epidemic curve showing cases by date of onset). (6) Develop hypotheses about source and mode of transmission. (7) Test hypotheses with analytic studies (cohort or case-control) and environmental sampling. (8) Refine hypotheses and revisit earlier steps. (9) Implement control measures — which may begin earlier if the threat is urgent. (10) Communicate findings.

Modern outbreak response adds tools unavailable to Snow. Contact tracing reconstructs transmission chains. Genomic surveillance sequences pathogen isolates to detect clusters, identify sources, and track variants — the foundation of PulseNet for foodborne outbreaks and of SARS-CoV-2 variant tracking (see 33.06.*, sequencing). Real-time epidemiology shaped the COVID-19 response at every stage, from estimating R0 to evaluating interventions (see 35.02.03, the SIR model applied to pandemic dynamics).

R0 and herd immunity

The basic reproduction number is the average number of secondary infections produced by one infectious individual in a fully susceptible population. It is a property jointly of the pathogen's transmissibility, the contact structure of the population, and the mean infectious period. Typical values: measles -18; pertussis 12-17; smallpox 5-7; polio 5-7; SARS-CoV-2 (ancestral) 2.5-3; seasonal influenza 1.3-1.8 (see 35.02.03).

The effective reproduction number is , where is the proportion of the population still susceptible. An epidemic grows when and declines when . The herd immunity threshold is the immune fraction at which falls to 1, so transmission can no longer sustain itself. Measles, with , requires about 93% immunity; polio roughly 80%; seasonal influenza as little as 40%.

Vaccine efficacy is , where is the relative risk of disease in vaccinated versus unvaccinated individuals. To reach herd immunity by vaccination alone requires coverage satisfying (see 35.06.03, vaccine science). A vaccine of imperfect efficacy against a highly contagious pathogen demands near-universal coverage, which is why measles outbreaks recur wherever uptake slips.

Key result: the rare-disease assumption and the herd immunity threshold Intermediate+

Two quantitative results anchor epidemiological reasoning. The first justifies the central sleight of hand of case-control studies — that the odds ratio can stand in for the relative risk. The second, already encountered in 35.02.03, is restated here in the language of vaccine coverage that epidemiologists use to set public-health targets.

The rare-disease assumption

Case-control studies sample cases and controls by design, fixing the marginal number of each, so the true incidence in the exposed and unexposed source populations cannot be computed and no true relative risk is available. What is computable is the odds ratio — the cross-product from the table. The rare-disease assumption is what licenses epidemiologists to treat this quantity as a relative risk.

Claim. When the disease is rare in both exposed and unexposed populations (specifically, when and ), the odds ratio approximates the relative risk.

Derivation. Write the relative risk and odds ratio explicitly:

When disease is rare, so , and so . Substituting these into :

The approximation holds to within about 10% when the disease prevalence in each group is below 10%, and tightens as prevalence falls. For a rare disease like lung cancer in 1950, the odds ratio computed from Doll and Hill's case-control data is virtually indistinguishable from the relative risk that a (hypothetical, vastly larger) cohort study would have produced.

The assumption fails for common outcomes — hypertension, diabetes, or occupational back pain — where case-control studies can produce odds ratios that systematically overestimate the true relative risk. This is one of several reasons why study design and disease frequency together determine which measure of association is trustworthy.

Vaccine coverage and the herd immunity threshold

The herd immunity threshold is the immune fraction at which the effective reproduction number crosses 1. If immunity is produced by a vaccine of efficacy delivered to a fraction of the population, the immune fraction is , and the requirement for herd immunity becomes:

This relation is the quantitative basis of vaccination policy. For measles (, so ) with a two-dose vaccine of efficacy , the required coverage is . Anything below 96% two-dose coverage leaves pockets of susceptibility in which measles, once introduced, can spread — which is exactly what occurs in communities with declining vaccination uptake. For a pathogen of higher or a vaccine of lower efficacy, the required coverage may exceed 1, meaning vaccination alone cannot achieve herd immunity and complementary measures (boosters, prior-infection immunity, distancing) must contribute.

Exercises Intermediate+

Advanced results Master

Causal inference and the potential-outcomes framework

Modern epidemiology has absorbed the formal machinery of causal inference developed in statistics and philosophy of science. The Rubin causal model (Holland, 1986, formalizing Neyman) defines a causal effect as the difference between two potential outcomes: the outcome a single individual would have under exposure versus under no exposure. Since each individual is observed in only one state, the individual effect is unobservable, and causal inference becomes a missing-data problem at its core. Average effects are recovered by comparing groups that differ in exposure but are otherwise identical — the condition randomization satisfies by construction, and that observational studies must argue for.

Directed acyclic graphs (DAGs), developed by Judea Pearl, encode the analyst's assumptions about causal structure as a graph in which variables are nodes and directed edges represent direct causal effects. A DAG makes explicit which variables must be conditioned on (to block confounding paths) and which must not be (conditioning on a mediator blocks part of the effect, and conditioning on a collider — a common effect of exposure and outcome — opens a spurious association). The backdoor criterion formalizes when a set of measured covariates suffices to identify a causal effect from observational data, giving epidemiologists a rigorous alternative to the informal adjustment heuristics of earlier decades. Pearl's framework recasts the Bradford Hill criteria as qualitative cues toward causal structures that a DAG and the backdoor criterion can test explicitly (see 20.08.03, causation and the interventionist account).

Instrumental variables identify causal effects when confounding cannot be fully controlled. An instrument is correlated with the exposure, affects the outcome only through that exposure, and shares no confounder with the outcome. Mendelian randomization exploits this logic using genetic variants as instruments: because alleles are assigned at conception roughly at random (Mendel's first law), a variant associated with a modifiable exposure (say, LDL cholesterol level) can be used to estimate the causal effect of that exposure on disease (coronary heart disease), free of the confounding and reverse causation that plague conventional observational studies (see 17.06.*, molecular genetics; 35.08.02, genomic medicine).

Natural experiments exploit discontinuities and policy changes that approximate randomization. Regression discontinuity uses an arbitrary threshold (a treatment guideline triggered at a specific cholesterol level) to compare individuals just above and just below the cutoff. Difference-in-differences compares the change in an outcome in a group affected by a policy to the contemporaneous change in an unaffected group, attributing the difference to the intervention (see 30.01.02, sociology, research methods; 29.01.02, psychology, observational versus experimental designs).

Genetic epidemiology

Twin studies compare trait concordance in monozygotic (identical) and dizygotic (fraternal) twins to partition variance into genetic and environmental components, yielding heritability estimates. The classical Falconer method gives , where is the twin-pair correlation. Twin studies established the heritability of schizophrenia (roughly 0.8), autism, and intelligence, while exposing the limits of a single summary statistic that hides gene-environment correlation and non-additive effects (see 19.05.*, quantitative genetics; 29.05.02, heritability).

Genome-wide association studies (GWAS) test millions of single-nucleotide variants for statistical association with a trait. Most common diseases and quantitative traits are polygenic: shaped by thousands of variants of small individual effect. Aggregating these into polygenic risk scores allows stratification of individuals by inherited disease risk, with implications for early screening (breast cancer beyond BRCA), drug targeting, and the ethics of risk disclosure (see 35.08.02, genomic medicine; 19.05.03, polygenic adaptation and GWAS). GWAS have also re-exposed the population-structure pitfalls that bedevil epidemiology: allele frequencies differ between populations for reasons of demographic history unrelated to disease, generating spurious association if not controlled.

Gene-environment interaction (GxE) studies whether genetic effects depend on environment and vice versa. The classic example is PKU: a genetic enzyme defect causes intellectual disability only when dietary phenylalanine is present — an environmental intervention (newborn screening and a low-phenylalanine diet) abolishes the genetic effect entirely (see 17.06.*, molecular genetics).

Social epidemiology

Social determinants of health — income, education, occupation, race, neighborhood — account for a larger share of population health variation than medical care does. The Whitehall studies of British civil servants found a persistent health gradient across employment grades: even within a population with universal access to health care, those lower in the occupational hierarchy had worse cardiovascular and mental-health outcomes, tracking a gradient in control, autonomy, and chronic stress (see 35.06.02, health disparities).

Life course epidemiology traces how exposures across the lifespan, including in utero, shape adult disease. David Barker's fetal origins hypothesis proposed that undernutrition during critical periods of fetal development programs adult risk of cardiovascular disease and diabetes — a claim borne out by cohorts exposed to the Dutch Hunger Winter of 1944-45 (see 35.03.*, chronic disease). Psychosocial pathways carry stress into physiology through the concept of allostatic load: chronic activation of the stress response — cortisol, sympathetic tone, inflammation — wears on cardiovascular, metabolic, and immune systems (see 29.11.03, stress and health; 35.01.02, homeostasis and allostatic load, McEwen).

Neighborhood effects on health (Sampson's work on Chicago; see 30.08.03, urban sociology) show that residential segregation concentrates poverty, environmental hazards, and limited food access, producing spatially patterned disease. Structural determinants — the racism, class stratification, and gendered divisions of labor that distribute exposure and care — are now treated as upstream causes of the proximate biomedical causes epidemiology once studied alone (see 30.04.*, sociology, stratification).

Infectious disease epidemiology

Beyond the SIR model of 35.02.03, the field has developed a richer toolkit. SEIR models add an Exposed (latently infected but not yet infectious) compartment, essential for diseases with a incubation period during which the host is infected but cannot transmit (COVID-19, measles). Agent-based models simulate heterogeneous individuals with explicit contact networks, capturing the effects of superspreading and targeted interventions. Network epidemiology replaces the homogeneous-mixing assumption with explicit contact graphs and explains the 20/80 rule: in a heterogeneous network, roughly 20% of cases cause 80% of transmission, so targeted interventions on high-degree nodes (the most connected individuals) can be far more efficient than population-wide measures (see 37.05.*, probability and Markov chains).

Vector-borne disease modeling partitions transmission between humans and an arthropod vector. Ronald Ross's malaria model, generalized by George Macdonald into the Ross-Macdonald framework, showed that reducing mosquito longevity below a threshold can interrupt transmission even without eliminating the vector — the quantitative basis of bed-net and indoor-residual-spraying campaigns. Wolbachia replacement of mosquito populations takes a complementary approach, replacing competent vectors with ones that resist the pathogen (see 19.*, biology, ecology, vector ecology).

Molecular epidemiology types pathogens to detect outbreaks. Pulse-field gel electrophoresis (PFGE) and now whole-genome sequencing allow investigators to determine whether cases scattered across a region share a recent common source — the basis of PulseNet, the CDC network that detects multistate foodborne outbreaks by linking cases with indistinguishable pathogen genomes (see 33.06., sequencing). Phylodynamics inverts the inference: the shape of a pathogen's phylogenetic tree, dated by the molecular clock, records the history of its effective population size and transmission rate, allowing real-time reconstruction of epidemic dynamics (see 19.07., phylogenetics; 35.02.03).

Environmental epidemiology

Environmental exposures — air, water, radiation, endocrine-disrupting chemicals — account for a substantial fraction of disease burden and are often distributed inequitably. Fine particulate air pollution (PM2.5) is causally linked to cardiovascular and respiratory mortality and to lung cancer; the Harvard Six Cities study and the American Cancer Society Cancer Prevention Study II provided the cohort evidence behind current air-quality standards (see 27.04., atmospheric science, air quality; 30.08.03, urban ecology). Water quality exposures — lead in Flint, arsenic in Bangladesh's tube wells — cause developmental, cardiovascular, and cancer outcomes at population scale (see 27.06., hydrology, water safety).

Radiation epidemiology quantifies cancer risk from ionizing radiation (the Life Span Study of atomic-bomb survivors), ultraviolet light (skin cancer), and background exposures such as residential radon (see 28.04.04, cosmic radiation and background). Endocrine disruptors — bisphenol A (BPA), phthalates, and their analogs — interfere with hormonal signaling at low doses, with suspected effects on reproduction, neurodevelopment, and metabolic disease (see 17.07., signaling, endocrine disruption). Climate change acts as a risk multiplier: directly through heat-wave mortality, and indirectly through expanding ranges of vector-borne diseases (see 27.07., climate change, health impacts; 31.06.02, medical anthropology).

Evidence-based medicine

The synthesis of epidemiological evidence into clinical practice is the domain of evidence-based medicine. The Cochrane Collaboration produces systematic reviews — exhaustive syntheses of all relevant RCTs on a question, often combined quantitatively by meta-analysis to produce a pooled effect estimate with greater statistical power than any single trial (see 29.10.02, psychology, evidence-based therapies, meta-analysis). Publication bias — the tendency of positive results to reach print more readily than negative ones — can distort these syntheses unless unpublished data are sought out.

The GRADE system (Grading of Recommendations, Assessment, Development, and Evaluation) rates the quality of evidence (high, moderate, low, very low) based on study design, risk of bias, consistency, directness, precision, and publication bias, and translates that quality into the strength of a clinical recommendation (see 35.07., pharmacology, evidence-based prescribing). Bodies such as the UK's NICE (National Institute for Health and Care Excellence) translate this evidence into practice guidelines that shape clinical care and resource allocation (see 35.06., public health, health systems).

The statistical foundations are those of inference generally: p-values misinterpreted as the probability that the null hypothesis is true, confidence intervals misread as containing the true effect with certainty, and a replication crisis driven in part by underpowered studies and flexible analyses (see 29.01.03, psychology, statistical reasoning; 26.*, statistics; 29.10.02, meta-analysis and publication bias).

Epidemiology and public health policy

Epidemiology's policy reach is its defining feature. Tobacco control — from Doll and Hill's 1950 paper to the 1964 U.S. Surgeon General's Report to subsequent warning labels, advertising bans, smoke-free laws, and plain packaging — is the canonical case of epidemiology translating into policy against determined industry opposition (see 30.02.03, media and industry, moral panic, and tobacco industry manipulation). The obesity epidemic prompted sugar taxes, soda portion limits, and research into food deserts and the structural drivers of diet (see 35.04.*, nutrition; 30.04.02, class structure, obesity and class). The opioid epidemic reshaped prescribing practice through prescription-drug monitoring programs, expanded naloxone access, and harm reduction (see 35.05.03, addiction; 29.10.03, biological treatments and pharmacotherapy).

The COVID-19 pandemic placed every tool of epidemiology under public scrutiny — lockdowns, masks, testing, contact tracing, vaccines, quarantine, travel restrictions — and exposed the tradeoffs between disease control and economic, educational, and mental-health costs. Vaccine hesitancy, misinformation, and the politicization of public-health measures demonstrated that epidemiological evidence alone does not determine policy, which is shaped also by trust, institutions, and the media ecosystem through which a population learns about risk (see 36., media literacy; 30.07., social movements, public-health measures as political).

Connections Master

Philosophy of science and the analysis of causation

The Bradford Hill criteria and the move to DAGs and potential outcomes place epidemiology at the heart of the philosophy of causation. Epidemiology operationalized the questions that David Hume raised about induction and that twentieth-century philosophers — Lewis, Woodward, Pearl — formalized using counterfactuals and interventions. To say that smoking causes lung cancer is to assert a counterfactual: had this person not smoked, their lung-cancer risk would have been lower. Epidemiology provides the methods to estimate that counterfactual from data that can never observe both outcomes in the same person (see 20.08.03, causation and explanation, counterfactual analysis, Woodward's interventionist account).

Statistics and the design of inference

Epidemiology is the most visible application of statistical inference in the life sciences. Study design — randomization, stratification, matching — is the engine that lets observational data answer causal questions; the methods of survival analysis (Kaplan-Meier, Cox proportional hazards) were developed for cancer epidemiology; and meta-analysis grew out of the need to synthesize clinical-trial evidence. The replication crisis has epidemiology at its center, because so many published associations — coffee and cancer, hormones and heart disease — fail to replicate under tighter design (see 26., statistics; 29.01.03, statistical reasoning; 37., probability).

Molecular genetics and genomic medicine

Genetic epidemiology, GWAS, and Mendelian randomization tie epidemiology to the molecular biology of inheritance. The discovery that most common diseases are polygenic reframed medical risk as a quantitative genetic quantity; the use of genetic variants as instruments for modifiable exposures recast epidemiology's oldest problem — distinguishing causation from correlation — in molecular terms (see 17.06., molecular genetics; 35.08.02, genomic medicine; 19.05., quantitative genetics).

Public health and health policy

Epidemiological evidence underpins the entire apparatus of public health: surveillance systems, screening programs, vaccine policy, environmental regulation, and clinical guidelines. The translation of evidence into policy is mediated by economics (cost-effectiveness analysis), ethics (the balance of individual liberty and collective protection), and politics (the willingness of institutions to act on evidence against entrenched interests). The tobacco story is the archetype: epidemiology established the harm, and policy — often over decades of resistance — translated that evidence into saved lives (see 35.06.*, public health, health systems; 35.06.03, vaccine science).

Sociology and the social determinants of health

Social epidemiology has merged epidemiology with sociology by treating income, education, race, neighborhood, and occupation as causal exposures — upstream determinants of the downstream biomedical causes. The gradient in health across the socioeconomic spectrum, observed in every country with data, is one of the most robust findings in the field, and it places epidemiology alongside sociology in explaining why disease burden is distributed as it is (see 30.04.*, sociology, stratification; 30.08.03, urban sociology; 35.06.02, health disparities).

History of science and the politics of evidence

Epidemiology's history — Snow before germs, Doll-Hill against tobacco money, the belated recognition of HIV transmission routes — is a case study in how evidence accumulates against resistance. Each major epidemiological finding required not only data but also the political and institutional will to act on it, often against commercial interests, social stigma, or prevailing scientific dogma. The history of epidemiology is therefore inseparable from the history of how societies decide what counts as evidence (see 32., world history; 33., history of science; 30.02.03, media, culture, and industry).

Historical and philosophical context Master

John Snow and the Broad Street pump (1854)

John Snow's cholera investigation is the founding narrative of modern epidemiology, and its details reward attention because they encode the logic of the field. Snow was a London anesthetist — he had administered chloroform to Queen Victoria during childbirth — who had argued since 1849 that cholera was a waterborne infection, transmitted by the ingestion of fecally contaminated water. He had no germ theory to invoke: the dominant theory of the day was that cholera spread through miasma, foul air, and Snow's contrary view was largely dismissed.

The Soho outbreak of August-September 1854 gave him his strongest case. Snow mapped the cholera deaths address by address, and the cluster around the Broad Street pump was unmistakable. His investigation of the anomalies — the workhouse with its own well that was spared, the widow in Hampstead who had Broad Street water delivered, the brewery workers who drank beer instead of pump water and survived — could not be explained by the miasma theory, which predicted death by location rather than by water source. Snow convinced the local Board of Guardians to remove the pump handle, and the outbreak subsided.

The episode is often simplified into the legend of a heroic map that ended an outbreak, but the history is subtler. The outbreak was already waning when the handle was removed; Snow himself viewed the Broad Street investigation as suggestive rather than decisive, and his stronger evidence was the "Grand Experiment" comparing cholera mortality across households served by two competing water companies, one drawing from a clean upstream source and the other from sewage-contaminated water downstream. The mortality ratio between them was an order of magnitude. The combination of descriptive mapping and a natural experiment with a defined contrast group is the methodological structure that earned Snow his retrospective title as the founder of epidemiology (Snow, 1855).

Doll, Hill, and the smoking-lung cancer link (1950)

The mid-twentieth-century rise in lung cancer deaths, lagging the rise in cigarette smoking by a generation, demanded explanation. Air pollution and tarring of roads were leading candidates. Richard Doll and Austin Bradford Hill published a case-control study in 1950 that compared the smoking histories of 649 male lung cancer patients to those of 649 matched controls with other diseases. The association was stark: heavy smokers were roughly 50 times more likely to develop lung cancer than non-smokers, and the dose-response across smoking intensity was monotonic. Doll himself, a smoker, quit during the study.

The case-control design was the right tool for a rare disease, and the magnitude of the effect made confounding an unlikely explanation. But Doll and Hill understood that a single observational study, however suggestive, could not establish causation. They followed with the British Doctors Study, a prospective cohort of nearly 35,000 physicians tracked from 1951, which confirmed the association prospectively, established temporality unambiguously, and extended the findings to cardiovascular and respiratory mortality. The cohort would run for half a century and document the full dose-response and the benefits of quitting.

The 1964 U.S. Surgeon General's Report on Smoking and Health drew on this evidence to declare smoking a cause of lung cancer and a likely cause of heart disease — the first official recognition of the harms of tobacco and the foundation of five decades of tobacco-control policy. The episode is a study in how epidemiological evidence accumulates across study designs and overcomes determined industry resistance (see 30.02.03, the tobacco industry's own internal recognition of harm and its public denial).

Bradford Hill and the criteria for causation (1965)

Austin Bradford Hill's 1965 address to the Royal Society of Medicine, The Environment and Disease: Association or Causation?, was a response to a specific problem: observational epidemiology routinely finds associations, and only some reflect causation. Hill offered his nine considerations — strength, consistency, specificity, temporality, biological gradient, plausibility, coherence, experiment, analogy — not as a checklist that could be applied mechanically but as a guide to the kinds of reasoning that should enter a judgment of causation.

Hill was explicit that none of the criteria (save temporality) is strictly necessary, and that even a strong association across many studies may reflect an unmeasured confounder. The criteria are heuristics, and modern causal inference — DAGs, the backdoor criterion, potential outcomes — has formalized what Hill stated informally. But the criteria remain widely cited because they capture the practical reasoning of epidemiologists weighing whether an association reflects causation, and they translate cleanly into the kinds of evidence — replication, dose-response, mechanism — that convince both scientific and lay audiences.

Hill's closing line is often quoted: "All scientific work is incomplete — whether it be observational or experimental. All scientific work is liable to be upset or modified by advancing knowledge. That does not confer upon us a freedom to ignore the knowledge we already have, or to postpone the action that it appears to demand." The statement articulates the operational philosophy of epidemiology: act on the best available evidence, while remaining open to its revision.

The Cochrane Collaboration and evidence synthesis (1993)

Archie Cochrane's 1972 book Effectiveness and Efficiency argued that medical practice was often based on tradition rather than evidence, and that the medical profession had a moral obligation to summarize and apply the totality of relevant RCT evidence on any intervention. The collaboration that bears his name, founded in 1993, took up that task: producing and maintaining systematic reviews of health-care interventions, freely available, and updating them as new evidence accumulates.

Cochrane reviews formalized the methods of evidence synthesis — explicit search strategies, pre-specified inclusion criteria, risk-of-bias assessment, and meta-analysis where appropriate. They exposed the extent to which published trials were a biased sample of conducted trials (publication bias) and the consequences of selective reporting within trials. The collaboration became a model for evidence synthesis in fields beyond medicine, including education and social policy, and its methods are the backbone of the GRADE approach to rating evidence quality.

Snow, Cochrane, and the philosophy of acting under uncertainty

A thread runs from Snow to Cochrane: the conviction that evidence should guide action, that action is often necessary before evidence is complete, and that the right response to imperfect evidence is more and better evidence rather than paralysis. Snow acted on a waterborne hypothesis before germ theory; Doll and Hill built a case before the molecular mechanism of tobacco carcinogenesis was understood; Cochrane demanded systematic evidence in a profession that had long done without it.

The philosophical position is a form of pragmatic fallibilism: knowledge is provisional but not therefore useless, and the standard for action is not certainty but the best available judgment under uncertainty. Epidemiology is the discipline that has most thoroughly operationalized this position in the life sciences, developing the methods to estimate effects from imperfect data, the frameworks to judge when association reflects causation, and the institutions to translate evidence into policy. The SIR model of 35.02.03 supplies the mathematical skeleton; epidemiology supplies the empirical and inferential machinery that gives the skeleton its practical meaning.

Bibliography Master

  1. Gordis, L. (2014). Epidemiology (5th ed.). Elsevier/Saunders. [Reference edition: 6th ed., 2019.]

  2. Rothman, K. J., Greenland, S. & Lash, T. L. (Eds.) (2021). Modern Epidemiology (4th ed.). Wolters Kluwer.

  3. Snow, J. (1855). On the Mode of Communication of Cholera (2nd ed.). John Churchill.

  4. Doll, R. & Hill, A. B. (1950). "Smoking and carcinoma of the lung." British Medical Journal, 2(4682), 739-748.

  5. Doll, R. & Hill, A. B. (1954). "The mortality of doctors in relation to their smoking habits." British Medical Journal, 1(4877), 1451-1455.

  6. Hill, A. B. (1965). "The environment and disease: association or causation?" Proceedings of the Royal Society of Medicine, 58(5), 295-300.

  7. Holland, P. W. (1986). "Statistics and causal inference." Journal of the American Statistical Association, 81(396), 945-960.

  8. Pearl, J. (2009). Causality: Models, Reasoning, and Inference (2nd ed.). Cambridge University Press.

  9. Woodward, J. (2003). Making Things Happen: A Theory of Causal Explanation. Oxford University Press.

  10. Cochrane, A. L. (1972). Effectiveness and Efficiency: Random Reflections on Health Services. Nuffield Provincial Hospitals Trust.

  11. Dawber, T. R., Meadors, G. F. & Moore, F. E. (1951). "Epidemiological approaches to heart disease: the Framingham Study." American Journal of Public Health, 41(3), 279-286.

  12. Barker, D. J. P. (1998). Mothers, Babies and Health in Later Life (2nd ed.). Churchill Livingstone.

  13. Marmot, M. G. et al. (1978). "Employment grade and coronary heart disease in British civil servants." Journal of Epidemiology and Community Health, 32(4), 244-249.

  14. Smith, G. D. & Ebrahim, S. (2004). "Mendelian randomization: can genetic epidemiology contribute to understanding environmental determinants of disease?" International Journal of Epidemiology, 33(1), 1-22.

  15. Robinson, W. S. (1950). "Ecological correlations and the behavior of individuals." American Sociological Review, 15(3), 351-357.

  16. Anderson, R. M. & May, R. M. (1991). Infectious Diseases of Humans: Dynamics and Control. Oxford University Press.