**This program produces the estimtes in Table 1 use GHdta.dta label data "Data Contains Poverty (time-invariant), WDI (time-varying) and Political (time-varying) variables." ********************************************** **straight GH w/ els on lhs (note left is defined differently) ********************************************** **Note that extremely small M/VA are set to missing in GHdta ********************Original sample (VA)************************** gen left2=tu*ehat*m/va reg left2 cd*, nocons robust est store a est stats ********************imputed values for VA (VAf)************************** gen left3=tu*ehat*m/vaf reg left3 cd*, nocons robust est store a est stats