Hi experts,
I am trying to investigate the impact of the coup that happened in 1999 on the economy of Ivory Coast through utilizing the synthetic control method.
I have obtained the result using the following command, but the synthetic which is created by other countries except Ivory Coast does not fit Ivory Coast(=treatment).
In this case, does anyone know the better command because I am assuming there would be a room in my command to be improved???
Thank you.
I am trying to investigate the impact of the coup that happened in 1999 on the economy of Ivory Coast through utilizing the synthetic control method.
I have obtained the result using the following command, but the synthetic which is created by other countries except Ivory Coast does not fit Ivory Coast(=treatment).
Code:
tsset country_id year
Code:
synth rgdpe pop cn rconna csh_i csh_x, trunit(19) trperiod(1999) keep("ivory_coast.dta") replace fig
In this case, does anyone know the better command because I am assuming there would be a room in my command to be improved???
Thank you.
Comment