Skip to content
Back to formatted view

Raw Message

Message-ID: <loom.20091111T040319-324@post.gmane.org>
Date: 2009-11-11T03:04:04Z
From: Ben Bolker
Subject: 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"]