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)
Generating continuous variable from categorical responsesDear altruists, I am working on a dataset and to assess depression, we asked respondents 9 questions…
Is Mata a pre-compiled code? In the ado file I see only call to the Mata function, but not the function's codeGood afternoon, In studying a user written command, and in the .ado file I see a call to a Mata fun…
Least Square Dummy Variable (LSDV) model how to pick reference dummy?Hi everyone! I am running an LSDV model with 66 countries and 10 years. For creating dummies for ea…
Transition probabilitiesHi! I am using panel data to compute transition probabilities. The data is appended for years 2000 …
How to calculate cosine similarity?Hi, In the dataset, I have long text statements which I have converted to numeric into using encode…
Subscribe to:
Post Comments (Atom)
0 Response to Plotting graphs related to synth (synthetic control)
Post a Comment