Capture-recapture (CRC) methods estimate the true number of disease cases in a population when only partial registries are available. This technique, originally developed for wildlife population estimation, is now widely used in epidemiology and public health surveillance to assess underreporting and estimate disease burden.
Health information systems rarely capture every case. Hospital records, laboratory databases, pharmacy dispensation logs, and specialist registries each cover only a fraction of true cases. By comparing overlaps between these independent sources, CRC methods estimate how many cases were missed by all sources.
For two independent sources, the Chapman estimator provides a nearly unbiased estimate of the total population size:
Where:
The variance and 95% confidence interval are:
With three or more sources, log-linear models account for dependencies between sources. The tool fits six candidate models — M₀, Mt, Mh, Mth, Mb, and Mbh — and selects the best model by minimum BIC (Bayesian Information Criterion).
Download a sample dataset to explore the tool. The data format requires one row per individual with a unique id column. Each source column uses 1 if the individual was captured in that source and 0 if not. At least two source columns must be present.
Pérez Bedoya, J. P., Pérez Aguirre, C. A., Barengo, N. C., Lacalle Remigio, J. R., & Diaz Valencia, P. A. (2026). Incidence of Type 1 Diabetes in the Metropolitan Area of the Aburrá Valley, Colombia, 2015–2024: Analysis of the STEP-T1D Study.
No data collection: This tool runs entirely in your browser. No data is transmitted, stored, or collected by the tool — all computations are performed locally on your computer.
No responsibility: The authors are not responsible for any interpretations, decisions, or conclusions drawn from the results produced by this tool. Users should verify results independently and seek appropriate methodological guidance.
Juan Pablo Pérez Bedoya: juan.perez42@udea.edu.co
Carlos Andrés Pérez-Aguirre: caaperezag@unal.edu.co
All capture-recapture estimators rely on four key assumptions. Violations can bias estimates, so understanding them is essential for valid inference.
The population must remain constant during the study period — no births, deaths, immigration, or emigration. In epidemiological applications, this means the at-risk population should be stable and case definitions must be time-aligned across data sources.
Individuals captured in multiple sources must be correctly linked. This requires a reliable unique identifier (e.g., national ID number, medical record number) or high-quality probabilistic record linkage. Mismatches inflate the number of "unique" individuals and underestimate N.
The Lincoln-Petersen estimator assumes the two sources are independent — capture in one source does not affect the probability of capture in the other. When sources are positively dependent (e.g., hospital and specialist records), the estimator underestimates the hidden population. When negatively dependent, it overestimates. Using three or more sources with log-linear models allows modeling dependencies.
Within each source, all individuals should have the same probability of being captured. If some individuals are more likely to appear in a registry (e.g., severe cases, urban residents), the estimator will be biased. Models Mh and Mth account for individual heterogeneity.
Whether the estimated N̂ represents incidence or prevalence depends on the study design, not on the estimator itself. If the data sources capture newly diagnosed cases over a defined period (e.g., one year of new diagnoses), the estimate reflects incidence. If the data sources capture existing cases at a given point or period, the estimate reflects prevalence. The researcher is responsible for interpreting the results according to their study design and case definitions.