Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 475 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 475 Bytes

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:

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

We use Quarto to render this book.