[R] A quick question about lm()

ONKELINX, Thierry Thierry.ONKELINX at inbo.be
Mon Jul 7 16:31:30 CEST 2008


Or str(summary(lm(..))) 


----------------------------------------------------------------------------
ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek / Research Institute for Nature and Forest
Cel biometrie, methodologie en kwaliteitszorg / Section biometrics, methodology and quality assurance
Gaverstraat 4
9500 Geraardsbergen
Belgium 
tel. + 32 54/436 185
Thierry.Onkelinx op inbo.be 
www.inbo.be 

To call in the statistician after the experiment is done may be no more than asking him to perform a post-mortem examination: he may be able to say what the experiment died of.
~ Sir Ronald Aylmer Fisher

The plural of anecdote is not data.
~ Roger Brinner

The combination of some data and an aching desire for an answer does not ensure that a reasonable answer can be extracted from a given body of data.
~ John Tukey

-----Oorspronkelijk bericht-----
Van: r-help-bounces op r-project.org [mailto:r-help-bounces op r-project.org] Namens Henrique Dallazuanna
Verzonden: maandag 7 juli 2008 16:24
Aan: rlearner309
CC: r-help op r-project.org
Onderwerp: Re: [R] A quick question about lm()

If I understand correctly, try:

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

On Mon, Jul 7, 2008 at 10:38 AM, rlearner309 <unixunix99 op 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 op 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

______________________________________________
R-help op 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.



More information about the R-help mailing list