Skip to content

Visualizing the Covid-19 pandemic with doubling rates

Notifications You must be signed in to change notification settings

LukeAndersonTrocme/covid19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualizing the Covid-19 pandemic with doubling rates

This repository provides the methods, data and R scripts necessary to reproduce our work published in Significance.

Doubling_rate

TL;DR

To reproduce this figure, clone this repository and run the covid_double_time.Rmd R script.

Methods

We focus on eight countries (New Zealand, Singapore, South Korea, Japan, Canada, Brazil, Italy and the United States) to provide some global context to the results. These countries were selected to provide examples of the upper and lower bounds of the range of responses and testing strategies.

International Coronavirus testing results are from Our World in Data (Max Roser and Hasell, 2020). This dataset is updated regularly and includes the cumulative number of infections, the cumulative total number of tests and the cumulative total number of deaths.

The government policy stringency index is from the Oxford Coronavirus Government Response Tracker (Hale and Kira, 2020). This project tracks government responses to the Coronavirus pandemic using publicly available indicators like school closures and restrictions in movement.

Mobility trends are from the Google Mobility Reports. The data used in this article were downloaded on July 10th 2020. Google releases aggregated mobility data from countries on a regular basis. These metrics report changes in movement trends for a number of categories like workplace and residential activity. We limited our analysis to residential activity to provide some insight to how policy translate into changes in behaviours (Figure 1C).

To measure how the number of new reported cases changes over time we use a constant growth model. While the true nature of the growth dynamics of a viral outbreak are complex, simple models often provide useful approximations. We used the change in cumulative confirmed cases over time to measure the growth rate and doubling rates (Figure 1B). Where the growth rate is the percent chance in daily cases and doubling rate is the number of days for the number of confirmed infections to double in size.

double_rate_methods

Acknowledgements

We would like to thank Simon Gravel, Sahar Saeed, Sandra Reiter-Campeau, Chaimaa Fadil and Ivan Krukov for their discussions and comments on early drafts of this article.

References

Hale, Thomas, S. W. A. P.-T. P. and Kira, B. (2020) Oxford covid-19 government response tracker. URL: https://www.bsg.ox.ac.uk/research/research-projects/coronavirus-government-response-tracker.

Max Roser, Hannah Ritchie, E. O.-O. and Hasell, J. (2020) Coronavirus pandemic (covid-19). Our World in Data. URL: https://ourworldindata.org/coronavirus.

Other COVID-19 Projects

Canadian Coronavirus Data Visualizations

Covid19 in Canada

Data Resources :

Canada :

https://health-infobase.canada.ca/src/data/covidLive/covid19.csv

Ontario :

https://data.ontario.ca/dataset/confirmed-positive-cases-of-covid-19-in-ontario/resource/455fd63b-603d-4608-8216-7d8647f43350

Quebec :

https://www.quebec.ca/en/health/health-issues/a-z/2019-coronavirus/situation-coronavirus-in-quebec/

About Me :

I am a PhD candidate at McGill University studying Statistical Population Genomics. Always interested in collaborating on (un)related projects.

Linked In : https://www.linkedin.com/in/luke-anderson-trocme/

Twitter : https://twitter.com/LukeAnderTroc

Note : I am not an epidemiologist or a doctor, please be diligent about conclusions drawn from these figures.