covid_data | R Documentation |
A balanced panel data set analyzing the impact of K-12 school openings and other policy measures on the spread of COVID-19 across U.S. counties. The data spans 32 weeks from April 1st to December 2nd, 2020, and covers 2510 counties.
covid_data
A data frame with 80320 (2510 counties times 32 weeks) rows and 9 columns. Each column represents a variable:
County FIPS
Week
A measure of visits to K-12 schools from SafeGraph foot traffic data
Logarithm of the number of reported COVID-19 cases
Policy indicators on mask mandates
Policy indicators on ban on gatherings of more than 50 persons
Measure of visits to colleges
Policy indicators on stay-at-home orders
A measure of the weekly growth rate in the number of tests
Data initially provided by Victor Chernozhukov, Hiroyuki Kasahara, and Paul Schrimpf on the GitHub repository https://github.com/ubcecon/covid-schools. Counties with missing values are dropped to obtain a balanced panel dataset.
data(covid_data) # Access the dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.