Dear all,
I have a dataset with a response variable that has about 70% missing data. I want to do predictions for these observations. My strategy is to first fit the model on the subset without the observation with missing response variable and with the default control.compute settings.
Then I refit the model on the full dataset using the control.update argument and with updated control.compute settings (dic, waic, cpo and config all TRUE). Sometimes I get the error message below.
inla.mkl: pre-opt.c:663: GMRFLib_preopt_init: Assertion `g->n == gen_len_At' failed.
Aborted (core dumped)
*** inla.core.safe: The inla program failed, but will rerun in case better initial values may help. try=1/1
inla.mkl: pre-opt.c:663: GMRFLib_preopt_init: Assertion `g->n == gen_len_At' failed.
Aborted (core dumped)
Can someone clarify the error message? When I remove some datapoint with missing response, refitting the model works.
Best regards,
Thierry