Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/r-causal/causal-inference-in-R

Causal Inference in R: A book!
https://github.com/r-causal/causal-inference-in-R

Last synced: 1 day ago
JSON representation

Causal Inference in R: A book!

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%"
)
```

# Causal Inference in R

This repository contains the source code for the book *Causal Inference in R.*

## Installation

After cloning this repository, you can install the package dependencies for this book with:

``` r
# install.packages("remotes")
remotes::install_deps(dependencies = TRUE)
```

We use [Quarto](https://quarto.org/) to render this book.