This repository will contain a number of miscellaneous functions to streamline model-based geostatistical analyses as applied in several SEEG projects.
seegMBG
depends on the INLA R package which isn't available on CRAN.
If you don't already have INLA installed, you'll have to install it before seegMBG
.
At the time of writing, the best way to install the latest stable version of INLA is like this:
install.packages('INLA', repos = 'http://www.math.ntnu.no/inla/R/stable')
though see the INLA website for more up-to-date details.
This package also depends on the SEEG package seegSDM
which can be installed from its own GitHub repository with the devtools
R package:
devtools::install_github('SEEG-Oxford/seegSDM')
You can then install this package with devtools
:
devtools::install_github('SEEG-Oxford/seegMBG')