Dear all,
Hope you are doing well! I just have a quick question. Initially, I run the following regression to estimate the simple pre-post difference. The Post coefficient is negative, suggesting that y decreases after the event.
I wanted to assess how the effect persists into three years following the event. Thus, I replace Post with a series of time indicators. Post1 (Post2, Post3) is a dummy variable for the first (second, third) year after the event. There are three years in total after the event in the sample.
However, coefficients of Post1, Post2, and Post3 become all positive! Is this possible?
Thank you for reading my question.
Best,
Jacob
Hope you are doing well! I just have a quick question. Initially, I run the following regression to estimate the simple pre-post difference. The Post coefficient is negative, suggesting that y decreases after the event.
reghdfe y post $controls , absorb(industry) vce(cluster industry)
reghdfe y post1 post2 post3 $controls , absorb(industry) vce(cluster industry)
Thank you for reading my question.
Best,
Jacob
Comment