Re: [R] Question about linear mixed effects model (nlme)

2011-10-04 Thread Ben Bolker
Bert Gunter gene.com> writes: > > Below. > > On Tue, Oct 4, 2011 at 7:34 AM, Panagiotis hi.is> wrote: > > > Hi, > > > > I applied a linear mixed effect model in my data using the nlme package. > > lme2<-lme(distance~temperature*condition, random=~+1|trial, data) and then > > anova. > > I want

Re: [R] Question about linear mixed effects model (nlme)

2011-10-04 Thread Bert Gunter
Below. On Tue, Oct 4, 2011 at 7:34 AM, Panagiotis wrote: > Hi, > > I applied a linear mixed effect model in my data using the nlme package. > lme2<-lme(distance~temperature*condition, random=~+1|trial, data) and then > anova. > I want to ask if it is posible to get the least squares means for th

[R] Question about linear mixed effects model (nlme)

2011-10-04 Thread Panagiotis
Hi, I applied a linear mixed effect model in my data using the nlme package. lme2<-lme(distance~temperature*condition, random=~+1|trial, data) and then anova. I want to ask if it is posible to get the least squares means for the interaction effect and the corresponding 95%ci. And then plot this v