by Alicia Horn, Holly Shoemaker and Lindsay Keegan
This paper is published in Public Health Reports.
The objective of this study was to describe how face mask mandates at the state, county, and local levels differed in their effectiveness in reducing the number of COVID-19 cases in the jurisdiction where the mandate was implemented and throughout Utah. Using the method outlined in Britton et al.2021 we calculated the effectiveness of face mask mandates (
Figure 1: The effectiveness of face mask mandates (
Objective: Throughout the COVID-19 pandemic, the effectiveness of face mask mandates was intensely debated. The objective of this study was to describe how face mask mandates at the state, county, and local levels differed in their effectiveness in reducing the number of COVID-19 cases in the jurisdiction where the mandate was implemented and throughout Utah.
Methods: We used publicly available data from the Utah Department of Health and Human Services. We calculated the effectiveness of face mask mandates (
Results: Most counties in Utah had a reduction in the growth rate of COVID-19 cases after enactment of face mask mandates. On average, we found an 11.9% reduction reductions in
Conclusion: Face mask mandates were an effective way to reduce transmission of COVID-19 in local jurisdictions and in neighboring jurisdictions in Utah. Our evidence supports the use of face mask mandates as a way to prevent disease transmission and be better equipped to respond to future pandemics.
All source code used to generate the results and figures in the paper are in the code
folder and all data are in the data
folder.
The all code is in MaskMandateScript_LK. This script produces all of the results in the following order:
- Visualizes the variant data from Utah
- Creates incidence plots
- Calculates the
$$E_{fm}$$ by county for the Salt Lake/Summit County (SLSC) mandate, the statewide mandate, and lifting the statewide mandate - Creating a labeled map of all LHDs
- Visualizes the vaccination data
- Conducts a supplemental analysis changing the generation time
The following R packages are required for this project:
dplyr
: for data manipulation.lubridate
: for working with date-times.tidyverse
: a collection of R packages for data science.readr
: for reading rectangular data like CSV files.maps
: for creating geographical maps.ggplot2
: for data visualization.segmented
: for regression models with segmented relationships.cowplot
: for publication-ready plots, with a custom theme set usingtheme_cowplot(font_size=18)
.scales
: for better control of axis breaks and labels.sf
: for working with spatial data.ggnewscale
: for adding multiple color scales to aggplot2
plot.
The data used in this study is provided in data
and a full description is in the README.md files in the data
directory. In brief, this study uses publicly avaialbe data from the Utah COVID data dashboard as well as publicly available shapefile data for mapping the data to LHDs.
For inquiries, please contact lindsay.keegan@utah.edu