Hello Everyone!
I'm running the synthetic control method on stata 13 and am trying to do the placebo tests based on Abadie et al "Synthetic Control Methods for Comparative Case Studies: Estimating the Effect of California’s Tobacco Control Program"
I'm running the following code:
. forval i=1/57{qui synth gdpgrowth gdp domcredit grosscapform fdigdp govcons tradeopen, trunit('i') trperiod (2009) keep(synth_'i
> ', replace) }
but I keep getting the following error: program error: code follows on the same line as open brace
Can anyone help me out please?
Thank you.
Yehia
I'm running the synthetic control method on stata 13 and am trying to do the placebo tests based on Abadie et al "Synthetic Control Methods for Comparative Case Studies: Estimating the Effect of California’s Tobacco Control Program"
I'm running the following code:
. forval i=1/57{qui synth gdpgrowth gdp domcredit grosscapform fdigdp govcons tradeopen, trunit('i') trperiod (2009) keep(synth_'i
> ', replace) }
but I keep getting the following error: program error: code follows on the same line as open brace
Can anyone help me out please?
Thank you.
Yehia
Comment