Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/r-causal/causal-inference-in-R
- Owner: r-causal
- Created: 2021-01-29T15:36:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T16:43:50.000Z (8 months ago)
- Last Synced: 2024-05-01T14:48:41.910Z (6 months ago)
- Language: TeX
- Homepage: https://www.r-causal.org/
- Size: 31 MB
- Stars: 138
- Watchers: 13
- Forks: 34
- Open Issues: 98
-
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.