[R] function for linear regression with White std. errors

Frank E Harrell Jr f.harrell at vanderbilt.edu
Fri Apr 28 16:34:58 CEST 2006


Thomas Lumley wrote:
> On Thu, 27 Apr 2006, Brian Quinif wrote:
> 
> 
>>John,
>>
>>Thanks for the suggestion, but tomorrow I am teaching a little seminar
>>for my department trying to convince people about how wonderful R is.
>>These people are all Stata users, and they really like the idea that
>>they only have to type ", robust" to get het. consistent std. errors.
>>
> 
> 
> This really is a unique feature of Stata.  It's not hard to add the 
> standard errors to glm(), but it is harder to make other functions such as 
> predict() use them properly.
> 
> The survey package gives these standard errors by default, but that might 
> also be regarded as too much work.

The Design package also does this:
f <- fittingfunction( )
g <- robcov(f, ...)
plot(g); summary(g) etc uses robust s.e.

Frank

> 
>  	-thomas
> 
> Thomas Lumley			Assoc. Professor, Biostatistics
> tlumley at u.washington.edu	University of Washington, Seattle
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
> 


-- 
Frank E Harrell Jr   Professor and Chair           School of Medicine
                      Department of Biostatistics   Vanderbilt University




More information about the R-help mailing list