Practicals for the Data Train Course "Causal learning" 2023 (V Didelez)
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)