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)
Rolling regression for two independent variables from panel dataHello everyone, I am new to stata and for my dissertation I have panel data that looks like this. es…
how to obtain probability of point estimates in a two equation poisson models Code: * Example generated by -dataex-. To install: ssc install dataex clear input byte(y1 y2) float…
Use of Change in variables instead of Levels of variables in Fixed effects regressionDear Stata members I would like to ask the community to share their thoughts on using levels instea…
Kernel matching - propensity scoresHi I have a few questions regarding Propensity Scores Matching with Kernel Matching. 1) If there ar…
Smoothed plot using margins, marginsplotHi there! Does anyone know how to smooth a plot using margins and marginsplot? I ran the following…
Subscribe to:
Post Comments (Atom)
0 Response to Plotting graphs related to synth (synthetic control)
Post a Comment