Re: [R] p values greater than 1 from lme4

2011-09-05 Thread RTSlider
Hi Ben, I've attached the data and Tinn-R file I've been using to run it, thank you for the fast response. Please let me know if you see something odd, I have no idea where to begin looking -Rob On Mon, Sep 5, 2011 at 5:30 PM, bbolker [via R] wrote: > RTSlider gmail.com> write

[R] p values greater than 1 from lme4

2011-09-05 Thread RTSlider
Hello, I'm running linear regressions using the following script where I have separated out species using the "IDtotsInLn" identifier x<-read.csv('tbl02TOTSInLn_ENV.csv', header=T) x attach (x) library(lme4) rInLn<-lm

[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.