Skip to content

Repository for cleaning and managing the World Bank COVID phone surveys.

License

Notifications You must be signed in to change notification settings

AIDELabAZ/wb_covid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Understanding households’ resilience to and recovery from COVID-19 in Sub-Saharan Africa

This README describes the directory structure for cleaning and managing the World Bank COVID phone surveys. The relevant survey data are available under under the High-Frequency Phone Survey collection: http://bit.ly/microdata-hfps.

Index

Introduction

Contributors:

  • Ann Furbush
  • Anna Josephson
  • Talip Kilic
  • Jeffrey D. Michler
  • Lorin Rudin-Rush

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 cleaning and managing the World Bank COVID phone surveys.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages