Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/r-causal/causalworkshop

Install Workshop Materials for Causal Inference in R
https://github.com/r-causal/causalworkshop

Last synced: about 2 months ago
JSON representation

Install Workshop Materials for Causal Inference in R

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# Install the workshop materials for Causal Inference in R

## Installation

You can install causalworkshop from this repository with

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

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

``` r
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:

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