How do I store the coefficients of the fixed-effects variables in the specification below?
And, if it's okay to ask aother question, what is the practical difference between "dresiduals" and "residuals" for this command?
Code:
areg depvar indepvar1 indepvar2, absorb(fe_var)
Comment