Skip to content
Prev 66464 / 398503 Next

Robust multivariate regression with rlm

On Thu, 24 Mar 2005 Bill.Venables at csiro.au wrote:

            
Actually lm() works for multiple responses, that is it fits each column of 
the response separately by least squares.  It does not do multivariate 
regression in any real sense.

You can apply rlm to each column of the response, just as lm does. Because 
different outliers will appear in each column, there is no benefit in 
doing the columns in parallel as lm can do.
[...]