Hello,
I have been trying to code a synthetic controls estimation, but I keep getting the following error:
conformability error
r(503);
I would very much appreciate if someone could help me out with this. My database is a balanced panel with 190 countries and 24 years (1990-2013). There are only three missing values.
As for the code, it is the following
Thank you very much in advance!
César Urquizo
I have been trying to code a synthetic controls estimation, but I keep getting the following error:
conformability error
r(503);
I would very much appreciate if someone could help me out with this. My database is a balanced panel with 190 countries and 24 years (1990-2013). There are only three missing values.
As for the code, it is the following
Code:
encode countryorarea, generate(panelvar) xtset panelvar year **Iraq synth gni_pc share_ag share_const share_man share_min share_others share_transp share_wholesale gcf_pbi dens_pob
César Urquizo