/brinla

Bayesian Regression with INLA

Primary LanguageRGNU General Public License v3.0GPL-3.0

This R package contains data and R code from the book entitled "Bayesian Regression with INLA".

To install it:

  1. Install INLA from https://www.r-inla.org/download-install (if you have not already done so)

  2. Install the devtools R package. (if you have not already done so)

  3. Install brinla

remotes::install_github("julianfaraway/brinla")