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

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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