Relative Content

Tag Archive for rlme4

“Error in initializePtr() : function ‘cholmod_factor_ldetA’ not provided by package ‘Matrix’” when applying lmer function

I kept on receiving error when I fit the lmer() function: “Error in initializePtr() : function ‘cholmod_factor_ldetA’ not provided by package ‘Matrix’”.
I have tried multiple times based recommendations from the previous post “Error in initializePtr() : function ‘cholmod_factor_ldetA’ not provided by package ‘Matrix'” when using lmer function in R

lme4_glmer-wald test

I would like to know how to get the overall wald test and its p-value in the glmer model. For example: credec ~ passexp + soctie + recexp + peer + soctie * recexp+ (1 | region), data = data, family = binomial

how to ensure that modular lme4 takes the control argument?

I have been using the modular lme4 functions to customize some of our problems and I noticed that the control argument seems to be ignored in the modular functions or I am just not placing it in the right place. Here a minimal example based on the rpubs from https://rpubs.com/bbolker/groupmembers