Hello,
I am trying to use Priscillia Hunt's synth_asmd program to calculate mean and max ASMD values after running a synthetic control method. The program and code are explained here--https://www.rand.org/content/dam/rand/pubs/tools/TLA1500/TLA1538-1/RAND_TLA1538-1.pdf--but Stata is telling me that the command is unrecognized. Has anyone used this command successfully? My code is below. Thank you for any information!
tsset state_fips year
synth gunviolenttndom gunviolenttndom, trunit(47) trperiod(9) keep("gunviolenttndom") replace
synth_asmd, trunit(47) trperiod(9) depvar(gunviolenttndom) data("gunviolenttndom.dta")
Tom
I am trying to use Priscillia Hunt's synth_asmd program to calculate mean and max ASMD values after running a synthetic control method. The program and code are explained here--https://www.rand.org/content/dam/rand/pubs/tools/TLA1500/TLA1538-1/RAND_TLA1538-1.pdf--but Stata is telling me that the command is unrecognized. Has anyone used this command successfully? My code is below. Thank you for any information!
tsset state_fips year
synth gunviolenttndom gunviolenttndom, trunit(47) trperiod(9) keep("gunviolenttndom") replace
synth_asmd, trunit(47) trperiod(9) depvar(gunviolenttndom) data("gunviolenttndom.dta")
Tom
Comment