Array Folks, I’m trying to plot some graphs related to command synth in Stata, but I’m not succeeding…
I want to create with my dataset some graphs of the following paper:
Abadie, A., Diamond, A., & Hainmueller, J. (2015). Comparative Politics and the Synthetic Control Method. American Journal of Political Science, 59(2), 495–510. https://doi.org/10.1111/ajps.12116
Graphs:
Array
«FIGURE 3 Per Capita GDP Gap between West Germany an» (Abadie et al., 2015, p. 504)
«FIGURE 6 Leave-One-Out Distribution of the Synthetic Control for West Germany» (Abadie et al., 2015, p. 506).
My dataset is a panel and has 27 states, 10 years (2012 to 2021), my dependent variable is hompm (homicides per 100.000 hab.), my data is annual, and treatment happended to RS state (id 23) in February/2019.
I am creating the synthetic RS state (id 23) by using the code below:
synth hompm hompm(2012) hompm(2013) hompm(2014) hompm(2015) hompm(2016) hompm(2017) hompm(2018) pibpc ocuppc popppc osppc salmed gini pop pp1624, trunit(23) trperiod(2019) fig
I really have no idea on how to plot graphs in Figure 3 and 6… Could you help me, please?
I can send you my dataset, if necessary.
Thanks in advance!
Related Posts with Plotting graphs related to synth (synthetic control)
reshapingDear statalist members, I would like to seek your advice on how to reshape/transpose data. Details a…
Parallel trends for difference-in-difference models with multiple periodsDear colleagues, I would appreciate if you may advise me on how to test for parallel trends in Stat…
dropping variablesHi all, I have daily stock returns in my dataset. One of the variables is the stock identifier (so f…
Chi-square test weighted sum of squared residualsHello Statalisters, I run the WLS regression: Code: reg salary edu sex [aw = inv_var] Where inv…
How to install rdobDear Statlist community, for an university assignment I need to replicate the findings of a paper (M…
Subscribe to:
Post Comments (Atom)
0 Response to Plotting graphs related to synth (synthetic control)
Post a Comment