Hello, 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. Thanks, Spencer [[alternative HTML version deleted]]
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"]
Possibly Parallel Threads
- bug in lme4?
- glmer -- extracting standard errors and other statistics
- Error running MuMIn dredge function using glmer models
- Problem specifying Gamma distribution in lme4/glmer
- Help with glmer {lme4) function: how to return F or t statistics instead of z statistics.