This README describes the directory structure & should enable users to replicate all cleaning code used ...
This README was last updated on 30 August 2023.
Contributors:
- Jeffrey D. Michler [[email protected]] (Conceptualizaiton, Supervision, Visualization, Writing)
- Anna Josephson [[email protected]] (Conceptualizaiton, Supervision, Visualization, Writing)
- Talip Kilic (Conceptualization, Resources, Writing)
- Siobhan Murray (Conceptualization, Writing)
- Brian McGreal (Data curation)
- Alison Conley (Data curation)
- Emil Kee-Tui (Data curation)
The code in this repository is primarily for replicating the cleaning of the household LSMS-ISA data. This requires downloading this repo and the household data from the World Bank webiste. The projectdo.do
should then replicate the data cleaning process.
- The data processing and analysis requires a number of user-written
Stata programs:
weather_command
blindschemes
estout
customsave
winsor2
mdesc
distinct
The OSF project page provides more details on the data cleaning.
For the household cleaning code to run, the public use microdata must be downloaded from the World Bank Microdata Library. Furthermore, the data needs to be placed in the following folder structure:
weather_and_agriculture
├────household_data
│ └──country /* one dir for each country */
│ ├──wave /* one dir for each wave */
│ └──logs
├──weather_data
│ └──country /* one dir for each country */
│ ├──wave /* one dir for each wave */
│ └──logs
├──merged_data
│ └──country /* one dir for each country */
│ ├──wave /* one dir for each wave */
│ └──logs
├──regression_data
│ ├──country /* one dir for each country */
│ └──logs
└────results_data /* overall analysis */
├──tables
├──figures
└──logs