Hi experts,
I am very new to this community, but let me ask you a question. I am trying to conduct the Synthetic Control method to investigate the impact of the coup which happened in Zimbabwe in 2018 on its GDP.
Utilizing Penn World Table, I tried to create the Synthetic based on the other 17 countries that have never witnessed coups in their history.
To be more precise, I used this code
However, I got this message.
Could anyone help me solve this issue? I am not sure even why Stata gave me this message.
Thank you for reading.
BR
I am very new to this community, but let me ask you a question. I am trying to conduct the Synthetic Control method to investigate the impact of the coup which happened in Zimbabwe in 2018 on its GDP.
Utilizing Penn World Table, I tried to create the Synthetic based on the other 17 countries that have never witnessed coups in their history.
To be more precise, I used this code
Code:
tsset country_id year
Code:
synth rgdpe pop emp avh hc,trunit(26) trperiod(2018) keep("scm_test_zimbabwe") replace
Code:
control units: for at least one unit predictor avh is missing for ALL periods specified
Thank you for reading.
BR
Comment