I work on a firm-level data panel (15years) and I have a serious doubt about the method considering I'm using a time standardized outcome variable and time fixed effects.
I want to do regression on a score from 0 to 100 I have for all my firm all years. But the rating differs across sector. So I have assumed I should calculate the Z-score with the annual mean and standard deviation of the sector for each observation.
Then I want to do a simple DID with firm and time fixed effects :
xtset idfirm annee
xtreg Zscore $treatment $controlvariables i.year, fe cluster(idfirm)
But according to the bad results of the regression, I was wondering if I should keep the time fixed-effect or if the time variation isn't already lost with the standardization ?
It's a rookie question but I just start. Thanks a lot!
Peter
I want to do regression on a score from 0 to 100 I have for all my firm all years. But the rating differs across sector. So I have assumed I should calculate the Z-score with the annual mean and standard deviation of the sector for each observation.
Then I want to do a simple DID with firm and time fixed effects :
xtset idfirm annee
xtreg Zscore $treatment $controlvariables i.year, fe cluster(idfirm)
But according to the bad results of the regression, I was wondering if I should keep the time fixed-effect or if the time variation isn't already lost with the standardization ?
It's a rookie question but I just start. Thanks a lot!
Peter
Comment