Skip to content
Prev 82878 / 398503 Next

lme4: Extract fixed effects Val, SE, t, p

Hi All,

Using glmmPQL you can extract the full table of estimates, SE, p-values 
etc using as an example:

mymodel<-glmmPQL(mymodel here)

summary(mymodel)[[18]]

How can I pull this table out of a lmer object in lme4?

Thank you, Zev