The underlying reason is that the model does not fit well with the data, which
cause the issues.
What happens in practise is that the exponent in the likelihood-model, alpha,
goes nuts, and then numerical issues appear and the program fail to recover.
You can prevent alpha to move much, changing your 'control.family' into
control.family = list(variant = 1,
hyper = list(alpha = list(param = c(10^3, 10^3)))))
with this I get alpha=20 about, which is to me, crazy high.
Please check for possible data/model missmatch
Best
H
PS
please add 'scale.model=T' (see vignette about this)
f(spatial_id, model = "bym", scale.model = TRUE, graph = adj.matrix.113.csparse)
+ f(time, model="rw2", scale.model = TRUE)
and 'bym2' is a better choice than 'bym' (better priors and parameterisation)
> --
> You received this message because you are subscribed to the Google Groups "R-
> inla discussion group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
r-inla-discussion...@googlegroups.com.
> To view this discussion, visit
>
https://groups.google.com/d/msgid/r-inla-discussion-group/6ffa50b3-355d-4dbc-bf08-67aea0ef276en%40googlegroups.com
> .
--
Håvard Rue
he...@r-inla.org