Good day,
I am working with the synth command and need to exclude specific countries in specific years from the donor pool as those countries also were exposed to the intervention after a certain time. I attempted adding an if condition, for example "if country_code != X & year<2016". However, I get an error messages stating "if not allowed". Any suggestions?
Thanks,
Robert
I am working with the synth command and need to exclude specific countries in specific years from the donor pool as those countries also were exposed to the intervention after a certain time. I attempted adding an if condition, for example "if country_code != X & year<2016". However, I get an error messages stating "if not allowed". Any suggestions?
Thanks,
Robert
Comment