Skip to content
Prev 18123 / 20628 Next

Need help on convergence issue when fitting zero-inflated Poisson with random coefficients using gamlss

Since the proximal problem looks like (guessing from the error
messages) a call to the nlminb optimizer within a call to lme is
running out of iterations before converging, I'd try to see if there
is a way to set the number of parameters higher.  Unfortunately, I
don't know how to do this off the top of my head (a brief review of
the gamlss documentation didn't get me anywhere, and I haven't had
time to dig through the code to see if/how this is possible) ...

   There are other packages that are capable of fitting mixed ZIP
models (e.g. https://journal.r-project.org/archive/2017/RJ-2017-066/index.html
 shows examples using glmmTMB, inla, MCMCglmm, gamlss, ...) in case
you can't solve the problem with gamlss (and you aren't stuck using
gamlss for other reasons)

  cheers
   Ben Bolker
On Wed, Jan 22, 2020 at 2:01 PM Xia Li <odditylee at gmail.com> wrote: