/* *** This do file creates the replication results for The organized hypocrisy of ethical foreign policy: Human rights, democracy and Western arms sales (with Richard Perkins), Geoforum, 41 (2), 2010, pp. 247-256 Eric Neumayer (LSE) Please report any errors to e.neumayer@lse.ac.uk */ use "Article for Geoforum (arms exports).dta", clear * Two-year lag * Continuous democracy and human rights xi: logit f2.armsexpshare ptslocation polity2location bilattradetogdpsender atopally lndistance typeanylocation lngdpconstpclocation cinclocation cinclocationsq if samedyad==0 & inc_highoecd_location==0 & senderdemdum==1 & year>=1992 & countrysender=="United States", cluster(dyadid) outreg using c:\table1, replace 3aster xi: logit f2.armsexpshare ptslocation polity2location bilattradetogdpsender atopally coloniallink lndistance typeanylocation lngdpconstpclocation cinclocation cinclocationsq if samedyad==0 & inc_highoecd_location==0 & senderdemdum==1 & year>=1992 & countrysender=="United Kingdom", cluster(dyadid) outreg using c:\table1, append 3aster xi: logit f2.armsexpshare ptslocation polity2location bilattradetogdpsender atopally coloniallink lndistance typeanylocation lngdpconstpclocation cinclocation cinclocationsq if samedyad==0 & inc_highoecd_location==0 & senderdemdum==1 & year>=1992 & countrysender=="France", cluster(dyadid) outreg using c:\table1, append 3aster xi: logit f2.armsexpshare ptslocation polity2location bilattradetogdpsender atopally coloniallink lndistance typeanylocation lngdpconstpclocation cinclocation cinclocationsq if samedyad==0 & inc_highoecd_location==0 & senderdemdum==1 & year>=1992 & countrysender=="Germany", cluster(dyadid) outreg using c:\table1, append 3aster xi: reg f2.lnarmsexpshareheck ptslocation polity2location bilattradetogdpsender atopally lndistance typeanylocation lngdpconstpclocation cinclocation cinclocationsq if samedyad==0 & inc_highoecd_location==0 & senderdemdum==1 & year>=1992 & countrysender=="United States", cluster(dyadid) outreg using c:\table2, replace 3aster xi: reg f2.lnarmsexpshareheck ptslocation polity2location bilattradetogdpsender atopally coloniallink lndistance typeanylocation lngdpconstpclocation cinclocation cinclocationsq if samedyad==0 & inc_highoecd_location==0 & senderdemdum==1 & year>=1992 & countrysender=="United Kingdom", cluster(dyadid) outreg using c:\table2, append 3aster xi: reg f2.lnarmsexpshareheck ptslocation polity2location bilattradetogdpsender atopally coloniallink lndistance typeanylocation lngdpconstpclocation cinclocation cinclocationsq if samedyad==0 & inc_highoecd_location==0 & senderdemdum==1 & year>=1992 & countrysender=="France", cluster(dyadid) outreg using c:\table2, append 3aster * Note: no German former colony received arms during the period of study, hence coloniallink variable was deleted from estimations xi: reg f2.lnarmsexpshareheck ptslocation polity2location bilattradetogdpsender atopally lndistance typeanylocation lngdpconstpclocation cinclocation cinclocationsq if samedyad==0 & inc_highoecd_location==0 & senderdemdum==1 & year>=1992 & countrysender=="Germany", cluster(dyadid) outreg using c:\table2, append 3aster