Questions tagged [r-inla]

R-INLA is a package in R that do approximate Bayesian inference for Latent Gaussian Models. This site is dedicated to that package and methodological developments that goes along with it.

What is INLA?

The integrated nested Laplace approximation (INLA) is a method for approximate Bayesian inference. In the last years it has established itself as an alternative to other methods such as Markov chain Monte Carlo because of its speed and ease of use via the R-INLA package. Although the INLA methodology focuses on models that can be expressed as latent Gaussian Markov random fields (GMRF), this encompasses a large family of models that are used in practice.

This manual describes the INLA program, a new instrument which allows the user to easily perform approximate Bayesian inference using integrated nested Laplace approximation (INLA). We describe the set of models which can be solved by the inla program and provide a series of worked out examples illustrating its usage in details. Appendix A contains a reference manual for the inla program.

https://www.r-inla.org/home

32 questions
0
votes
0 answers

Errors installing R-INLA

I have a problem. I am writing on my masterthesis and for my research question I have to use R-INLA. I tried to install the INLA-Package several times but there is an Error and it doesn't work. https://www.r-inla.org/download-install When I try to…
0
votes
0 answers

how to set repo for shiny deployment, not working

I'm running into a deployment issue for my Shiny app.. I'm using a non-CRAN package called R-INLA. It can be installed from here: install.packages("INLA",repos=c(getOption("repos"),INLA="https://inla.r-inla-download.org/R/testing"), dep=TRUE) The…
jdsimkin04
  • 131
  • 1
  • 5
1 2
3