bquistorff / synth_runner

A tool to run a pool of synthetic controls, conduct inference, and produce visualizations.
42 stars 27 forks source link

Example no longer up to date? #13

Closed Danferno closed 6 years ago

Danferno commented 6 years ago

Hi

I think the example on the main github page might no longer be up to date?

. single_treatment_graphs, depvar(cigsale) trunit(3) trperiod(1989) trlinediff(-1) ///
>         raw_gname(cigsale1_raw) effects_gname(cigsale1_effects) effects_ylabels(-30(10)30) effects_ymax(35) effects_ymin(-35)
option depvar() not allowed

The corresponding line in the help file does work

. single_treatment_graphs, trlinediff(-1) effects_ylabels(-30(10)30) effects_ymax(35) effects_ymin(-35)
(13 real changes made)
(3 real changes made)
bquistorff commented 6 years ago

Thanks. Fixed.