Skip to content

Repository for ongoing COVID-related projects, using World Bank LSMS data and World Bank COVID phone surveys. doi: 10.5281/zenodo.4060416

License

Notifications You must be signed in to change notification settings

jdavidm/socioeconomic_impacts_covid_africa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socioeconomic impacts of COVID-19 in low-income countries: Replication Code

This README describes the directory structure & should enable users to replicate all tables and figures for work related to the World Bank LSMS and World Bank COVID phone surveys. For more information and to access these phone surveys, visit the World Bank Microdata Library. The relevant surveys are available under under the High-Frequency Phone Survey collection: http://bit.ly/microdata-hfps.

DOI

Index

Introduction

Contributors:

  • Anna Josephson
  • Jeffrey D. Michler
  • Ann Furbush
  • Talip Kilic

As described in more detail below, scripts various go through each step, from cleaning raw data to analysis.

Data

The publicly-available data for each survey round is coupled with a basic information document, interview manual, and questionnaire for that round, which can be accessed through:

The approach to the phone survey questionnaire design and sampling is comparable across countries. It is informed by the template questionnaire and the phone survey sampling guidelines that have been publicly made available by the World Bank. These can be accessed through:

Data cleaning

The code in this repository cleans the raw phone surveys and replicates material (both in text and supplementary material) related to "Socioeconomic impact of COVID-19 in four African countries".

Pre-requisites

Stata reqs

The data processing and analysis requires a number of user-written Stata programs:

    1. blindschemes
    1. estout
    1. mdesc
    1. grc1leg2
    1. distinct
    1. winsor2
    1. palettes
    1. catplot
    1. colrspace

Folder structure

The general repo structure looks as follows:

wb_covid
├────README.md
├────projectdo.do
├────LICENSE
│    
├────country             /* one dir for each country */
│    ├──household_data
│    │  └──wave          /* one dir for each wave */
│    ├──household_cleaning_code 
│
│────Analysis            /* overall analysis */
│    ├──code
│    └──output
│       ├──tables
│       └──figures
│   
└────config

About

Repository for ongoing COVID-related projects, using World Bank LSMS data and World Bank COVID phone surveys. doi: 10.5281/zenodo.4060416

Resources

License

Stars

Watchers

Forks

Languages

  • Stata 100.0%