lmerTest は自分のモデルの p 値を返しませんでした。だから私はマニュアルから例を再現しようとしました -
m <- lmer(Informed.liking ~ Gender+Information+Product +(1|Consumer), data=ham)
# gives summary of lmer object. The same as of class merMod but with
# additional p-values calculated based on Satterthwates approximations
summary(m)
それでもメッセージが表示されます:
summary from lme4 is returned
some computational error has occurred in lmerTest
p値はありません!どうしたの?
事前にthx!