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

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -