xuyiqing / gsynth

Generalized Synthetic Control Method
Other
132 stars 40 forks source link

Typo in ATE Plot #1

Closed pauschae closed 6 years ago

pauschae commented 7 years ago

In the plot from the users guide: plot(out, type = "counterfactual", raw = "all") grafik it says treated Avearge instead of treated Average. I noticed this also in my own plots. Therefore its propably a typo in the plot method.

Is there a way to obtain the ggplot object used for the plot directly?

xuyiqing commented 7 years ago

Thank you for letting me know. I'll fix this in the next round. Unfortunately, the ggplot object is not stored. But you can check "gsynth.R" file and search for "plot.gsynth" to locate the chunk of code that produces the figure. If you have any trouble, let me know yiqingxu@ucsd.edu. Thanks!