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
> >
>
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
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
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
4 matches
Mail list logo