Announcement

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

  • How to have multiple eventdd plot of different DVs in one graph?

    Hi,

    I am working on a panel data of multiple dependent variables.

    I have no problem generating eventdd plot for each of the dependent variables.
    Code:
    eventdd DV1 $controllist, timevar(gap) method (hdfe, absorb( $fixed_effects ) vce(cluster zipcode)) inrange leads(6) lags(6) baseline(-1) noline coef_op(m(oh) c(L) color(black) lcolor(black)) graph_op(ytitle("DV1") color(black) xtitle("Relative Month to Event", size(small)) xline(0, lc(black*0.5) lp(dash)) graphregion(fcolor(white)))
    However, I would like to have a graph of multiple DVs so that it is easier to compare them.

    How to do it?

    Thank you very much!

    Best,
    Tong
Working...
X