Hi Annie,
1) I would suggest not using agg(simple) option, but instead just type estat simple after using csdid.
2) technically, all this variables : audit_treat estab_size firm_size pcths i.year i.naics i.district_code_num are being interacted with year and the cohort variable (audit_fyear_csdid)
3) If the problem occurs when you add NaICS it may be that some Naics fully explain treatment (violation of the overlapping assumption). drimp estimator (default) will fail to converge in this case
Remember, the effective sample size with csdid is much smaller than for the standard model.
If you type
tab year gvar
and choose any 4 numbers (corners of a square from that tabulation), that is your effective sample.
4) No, it isn't possible to use some variables for the regression and some for the IPW. At least not with csdid. you could potentially do that if you reimplement the estimator.
On the other hand, I'm not sure if the R's version has that option
5) There is an omitted category in the event study, which is not even there!
so, if you want pretreatment effects that are similar to the standard TWFE, you need to use the option long2
There wont be an omitted category, but you can think of it as the one that comes between tm1 and tp0
HTH
Fernando
1) I would suggest not using agg(simple) option, but instead just type estat simple after using csdid.
2) technically, all this variables : audit_treat estab_size firm_size pcths i.year i.naics i.district_code_num are being interacted with year and the cohort variable (audit_fyear_csdid)
3) If the problem occurs when you add NaICS it may be that some Naics fully explain treatment (violation of the overlapping assumption). drimp estimator (default) will fail to converge in this case
Remember, the effective sample size with csdid is much smaller than for the standard model.
If you type
tab year gvar
and choose any 4 numbers (corners of a square from that tabulation), that is your effective sample.
4) No, it isn't possible to use some variables for the regression and some for the IPW. At least not with csdid. you could potentially do that if you reimplement the estimator.
On the other hand, I'm not sure if the R's version has that option
5) There is an omitted category in the event study, which is not even there!
so, if you want pretreatment effects that are similar to the standard TWFE, you need to use the option long2
There wont be an omitted category, but you can think of it as the one that comes between tm1 and tp0
HTH
Fernando
Comment