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.54087    0.19952   82.91   <2e-16 ***
x[1:19]     -2.32337    0.04251  -54.66   <2e-16 ***
******************************************************
now I can access easily with
mylm$coefficients[[1]]
mylm$coefficients[[2]]
at the Estimate 16.54087 and -2.32337.
how can I access at the Std. Error 0.19952 and 0.04251 ?
Thank you,
Copex




---------------------------------

        [[alternative HTML version deleted]]

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to