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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to