John Sorkin wrote:
I would like to get R2 (and and adjusted R2)  from an lm. I know I can
compute R2 (SSreg/SStotal), but it would be nice to know if I could get
if automatically, e.g.
fit1<-lm(y~x)
Rsq<-fit1$rSquare.

R2.1.0 Patched under Windows 2000

summary(fit1)$r.squared
summary(fit1)$adj.r.squared

--
Chuck Cleland, Ph.D.
NDRI, Inc.
71 West 23rd Street, 8th floor
New York, NY 10010
tel: (212) 845-4495 (Tu, Th)
tel: (732) 452-1424 (M, W, F)
fax: (917) 438-0894

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

Reply via email to