Re: [R] How to calculate the robust standard error of the dependent variable

2010-06-18 Thread Joris Meys
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. On Fri, Jun 18, 2010 at 11:19 PM, YI LIU wrote: > Hi, folks > > linmod=y~x+z > summary(linmod) Which package? R is not matlab... > > The summary of

[R] How to calculate the robust standard error of the dependent variable

2010-06-18 Thread YI LIU
Hi, folks linmod=y~x+z summary(linmod) The summary of linmod shows the standard error of the coefficients. How can we get the sd of y and the robust standard errors in R? Thanks! [[alternative HTML version deleted]] __ R-help@r-project.org ma