Thanks for the reply, your comment was very helpful. In case that I didn't understand. In theory the predicted vaule for both models will be the "same". So if I do a ttest of the mean there will be no differences (neverless that graphically they didn't look the same)?
Code:
xtreg ...., fe predict yhat, xb ttest yhat, by(whatever)
What do you refer about "These coefficients are only meaningful when looked at in terms of differences between them"? I understood the phrase but not how can I performi it in Stata.
Code:
xtreg y x i.year, fe
Code:
lincom 2015.year - 2012.year
Comment