Skip to content
Prev 66604 / 398502 Next

does lmRobMM or an equivalent exist in R

On Sat, 2005-03-26 at 15:27 -0500, John Sorkin wrote:
John,

Page 161 of V&R's MASS4 suggests using the rlm() function in the MASS
package, which has a 'method = "MM"' argument.

So:

library(MASS)
?rlm

HTH,

Marc Schwartz