Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
696 views
in Technique[技术] by (71.8m points)

lme4 - Model failed to converge with max|grad| How can I solve this problem?

I'm using glmer in lme4 package. My formula is like this:

glmer1 <- glmer(answer ~ (1|subject) + target*major, data=data_identification_analysis, family=binomial)

Then I've got this message: Warning message: In checkConv(attr(opt, "derivs"), opt$par, ctrl = control$checkConv, : Model failed to converge with max|grad| = 0.010091 (tol = 0.001, component 1)

My data set is here: https://www.dropbox.com/s/lbbq5bnhpo1i17v/ask_help.xlsx?dl=0

Could anyone help me?

question from:https://stackoverflow.com/questions/65930517/model-failed-to-converge-with-maxgrad-how-can-i-solve-this-problem

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...