
. display "policy_clean_01102014.do done"
policy_clean_01102014.do done

. * "policy_clean_01102014.do" calls two other programs: "clean_name
> s_01102014.do" and "clean_districts_01102014.do"
. 
. * Construct the per capita expenditure controls dataset and prepar
> e it for merging.
. qui do "${mypath}Do Files/Data Cleaning/pov_merge_01102014.do"

. display "pov_merge_01102014.do done"
pov_merge_01102014.do done

. * "pov_merge_01102014.do" calls one other program: "clean_district
> s_01102014.do"
. 
. * Construct the air temperature and precipitation controls dataset
> s and prepare them for merging.
. qui do "${mypath}Do Files/Data Cleaning/temp_prcp_01102014.do"

. display "temp_prcp_01102014.do done"
temp_prcp_01102014.do done

. * "temp_prcp_01102014.do" calls two other programs: "clean_districts_01102014.do" and "clean_districts_1961_01102014.do"
. 
. * Merge together the air pollution data and air policy data, and add controls.
. qui do "${mypath}Do Files/Data Cleaning/merge_ap_policy_01102014.do"
