Generation

fix invalid codeSat, 06 May 2023

> model_full2 <- glmer(cat_SNB_new ~ 0 + developmentaldisorder_SNB * Condition_SNB -1 + (1+developmentaldisorder_SNB|subject_SNB), + data = s_complete, family = binomial) Warning messages:

1: In checkConv(attr(opt, "derivs"), opt$par, ctrl = control$checkConv, ... : Model failed to converge with max|grad| = 0.000191281 (tol = 0.001, component 1) 2: In checkConv(attr(opt, "derivs"), opt$par, ctrl = control$checkConv, ... : Model failed to converge with max|grad| = 0.000372457 (tol = 0.001, component 1) 3: In checkConv(attr(opt, "derivs"), opt$par, ctrl = control$checkConv, ... : Model is nearly unidentifiable: very large eigenvalue - Rescale variables?;Model is nearly unidentifiable: large eigenvalue ratio - Rescale variables? > model_full2 <- glmer(cat_SNB_new ~ 0 + developmentaldisorder_SNB * Condition_SNB -1 + (1|subject_SNB), + data =

Questions about programming?Chat with your personal AI assistant