Skip to content
Prev 2884 / 20628 Next

Calculating SE from GLMM results (using glmer{lme4})

Raldo Kruger wrote:
Some comments:

*  It looks like you fitted year as a fixed effect rather than a random
effect (probably sensible, since you only have 3 levels / years), and
incorporated all fixed effect interactions (i.e. N*Ge*Year) ?  However,
it also looks like you fitted year as a continuous covariate, which
means that R is trying to fit a linear function of time -- is that
really what you want?  There's a very large negative year effect -- if
your year values are coded 1-3, then it suggests you have very few
seedlings left in year 3?

 It's also
worth considering whether you are really getting reliable answers based
on only 4 sites -- I would also try this with Site as a fixed effect
and see whether the answers differ considerably.  (I know that,
philosophically, Site and Year are both random effects, and you may
run into trouble with reviewers who are used to classical ANOVA
The latter.
  So for example the approximate confidence intervals would be
exp(0.453 +/- 2*0.245)
The SE for combined effects is calculated as sqrt(se1^2 + se2^2 + se3^2)
This would be hard -- you're talking about a multivariate response
with different measurement scales/error distributions for different
variables ...