Ben ,

Thanks!  This worked after I updated my version of R (from 2.8.1 to 2.10) .

Best,

Spencer



On Tue, Nov 10, 2009 at 7:04 PM, Ben Bolker <bol...@ufl.edu> wrote:

> 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"]
>
> ______________________________________________
> 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.
>

        [[alternative HTML version deleted]]

______________________________________________
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