[R] glmer -- extracting standard errors and other statistics
John Poulsen
jpoulsen at zoo.ufl.edu
Mon Sep 22 00:41:22 CEST 2008
Hello,
I am using glmer() from lmer(lme4) to run generalized linear mixed
models. However, I am having a problem extracting the standard errors
for the fixed effects.
I have used:
summary(model)$coef
fixed.effects(model)
coef(model)
to get out the parameter estimates, but do not seem able to extract the
se's.
Anybody have a solution?
Thanks,
John
More information about the R-help
mailing list