Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 405 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 405 Bytes

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")