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
then I use
Is this a correct way to test?
Best,
DZ
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
Comment