Displaying 1 result from an estimated 1 matches for "changewt".
Did you mean:
changeit
2006 Aug 16
1
[SPAM] - RE: REML with random slopes and random intercepts giving strange results - Bayesian Filter detected spam
...each individual (which is what I wanted), but straight
> line that pivots in the middle and will change from
> individual to individual. Is there a problem with the way I
> have structured the random model or a deeper problem with lmer()?
> here is the code I used
> m2 <- lmer(changewt ~ newwt+(newwt|id), data = grow)
> coef(m2)
> Any suggestions very much appreciated,
> Simon
>
>
> > I don't this is because you are using REML. The BLUPs from a mixed
> > model experience some shrinkage whereas the OLS estimates would not.
> >
> >>...