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: 8 months ago
JSON representation
Causal Inference in R: A book!
- Host: GitHub
- URL: https://github.com/r-causal/causal-inference-in-R
- Owner: r-causal
- License: other
- Created: 2021-01-29T15:36:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T00:36:06.000Z (9 months ago)
- Last Synced: 2025-04-11T01:19:49.289Z (9 months ago)
- Language: TeX
- Homepage: https://www.r-causal.org/
- Size: 40.2 MB
- Stars: 213
- Watchers: 12
- Forks: 58
- Open Issues: 101
-
Metadata Files:
- Readme: README.Rmd
- Citation: citations.bib
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.