lmer - computational error in lmerTest even with ham-data -
lmertest did not return p-values of own model; tried reproduce example manual -
m <- lmer(informed.liking ~ gender+information+product +(1|consumer), data=ham) # gives summary of lmer object. same of class mermod # additional p-values calculated based on satterthwates approximations summary(m)
but message:
summary lme4 returned computational error has occurred in lmertest
and no p-values! what´s wrong?
thx in advance!
Comments
Post a Comment