Skip to content

krisgulati/covid_wildfire

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excess of COVID-19 Cases and Deaths due to PM2.5 Exposure During 2020 Wildfires in the U.S.

This is the repository for public available code and data to reproduce our analyses.

Data

We acquired and linked publicly available daily data on PM2.5, COVID-19 cases and deaths, and other confounding factors for 92 western U.S. counties that were affected by the 2020 wildfires. All data for analyses in /data was merged into /data/moddat_Feb2021.csv.

Code

We developed and implemented a Bayesian hierarchical zero-inflated negative-binomial distributed lag (BH-ZINB-DL) model to estimate the association between daily changes in PM2.5 and the percentage increase in the risk of COVID-19 cases and deaths days after exposure.

src/bayes include the BH-ZINB-DL model.

src/combine.R pull data from all sources into /data/moddat_Feb2021.csv.

src/SummarizeData.R create all summary statistics in the main script.

src/Visaulize.R create all summary Figures in the main script.

src/Utilities.R utility functions to facilite the Bayes model in the src/bayes folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 87.3%
  • JavaScript 6.4%
  • Python 6.3%