Dear INLA help,
I’m trying to implement a model using pre-defined integration points using the `user.expert` argument in `control.inla`, however the model seems to keep failing to estimate right at the end. The last hyperparameter value (rho for the ar1 model) appears to be going everywhere, and so it’s rejecting the integration given that the diff.logdens is incredibly large. From what I believe, you can control the cutoff for integration using the `diff.logdens` argument, but changing this value doesn’t seem to help (if I set `int.strategy = ‘grid’`, changing `diff.logdens` doesn’t change anything unless `inla.mode = “classic”`). I was wondering if there was anything I could do to help with the estimation for a model such as this? Attached is the verbose output from one of the models that crashed.