Skip to content
Prev 273313 / 398506 Next

Question about linear mixed effects model (nlme)

Bert Gunter <gunter.berton <at> gene.com> writes:
You should probably ask (a version of) this question on the
r-sig-mixed-models list instead.
  What do you mean by "the least squares means for the interaction effect"?
How is it different from the estimate of the interaction parameter?
You can use the predict() function if you want to calculate predicted
values for any particular combination of predictors (you probably want
to specify level=0 to get the population-level effects).  Getting 'good'
confidence intervals for mixed-effect models is surprisingly difficult.
If you are willing to ignore the uncertainty of the among-trial variance,
you can use a modification of the recipe found at http://glmm.wikidot.com/faq