Dear all
I am encountered with a pproblem when runing panel-data DID regression. When I try to absorb year month FE, two different way of absorbing leads to different coefficient estimation (and these two estimations vary from each other a lot)
My question is, what would be the reason for this?
Here is the code that I use:
[CODE]
reghdfe lnwage shock Controls , absorb( ID year month) cluster(ID) resid
reghdfe lnwage shock Controls , absorb( ID year_month) cluster(ID) resid
[END]
Thanks a lot!
I am encountered with a pproblem when runing panel-data DID regression. When I try to absorb year month FE, two different way of absorbing leads to different coefficient estimation (and these two estimations vary from each other a lot)
My question is, what would be the reason for this?
Here is the code that I use:
[CODE]
reghdfe lnwage shock Controls , absorb( ID year month) cluster(ID) resid
reghdfe lnwage shock Controls , absorb( ID year_month) cluster(ID) resid
[END]
Thanks a lot!

Comment