Hi Statalist,

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)
then I use
Code:
test _b[c.post#c.PEVC] = _b[c.post#c.MA]
Is this a correct way to test?

Best,
DZ