This repository contains the R code of the examples in the following
paper for for the imputation of missing values with INLA:
- V. Gómez-Rubio et al (2019). Missing data analysis and imputation via latent Gaussian Markov random fields. ArXiv preprint.
In addition, the associated package MIINLA can be installed as follows:
library(devtools)
install_github("becarioprecario/MIINLA")