If I understand correctly, try: names(summary(lm(...)))
On Mon, Jul 7, 2008 at 10:38 AM, rlearner309 <[EMAIL PROTECTED]> wrote: > > I have a simple regression using lm(). > If I just want to check the coefficient, I can use summary(lm())$coef; if I > need the standard error, I can use summary(lm())$s, if I need the residuals, > I can use summary(lm())$res. OK. How can I get the R-squares and Adjusted > R-squares using $...? > Is there a function, like objects(), that can show all the references for > values? > > Thanks a lot! > -- > View this message in context: > http://www.nabble.com/A-quick-question-about-lm%28%29-tp18316864p18316864.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > [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 > and provide commented, minimal, self-contained, reproducible code. > -- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40" S 49° 16' 22" O ______________________________________________ [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 and provide commented, minimal, self-contained, reproducible code.

