[R] lme4 glmer how to extract the z values?

Ben Bolker bolker at ufl.edu
Wed Nov 11 04:04:04 CET 2009


sj <ssj1364 <at> gmail.com> writes:

> I am using glmer() from lmer(lme4) to run generalized linear mixed models. I
> can't figure out how to extract the z values for  the fixed effects that are
> reported using the summary function . Any help would be appreciated.

library(lme4)
example(glmer)
coef(summary(gm1))
coef(summary(gm1))[,"z value"]




More information about the R-help mailing list