README.md

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)


bips-hb/DataTrainCausalLearning documentation built on Dec. 5, 2023, 8:32 p.m.