Hello, folks. I'm finding it hard to fit my synthetic control in STATA.
I'm evaluating a public security policy that happens in RS state since 2019, especially its impact for reducing homicides.
I'm using a panel dataset from 2012 to 2021 and have the following covariates: prision population, gini, public security expenditures, GDP, population, average income in state, percentage of black population, and unemployment. My data is yearly, all of it for 26 units of control, and no missing data. My code is, respectively:
synth hom popp gini osp pib pop salmed negro ocup, trunit(23) trperiod(2018) xperiod(2012, 2013, 2014, 2015, 2016, 2017, 2018) figure nested
However, the fit is not good. Literature usually uses the covariates above. Am I missing something? My dataset is attached.
Thanks!
I'm evaluating a public security policy that happens in RS state since 2019, especially its impact for reducing homicides.
I'm using a panel dataset from 2012 to 2021 and have the following covariates: prision population, gini, public security expenditures, GDP, population, average income in state, percentage of black population, and unemployment. My data is yearly, all of it for 26 units of control, and no missing data. My code is, respectively:
synth hom popp gini osp pib pop salmed negro ocup, trunit(23) trperiod(2018) xperiod(2012, 2013, 2014, 2015, 2016, 2017, 2018) figure nested
However, the fit is not good. Literature usually uses the covariates above. Am I missing something? My dataset is attached.
Thanks!

Comment