Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Event study from DID regression

    I have conducted a regression of the following form: reg Price treatment i.time_dummy treatment##i.time_dummy. This is sort of my DID model regression.

    I want to be able to plot the coefficients with each observation having a vertical confidence interval around it. This, so I could make an illustration of parallel trends.

    However, I cannot figure out how to do this. I have tried to download event study plugins to stata but with no success. Is there an easy way?

    Thanks!
    Last edited by Oliver WB; 18 Oct 2023, 11:23.

  • #2
    are the treatments rendered at different times?

    Comment


    • #3
      Hi - no all are rendered at the same time!

      Comment


      • #4
        lgraph y time if ~post, by(treated) err(se)

        Comment

        Working...
        X