Skip to content
Back to formatted view

Raw Message

Message-ID: <1111870325.30855.10.camel@horizons.localdomain>
Date: 2005-03-26T20:52:05Z
From: Marc Schwartz
Subject: does lmRobMM or an equivalent exist in R
In-Reply-To: <s2457f86.044@grecc.umaryland.edu>

On Sat, 2005-03-26 at 15:27 -0500, John Sorkin wrote:
> Does R have a function similiar to the SPlus functoin lmRobMM?
>  
> R 2.0.1
> Linux

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