[R] A quick question about lm()

Henrique Dallazuanna wwwhsd at gmail.com
Mon Jul 7 16:23:49 CEST 2008


If I understand correctly, try:

names(summary(lm(...)))

On Mon, Jul 7, 2008 at 10:38 AM, rlearner309 <unixunix99 at gmail.com> 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.
>
> ______________________________________________
> R-help at r-project.org 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



More information about the R-help mailing list