anova() does not display p-value when used with lmerTest
问题 I'm trying to use lmerTest to have p-values for my fixed effects. I have 4 different random intercepts, 3 crossed and one nested : test.reml <- lmerTest::lmer(y ~ s1 + min + cot + min:cot + ge + vis + dur + mo + nps + dist + st1 + st2 + di1 + s1:cot + s1:min + s1:cot:min + s1:ge + s1:vis + s1:dur + s1:mo + s1:nps + s1:dist + s1:st1 + s1:st2 + s1:di1 + (1|Unique_key) + (s1-1|object) + (ns1-1|object) + (1|region), bdr, REML=1) The objects are observed two times and the correlation between the