Skip to content

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

Notifications You must be signed in to change notification settings

bips-hb/DataTrainCausalLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3b6265c · Dec 5, 2023

History

33 Commits
Nov 28, 2023
Dec 5, 2023
Dec 5, 2023
Dec 5, 2023
Dec 5, 2023
Nov 30, 2021
Dec 5, 2023
Dec 5, 2023
Nov 28, 2023

Repository files navigation

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)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages