Solved – How to use the Laplace approximation to fit a spatial GLM model

generalized linear modelmodelingr

I would like to fit a spatial generalized linear mixed model, for example, to model spatial count responses by using the Laplace approximation in available statistical software.

I am particularly interested in implementations in R.

Best Answer

Nested Laplace approximations can be used to fit various spatial models. Papers, tutorials, and lots of examples can be found here

Related Question