Announcement

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

  • Combining Event-Study Estimates into One Graph

    Dear Statalisters,

    I am conducting an event-study analysis using three packages: did_multiplegt_dyn, csdid, and jwdid. I would like to combine the estimated effects from all three methods into a single event-study graph.

    Code:
    did_multiplegt_dyn Y district year treatment, effects(3) placebo(1) cluster(district)
    csdid Y , ivar(district) district time(year) gvar(gvar) method(dripw)  agg(event)  notyet  long2
    jwdid Y, ivar(district) tvar(year) gvar(gvar)
    and 


    I’ve tried several approaches but have not been successful in producing a unified graph.
    I would greatly appreciate any advice or suggestions on how to achieve this.
    Many thanks in advance.
Working...
X