Dear all,
I am trying to implement the following basic gam model in INLA.
formula=response ~ f(covariate, model = "rw2")
mod = inla(formula, data=Data2,family=fam, verbose=TRUE,
control.fixed=list(prec.intercept=0.1),
control.predictor = list(compute=TRUE),
control.compute=list(dic=TRUE, cpo=TRUE))
I can run the model with no problem using gam {mgcv} but it crashes in INLA showing nothing else than the error below. I would appreciate any help. I attach the data here in case it is useful.
Thanks,
Victor.
Error in inla.inlaprogram.has.crashed() :
The inla-program exited with an error. Unless you interupted it yourself, please rerun with verbose=TRUE and check the output carefully.
If this does help; please contact the developers at <
he...@r-inla.org>.