- Installing Software & Packages
- Why Networks?
- What are Networks?
- Constructing a Network
- Correlation Networks
- Conditional Independence Networks
May 4, 2016
install.packages('qgraph') # Network visualization install.packages('mgm') # Mixed Graphical Models & mixed VAR install.packages('httr') # Download data files from https
library(qgraph) library(mgm) library(httr)
Download the R-file with all exercises here:
(Here you can also find the slides)