estimatr icon indicating copy to clipboard operation
estimatr copied to clipboard

residuals

Open meghapsimatrix opened this issue 5 years ago • 1 comments

Is there any way to get residuals from models fit using lm_robust() ?

meghapsimatrix avatar Apr 14 '20 21:04 meghapsimatrix

Not via resid(), if that is what you mean. See also #123 to see which methods have been implemented.

An easy alternative is to do Y - fitted(model) if you are in a hurry.

nfultz avatar Apr 14 '20 22:04 nfultz