lmerTest
was designed as a wrapper to permit estimation of p-values
from lmer mixed model analyses, using the Satterthwaite estimate of denominator degrees of freedom (ddf). But lmerTest
now appears to be broken. It presently returns a message that there was an internal calculation error and returns only the lmer result (with no p-values
). I have been able to calculate the p-values
from the summary() function, using Dan Mirman's excellent code for calculating the Kenward-Rogers estimate of ddf. But I can't find equivalent code to calculate the p-values
in an anova
call on the lmer model. I suspect that one just needs to feed anova()
a ddf, but I can't figure out how to do that.
Thanks in advance to anyone that can suggest solutions for this problem.
Larry Hunsicker
答案 0 :(得分:2)