Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 948 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 948 Bytes

DataTrainCausalLearning

Practicals for the Data Train Course "Causal learning" 2023 (V Didelez)

Installation

Install the following programs before the course:

# Install the following R packages within R/RStudio (please keep the order)

install.packages(c("remotes", "BiocManager"))
BiocManager::install("graph")
BiocManager::install("RBGL")
BiocManager::install("Rgraphviz")

# now install our course package
remotes::install_github("bips-hb/DataTrainCausalLearning", build_vignettes = TRUE)

# ... building the vignettes will aso take a while.... please be patient.

library(DataTrainCausalLearning)