How do I address R function glmmTMB warning “In (function (start, objective, gradient = NULL, hessian = NULL, : NA/NaN function evaluation”?
I am trying to use R function glmmTMB::glmmTMB()
to fit a generalized linear mixed-effects model to a dataset. However, I am being presented with a warning which reads Warning message: In (function (start, objective, gradient = NULL, hessian = NULL, : NA/NaN function evaluation
. I am unsure if this warning is important or how to address it.