Re: [R] getting the std errors in the lm function

2004-03-08 Thread Peter Dalgaard
Fulvio Copex <[EMAIL PROTECTED]> writes: > Hello, > I have a simple question for you: > making: > mylm<-lm(y~x) > summary(mylm) > I get the following results: > ** > Coefficients: > Estimate Std. Error t value Pr(>|t|) > (Intercep

Re: [R] getting the std errors in the lm function

2004-03-08 Thread Prof Brian Ripley
On Mon, 8 Mar 2004, Fulvio Copex wrote: > Hello, > I have a simple question for you: > making: > mylm<-lm(y~x) > summary(mylm) > I get the following results: > ** > Coefficients: > Estimate Std. Error t value Pr(>|t|) > (Intercept

[R] getting the std errors in the lm function

2004-03-08 Thread Fulvio Copex
Hello, I have a simple question for you: making: mylm<-lm(y~x) summary(mylm) I get the following results: ** Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) 16.540870.19952 82.91 <2e-16 *** x[1:19] -2.323