Hi @FernandoRios,
I am using csdid. I have a few questions about the csdid's output. Here is an example of my code:
Is estat simple equation (3.10) in Callaway and Sant’Anna (2021)? Further, I assume that estat event generates the "Event study" line of estimates in Table 3 of Callaway and Sant’Anna (2021)?
Thanks for your help in advance!
-Erik
I am using csdid. I have a few questions about the csdid's output. Here is an example of my code:
csdid rpcinccpi distCBD if cty==1, ivar(StationID) time(year2) gvar(openingyear2) notyet long2
estat simple
estat calendar
estat group
estat event
csdid_plot, title("Event-Study")
estat pretrend
estat simple
estat calendar
estat group
estat event
csdid_plot, title("Event-Study")
estat pretrend
Thanks for your help in advance!
-Erik
Comment