Skip to content
Prev 4747 / 398506 Next

robust regression packages for R?

On 3 Mar 2000, Tomislav Goles wrote:

            
You could try function rlm in package MASS (in the VR bundle). That has an
MM option, and was originally written to work around problems with the
(then) version of lmRobMM in S-PLUS.  It uses lqs in package lqs, and that
is substantailly faster than the ROBETH-based code (as I started with that
route).