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

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -