Re: [R] Random slopes in lmer

2010-08-26 Thread Darin A. England
07740472719 > > > > > > -Original Message- > > From: Darin A. England [mailto:engl...@cs.umn.edu] > > Sent: 26 August 2010 16:12 > > To: Samantha Patrick > > Cc: r-help@R-project.org > > Subject: Re: [R] Random slopes in lmer > > >

Re: [R] Random slopes in lmer

2010-08-26 Thread Bert Gunter
7740472719 > > > -Original Message- > From: Darin A. England [mailto:engl...@cs.umn.edu] > Sent: 26 August 2010 16:12 > To: Samantha Patrick > Cc: r-help@R-project.org > Subject: Re: [R] Random slopes in lmer > > coef(mod1)$bird will give you a matrix with tw

Re: [R] Random slopes in lmer

2010-08-26 Thread Samantha Patrick
6:12 To: Samantha Patrick Cc: r-help@R-project.org Subject: Re: [R] Random slopes in lmer coef(mod1)$bird will give you a matrix with two columns. The first column is the intercept for each bird and the second column is the slope for each bird. ranef(mod1) will also give you a matrix of two columns

Re: [R] Random slopes in lmer

2010-08-26 Thread Darin A. England
coef(mod1)$bird will give you a matrix with two columns. The first column is the intercept for each bird and the second column is the slope for each bird. ranef(mod1) will also give you a matrix of two columns. These represent the random effects. That is, how much the intercept (or slope) is shift