Hi D-RUG!
This is my first question. I'm so excited!
I'm trying to see if two sites are significantly different in their fuel loads, and I'm comparing count distributions. I've been trying to use either zeroinflated poissons or negative binomials to fit the data, because there are quite a few zeros and a decent tail. When I run glmer.nb, I'm getting a warning message that says
Warning message:
In checkConv(attr(opt, "derivs"), opt$par, ctrl = control$checkConv, :
Model failed to converge: degenerate Hessian with 1 negative eigenvalues
I've looked online and most of what I've found is confusing and has to do with optimizers but when I tried it it says it can't find "th," which is theta, which seems to me to mean there's something else wrong. There aren't many other answers.
Any thoughts?
Note: my advisors are really into p-values, and the trouble is that when I use a simple glm with poisson I get no significance and when I run the glmer.nb I get significance.