[R] Quick question about lm()

Christos Hatzis christos at nuverabio.com
Tue Sep 5 07:52:29 CEST 2006


Say,

my.lm <- lm(y ~ x, data=my.data)

Then if you try:

names(summary(my.lm)) 

you will see the components of the summary.lm object.  The coefficients and
t-statistics can be extracted by

summary(my.lm)$coefficients

and similarly for the r-squared and other statistics provided in the summary
report.

-Christos
 

-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Tong Wang
Sent: Tuesday, September 05, 2006 1:35 AM
To: r-help at stat.math.ethz.ch
Subject: [R] Quick question about lm()

Hi, 
     Feel awkward to ask , but really couldn't find a answer anywhere,   How
could I extract the R^2 and t-stat. from the 
result of lm()?
     Thanks a lot. 

best

______________________________________________
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
and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list