在lmer模型中构造轮廓置信区间的难度

时间:2015-08-08 12:57:56

标签: r statistics lme4 mixed-models random-effects

当我使用我的数据安装lmer模型时,没有警告信息。但是当我尝试通过confint构建置信区间时,它会显示以下警告消息:

Warning messages:
1: In FUN(X[[i]], ...) : non-monotonic profile
2: In nextpar(mat, cc, i, delta, lowcut, upcut) :
 Last two rows have identical or NA .zeta values: using minstep
3: In FUN(X[[i]], ...) : non-monotonic profile

有没有办法克服警告信息,也就是说,是否有任何可以解决问题的参数(选项)?我使用了参数control=lmerControl(optCtrl=list(maxfun=20000))

fit <- lmer(Y~X+Z+X:Z+(X||group),data=dat,control=lmerControl(optCtrl=list(maxfun=20000)))

0 个答案:

没有答案