/elgm-inf

Integrated nested Laplace approximations for extended latent Gaussian models with application to the Naomi HIV model

Primary LanguageTeX

elgm-inf

Naomi (Eaton et al, 2021) is a spatial evidence synthesis model used to produce district-level HIV epidemic indicators in sub-Saharan Africa. Multiple outcomes of interest, including HIV prevalence, HIV incidence and treatment coverage are jointly modelled using both household survey data and routinely reported health system data. The model is provided as a tool for countries to input their data to and generate estimates. In this setting, computationally intensive inference methods like MCMC are impractical. We propose a new inference method which combines the simplified integrated nested Laplace approximation approach of Wood (2020) with adaptive Gauss-Hermite quadrature to enable fast and accurate inference for Naomi and other extended latent Gaussian models. Using data from Malawi, our method provides substantially more accurate inferences than the empirical Bayes Gaussian approximation approach used currently, and is comparable to Hamiltonian Monte Carlo with the No-U-Turn sampler. By extending the aghq package (Stringer, 2021) we facilitate flexible and easy use of our method when provided a TMB C++ template for the log-posterior.

Flowchart describing the algorithm (a work in progress!).

R package dependencies

This repository is supported by the inf.utils package, which can be installed from Github via:

devtools::install_github("athowes/inf.utils")