Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWeinberger authored May 29, 2020
1 parent c77b373 commit f1468c1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# excess_pi_covid
Estimating excess mortality due to P&I in the US related to COVID-19
Code for the manuscript "Estimating excess mortality due to P&I in the US related to COVID-19"

By Daniel M. Weinberger, Jenny Chen, Ted Cohen, Forrest W. Crawford, Farzad Mostashari, Don Olson, Virginia E Pitzer, Nicholas G Reich, Marcus Russi, Lone Simonsen, Anne Watkins, Cecile Viboud

The goal for these analyses is to estimate excess mortality by state and for the entire US during the early part of the COVID-19 pandemic. The main analysis file is us_pi_excess.Rmd. Estimates of reporting delays are made in the file under_reporting.Rmd.

The code is set up to automatically pull the latest version of data from NCHS. If you want to update regularly, change the option: maxage=hours(9999999)) around line 96. This determiens how often to update the data. E.g., if you want to update the data every 2 days, set this to hours(48). Otherwise, the program will use the most recent vintage of data available.

0 comments on commit f1468c1

Please sign in to comment.