Re: [R] Linear regressions: producing multiple outputs

2011-02-17 Thread Gabor Grothendieck
On Wed, Feb 16, 2011 at 1:13 PM, RTSlider wrote: > > Hello all, > I’m running simple linear regressions on multiple species of plants, > comparing abiotic factor X against plant trait Y (e.g. Species1: leaf length > vs air temperature). > > Ideally, what I’m looking for is an output giving me the

Re: [R] Linear regressions: producing multiple outputs

2011-02-17 Thread Toby Marthews
lme. Toby From: r-help-boun...@r-project.org [r-help-boun...@r-project.org] On Behalf Of RTSlider [rob.t.sli...@gmail.com] Sent: 16 February 2011 18:13 To: r-help@r-project.org Subject: [R] Linear regressions: producing multiple outputs Hello all, I’m

[R] Linear regressions: producing multiple outputs

2011-02-16 Thread RTSlider
Hello all, I’m running simple linear regressions on multiple species of plants, comparing abiotic factor X against plant trait Y (e.g. Species1: leaf length vs air temperature). Ideally, what I’m looking for is an output giving me the R2, p value, coefficient, and Y intercept for each regression.