Let's say I do a multiple regression, using robust (Stata option). It is a robust standard error regression. I want to analyse and discuss residuals.
- Residuals versus fitted values
Is it sufficient to simply observe a random and homogeneous distribution of the residuals around 0?
- Kernel density estimate of the residuals (Are they following a normal distribution?).
As I didn't use an OLS regression, I don't care if the residuals are not normal. True?
- Is there anything I forgot?
robustthe name of some program, package, function or command and if so in which language, as not everybody uses whatever you do? – Nick Cox Jun 07 '16 at 16:38robustis not the name of a Stata command; it's an option. – Nick Cox Jun 07 '16 at 18:29In fact, i am not even sure why we checked the normal distribution of the residuals
– firepod Jun 07 '16 at 20:23regressandregress, robustgive the same coefficient estimates and thus the same residuals. If the coefficients defined a poor summary of the systematic structure in the first case there is thus no medicine that fixes the problem in the second case. If the mean structure $Y = Xb$ is about right in both cases, then more honest SEs are a gain, but that is the really crucial condition. – Nick Cox Jun 08 '16 at 06:32