VerifiedEvidence: highv1.0.0

Prevalence Ratio

A measure comparing the prevalence of a condition between two groups, calculated as the ratio of one group's prevalence to the other's.

Last reviewedDarrin Baines IP Ltd

Concept Architecture

Concept


Theoretically, Prevalence Ratio (PR) is an epidemiological measure that quantifies the relative prevalence of a disease or health condition between two populations or exposure groups at a specific point or period in time. It represents the ratio of prevalence in an exposed group to that in a comparison group and is founded on comparative analysis of cross-sectional data. The concept exists to measure the strength of association between an exposure and an existing health condition when prevalence, rather than incidence, is the outcome of interest.

Mathematically, the Prevalence Ratio is represented as the ratio of two prevalence estimates. It is a dimensionless relative measure in which a value greater than 1 indicates higher prevalence in the exposed group, a value less than 1 indicates lower prevalence, and a value equal to 1 indicates identical prevalence between groups. Unlike the Odds Ratio, the Prevalence Ratio directly compares proportions and is generally preferred when outcomes are common in cross-sectional studies.

In practice, Prevalence Ratio is estimated using cross-sectional surveys, population health studies and disease surveillance data. It is commonly calculated using contingency tables or regression methods such as log-binomial regression or modified Poisson regression and is widely applied in epidemiology, public health and health economic evaluations to compare disease burden across populations.


Purpose


Used to compare disease prevalence between populations, quantify exposure-associated differences in prevalent disease, evaluate health inequalities and support public health and health economic decision-making.


Mathematical Formulae

Primary Formula

PR = P? / P?

where:

  • PR = prevalence ratio
  • P? = prevalence in the exposed group
  • P? = prevalence in the unexposed or comparison group

Supporting Formulae

P = Cases / Population

95% CI = exp[ln(PR) � 1.96 ? SE(ln(PR))]

SE(ln(PR)) = �[(1/a) ? (1/n?) + (1/c) ? (1/n?)]

where:

  • a = prevalent cases in the exposed group
  • c = prevalent cases in the comparison group
  • n? = exposed population
  • n? = comparison population

Related Mathematical Methods

  • Prevalence Difference
  • Prevalence
  • Relative Risk
  • Odds Ratio
  • Log-Binomial Regression
  • Modified Poisson Regression
  • Confidence Interval Estimation

Example


A cross-sectional survey reports that obesity affects 24% of individuals with sedentary occupations and 12% of individuals with physically active occupations.

Prevalence Ratio:

PR = 0.24 / 0.12 = 2.0

Individuals with sedentary occupations have twice the prevalence of obesity compared with those with physically active occupations.


Excel Implementation

FunctionExample FormulaHealth Economics Application
Division=B2/C2Calculates the Prevalence Ratio between exposed and comparison groups.
LN=LN(D2)Computes the natural logarithm of the Prevalence Ratio for confidence interval estimation.
EXP=EXP(LN(D2)-1.96*E2)Calculates the lower 95% confidence interval.
EXP=EXP(LN(D2)+1.96*E2)Calculates the upper 95% confidence interval.

VBA (Optional)


A VBA macro can automatically calculate Prevalence Ratios, confidence intervals and comparative prevalence summaries across multiple cross-sectional datasets.


Sources

  • Rothman KJ, Greenland S, Lash TL. Modern Epidemiology. 4th ed.
  • Barros AJD, Hirakata VN. Alternatives for logistic regression in cross-sectional studies: an empirical comparison of models that directly estimate the prevalence ratio. BMC Medical Research Methodology. 2003;3:21.
  • Thompson ML, Myers JE, Kriebel D. Prevalence odds ratio or prevalence ratio in the analysis of cross-sectional data: what is to be done? Occupational and Environmental Medicine. 1998;55:272?277.
  • Gordis L. Epidemiology. 6th ed.
  • Drummond MF, et al. Methods for the Economic Evaluation of Health Care Programmes. 4th ed.

Library

Publications

1
  • Book

    Statistical Analysis of Cost-Effectiveness Data — Willan & Briggs, 1st Edition ed., 2006 (John Wiley & Sons)

    A synthesis of statistical methods for analysing cost-effectiveness data, including net-benefit regression, confidence intervals for the ICER, cost-effectiveness acceptability curves, and covariate adjustment. Part of the Wiley Statistics in Practice series.

Frequently Asked Questions (6)

  • What is a prevalence ratio?

    A measure comparing the prevalence of a condition between two groups, calculated as the ratio of one group's prevalence to the other's.

    Source: Rothman KJ, Greenland S, Lash TL. Modern Epidemiology. 3rd ed. Lippincott Williams & Wilkins; 2008.

  • When is a prevalence ratio the right comparison to use?

    A prevalence ratio compares how common a condition is in one group against another, dividing one group's prevalence by the other's. It is the right comparison when a study measures existing cases at a single point in time, as in a cross-sectional survey, where risks of newly developing disease cannot be observed. In that setting it captures how much more prevalent a condition is among the exposed, reflecting both how often disease arises and how long it lasts. Comparing existing burden across groups is its use. Rothman and colleagues (2008) describe this measure.

    Source: Rothman et al. 2008

  • How is a prevalence ratio calculated?

    A prevalence ratio is calculated by dividing the prevalence of the condition in one group by the prevalence in another, where each prevalence is the proportion of that group with the condition at the specified time. A value above one indicates a higher prevalence in the first group. So a prevalence ratio is calculated as the ratio of two prevalences, giving a relative comparison of how common the condition is between the groups, in contrast to the prevalence difference, which subtracts one prevalence from the other to give the absolute gap in disease burden.

    Source: Rothman, Greenland & Lash 2008

  • How does a prevalence ratio differ from a risk ratio?

    A prevalence ratio compares the prevalence of a condition, the proportion who have it at a point in time, between groups, while a risk ratio compares the risk, the probability of developing the outcome over a period, between groups. Prevalence reflects both incidence and duration, whereas risk concerns new occurrence. So the two differ in what they measure: the prevalence ratio is a cross-sectional comparison of existing cases and the risk ratio a comparison of new cases over time, which means a prevalence ratio is influenced by how long the condition lasts, not only how often it arises, and the two should not be equated.

    Source: Rothman, Greenland & Lash 2008

  • When is a prevalence ratio used?

    A prevalence ratio is used with cross-sectional data, where the prevalence of a condition is measured at a point in time rather than its incidence over a period, as in surveys of how common a condition is across groups. It is a common relative measure in such studies. So a prevalence ratio is used to compare the burden of an existing condition between groups when only cross-sectional information is available, which is appropriate for describing disparities in prevalence, though it does not indicate the timing or development of the condition and reflects duration as well as occurrence.

    Source: Rothman, Greenland & Lash 2008

  • What are the limitations of a prevalence ratio?

    The limitations of a prevalence ratio include that prevalence combines the incidence and the duration of a condition, so a prevalence ratio can differ from a risk or rate ratio and does not indicate new occurrence; that being cross-sectional it cannot establish the timing of exposure and outcome or causation; and that it does not convey absolute burden. So a prevalence ratio is interpreted with awareness that it reflects existing cases and their duration, not incidence, and it is used descriptively rather than causally, complemented by the prevalence difference for the absolute picture, since relative comparisons of prevalence alone can mislead about the underlying occurrence of the condition.

    Source: Rothman, Greenland & Lash 2008

Trust Record

Verified by Dr Darrin Baines

British health economist

Professional identity: darrinbaines.org

Verification date: 10 Dec 2025

Content version: 1.0.0

Canonical Identity

Term code
HE-ES-RM-028

Stable URI · Machine-readable · Resolvable · CC BY 4.0