[R] Is robust regression available in R.

Thomas Lumley thomas at biostat.washington.edu
Tue Dec 5 19:12:58 CET 2000


On Wed, 6 Dec 2000, Hisaji ONO wrote:

> Hello, the R people.
>  
> I look for robust regression in R.
>  
> This method is available in S, its name is rreg.

There's better robust regression in the VR bundle of
packages. 

library(MASS)
help(rlm)
library(lqs)
help(lqs)

	-thomas

Thomas Lumley
Assistant Professor, Biostatistics
University of Washington, Seattle

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list