pconn / pref_sampling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pref_sampling

Installation Instructions for TMB and INLA

The TMB/INLA implementation depends on R version >=3.1.1 and a variety of other tools.

First, install the "devtools" package from CRAN

# Install and load devtools package
install.packages("devtools")
library("devtools")

Second, please install the following:

Note: at the moment, TMB and INLA can be installed using the commands

# devtools command to get TMB from GitHub
install_github("kaskr/adcomp/TMB") 
# source script to get INLA from the web
source("http://www.math.ntnu.no/inla/givemeINLA.R")  

About


Languages

Language:TeX 77.1%Language:R 12.8%Language:C++ 10.1%