You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mod_Lattice <- inla(formula,
family = "poisson", # since we are working with count data
data = Lattice_Data,
control.compute = list(cpo = T, dic = T, waic = T))
The error is:
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 you tell me what could be wrong?
Kind regards,
H
The text was updated successfully, but these errors were encountered:
hernanmanrique
changed the title
Error when fittin the inla model
Error when fitting the inla model
Apr 16, 2023
Hello,
Following the tutorial (https://ourcodingclub.github.io/tutorials/spatial-modelling-inla/), I ran into an error when fitting
Mod_Lattice <- inla(formula,
family = "poisson", # since we are working with count data
data = Lattice_Data,
control.compute = list(cpo = T, dic = T, waic = T))
The error is:
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 you tell me what could be wrong?
Kind regards,
H
The text was updated successfully, but these errors were encountered: