Re: [R] Interpreting and visualising lme results

2012-10-26 Thread Jim Lemon
On 10/26/2012 04:32 PM, Santini Silvana wrote: Dear R users, I have used the following function (in blue) aiming to find the linear regression between MOE and XLA and nesting my data by Species. I have obtained the following results (in green). model4<-lme(MOE~XLA, random = ~ XLA|Species, metho

Re: [R] Interpreting and visualising lme results

2012-10-25 Thread David Winsemius
On Oct 25, 2012, at 10:32 PM, Santini Silvana wrote: > Dear R users, > I have used the following function (in blue) No, we do not do "in blue" here. This is a monochrome mailing list. > aiming to find the linear regression between MOE and XLA and nesting my data > by Species. I have obtained t

[R] Interpreting and visualising lme results

2012-10-25 Thread Santini Silvana
Dear R users, I have used the following function (in blue) aiming to find the linear regression between MOE and XLA and nesting my data by Species. I have obtained the following results (in green). model4<-lme(MOE~XLA, random = ~ XLA|Species, method="ML")summary(model4) Linear mixed-effects model