This book is in Open Review. I want your feedback to make the book better for you and other readers. To add your annotation, select some text and then click the on the pop-up menu. To see the annotations of others, click the in the upper right hand corner of the page

Cours 31 Inla-Inlabru statistiques bayésiennes spatialisées

Formateur : , Thomas Opitz

31.1 Install INLA R package

https://www.r-inla.org/download-install

install.packages("INLA", repos = c(getOption("repos"), INLA="https://inla.r-inla-download.org/R/stable"), dep=TRUE)

31.2 Other packages

install.packages(c('inlabru', 'raster', 'tidyverse', 'sf', 'ggplot2', 'ggpolypath', 'rgeos', 'viridis'))

31.3 Load packages

library(INLA);library(inlabru);
library(raster);library(tidyverse);library(sf)
library(ggplot2);library(ggpolypath);library(rgeos);library(viridis)