Direct standardization of mortality rates

Steve Simon

2021-09-20

Mortality rates in different regions of the United States between different countries are dependent on the demographic distributions. Differences in the age distribution can cause mortality rates that are actually equivalent to appear as if they differ. These differences could just as easily hide a difference in mortality rates between two regions or even make the difference go in the opposite direction. Direct standardization is a simple approach to adjust mortality rates

suppressMessages(suppressWarnings(library(broom)))
suppressMessages(suppressWarnings(library(dplyr)))
suppressMessages(suppressWarnings(library(ggplot2)))
suppressMessages(suppressWarnings(library(magrittr)))

References

Omar B. Ahmad, Cynthia Boschi-Pinto, Alan D. Lopez, Christopher JL Murray, Rafael Lozano, Mie Inoue. Age standardization of rates: A new WHO standard. GPE Discussion Paper Series: No.31, World Health Organization 2001. Available in pdf format.