SVEPM2019

SVEPM 2019 workshop on Multivariate analysis using Additive Bayesian Networks

Getting started checklist

In order to best profit from the workshop please follow the instruction below. R is a programming language that is especially powerful for data exploration, visualization, and statistical analysis. To interact with R, we recommend to use RStudio.

  1. Install R
  2. Install RStudio (not mandatory but strongly recommended)
  3. Install abn:
    install.packages("abn")
    
  4. Install INLA
    install.packages("INLA", repos=c(getOption("repos"), INLA="https://inla.r-inla-download.org/R/stable"), dep=TRUE)
    
  5. Install Rgraphviz
    if (!requireNamespace("BiocManager", quietly = TRUE))
     install.packages("BiocManager")
    BiocManager::install("Rgraphviz", version = "3.8")
    
  6. Install JAGS. Operating System dependant