* ***************************************************************** * This file replicates the results in Hafner-Burton, Hyde and Jablonski (2012) * If you use these data, please cite this paper. * * Authors: Emilie Hafner-Burton, Susan Hyde, Ryan Jablonski * Last updated: 9/3/2012 * Software: State/SE 11.2 * ****************************************************************** clear * use "BJPSReplication.dta" g interact1 = xconst * polling_unfavorable g interact2 = xconst * victoryuncertain g interact3 = xconst * reliableunfavorable * ****** TABLE 2 ****** xtlogit pre_violence interact1 polling_unfavorable xconst ma_physint pop gdp sumten age civwar prefraud any_demonstration ma_polcomp ma_exrec if incumbentrun==1,re xtlogit pre_violence interact3 reliableunfavorable xconst ma_physint pop gdp sumten age civwar prefraud any_demonstration ma_polcomp ma_exrec if incumbentrun==1,re xtlogit pre_violence_noharass interact1 polling_unfavorable xconst ma_physint pop gdp sumten age civwar prefraud any_demonstration ma_polcomp ma_exrec if incumbentrun==1,re xtlogit pre_violence interact1 polling_unfavorable xconst ma_physint pop gdp sumten age civwar prefraud any_demonstration ma_polcomp ma_exrec if incumbentrun==1,fe * ****** TABLE 3 ****** xtlogit pre_violence interact2 victoryuncertain xconst ma_physint pop gdp sumten age civwar prefraud any_demonstration ma_polcomp ma_exrec if incumbentrun==1,re xtlogit pre_violence_noharass interact2 victoryuncertain xconst ma_physint pop gdp sumten age civwar prefraud any_demonstration ma_polcomp ma_exrec if incumbentrun==1,re xtlogit pre_violence interact2 victoryuncertain xconst ma_physint pop gdp sumten age civwar prefraud any_demonstration ma_polcomp ma_exrec if incumbentrun==1,fe * ****** TABLE 4 ****** xtlogit protest prefraud ma_physint ma_polity2 pop gdp sumten age civwar if nelda40 !=1, re xtlogit protest prefraud ma_physint ma_polity2 pop gdp sumten age civwar if nelda40 !=1, fe xtlogit protest pre_violence ma_physint ma_polity2 pop gdp sumten age civwar if nelda40 !=1, re xtlogit protest pre_violence ma_physint ma_polity2 pop gdp sumten age civwar if nelda40 !=1, fe * ****** TABLE 5 ****** xtlogit post_violence xconst pre_violence ma_physint pop gdp sumten age civwar ma_polcomp ma_exrec if nelda29==1, re xtlogit post_violence xconst pre_violence ma_physint pop gdp sumten age civwar ma_polcomp ma_exrec if nelda29==1, fe