Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 697 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 697 Bytes

Install the workshop materials for Causal Inference in R

Installation

You can install causalworkshop from this repository with

install.packages("remotes")
remotes::install_github("malcolmbarrett/causalworkshop")

Once you’ve installed the package, install the workshop with

causalworkshop::install_workshop()

By default, this package downloads the materials to a conspicuous place like your Desktop. You can also tell install_workshop() exactly where to put the materials:

causalworkshop::install_workshop("a/path/on/your/computer")