hrue / r-inla

This is the public repository for the r-inla project
GNU General Public License v2.0
82 stars 24 forks source link

INLA keeps on crashing #69

Closed ChifuniroBaluwa closed 1 year ago

ChifuniroBaluwa commented 1 year ago

I have been trying to fit a spatial-temporal data and I keep on facing the error below, is there any solution to this?

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 not help, please contact the developers at help@r-inla.org.

*** inla.core.safe: inla.program has crashed: rerun to get better initial values. try=1/2 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 not help, please contact the developers at help@r-inla.org.

inla.core.safe: inla.program has crashed: rerun to get better initial values. try=2/2 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 not help, please contact the developers at help@r-inla.org. 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.

hrue commented 1 year ago

It's impossible to say, as the error msg is not showing. I guess you might run out of memory. If you send code/data so we can rerun it here to help@r-inla.org, we can check