I want to test whether a normal MA event will have different effect on the outcome from a PEVC event. The regression is
outcome = Post*PEVC + Post*MA + controls+ FEs+ e
Code:
reghdfe outcome c.post#c.PEVC c.post#c.MA $controls, absorb(cohort#firm cohort#ind#year) cluster(cohort#firm)
Code:
test _b[c.post#c.PEVC] = _b[c.post#c.MA]
Best,
DZ
0 Response to Question: How do I test the difference between two diff-in-diff coefficients?
Post a Comment