When I run my fixed effects regression model:
xtreg y var1... varn, fe cluster(id)
and predict residuals using:
predict u, e
or alternatively:
predict u, residuals
I get answers that differ somewhat, but not a ton. What is the difference between these two methods of predicting residuals and when should I use each?
xtreg y var1... varn, fe cluster(id)
and predict residuals using:
predict u, e
or alternatively:
predict u, residuals
I get answers that differ somewhat, but not a ton. What is the difference between these two methods of predicting residuals and when should I use each?
Comment