Hi All,
The following code is causing my INLA program to crash.
ormula=(PfPR ~ -1 + Intercept + Long+ Lat + prec+ f(field, model = spde, group = field.group, control.group = list(model="ar",order=1)))
Ntrials=c(mau.data$Ex, rep(NA,10857))
result_mauritania_final2=inla(formula, data = inla.stack.data(stack, spde=spde),
family = "binomial", Ntrials=Ntrials,
control.predictor = list(A=inla.stack.A(stack),link = 1,
compute=TRUE),control.compute=list(cpo=T,dic=TRUE),
keep=FALSE,verbose=TRUE)
I am getting the following error. What could be the cause
Segmentation fault (core dumped)
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>.