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?
0 Response to What does the "e" option do with the predict command? How does it differ from the residuals option?
Post a Comment