lme4 glmer how to extract the z values?
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"]