RamiKrispin / causal_inference_r_workshop

Causal Inference in R Workshop

Home Page:https://r-causal.github.io/causal_workshop_website/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Causal Inference in R Workshop

Slides

Installing materials locally

We will be using Posit Cloud for the workshop, but if you would like to install the required packages and course materials, we have an R package called {causalworkshop} to help you do that! You can install {causalworkshop} from GitHub 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")

About

Causal Inference in R Workshop

https://r-causal.github.io/causal_workshop_website/


Languages

Language:JavaScript 46.6%Language:HTML 43.6%Language:CSS 9.6%Language:SCSS 0.2%