You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to R-inla discussion group
I am fitting a fairly simple model using the package Diploffect.INLA which calls INLA. The code previously worked, but now is throwing the error. It stems from inla.core.safe() and results from reaching a "max.try" of 2.
Error in inla.core.safe(formula = formula, family = family, contrasts = contrasts, : *** Fail to get good enough initial values. Maybe it is due to something else.
Can anyone expand on this error a bit more and give insight into whether code may need to be updated or this is an issue with the sparse matrix library transition?
Helpdesk
unread,
Jul 8, 2022, 4:59:14 AM7/8/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Teresa McGee, R-inla discussion group
It might be an error in the input to the model (and Inf or NAN) which
might cause this to happen (like every function evaluation will be NAN),
or some of the input or response data, needs to be scaled
I do not know the package Diploeffect, so you might ask the authors of
that one.