I can't get lsmeans output in glmer
问题 List. I have a generalized mixed model using lmer.test package and calling glmer. I can get a good model, however I can't get the output of the LSMEANS and Diff means. Here's what I have library(plyr) library(lubridate) library(chron) library(reshape) library(lattice) library(car) library(lmerTest) fm17<-glmer(I(Steps+1)~Treatment + treatdate +Weight + BF+ (1|Block) +(0+treatdate|exp.unit), family=poisson) summary(fm17,ddf="Kenward-Roger") qqnorm(resid(fm17),main="QQ Model 17") plot(fm17,main