- Matti Vuorre ([email protected])
- Matthew Kay
- Niall Bolger
Source of Communicating causal effect heterogeneity (Vuorre, Kay, Bolger, in prep). Repo at https://github.com/mvuorre/heterogeneity-uncertainty.
The source code is written in R as a Quarto document. Steps to reproduce the manuscript:
- Clone the contents of this repository (e.g. bash:
git clone https://github.com/mvuorre/heterogeneity-uncertainty.git
) - Run
make
in/heterogeneity-uncertainty/
Or you can use R / RStudio:
- Make sure the project root is the current working directory (i.e. activate the
heterogeneity-uncertainty.Rproj
R Studio project) - Recreate the R environment using renv: https://cloud.r-project.org/web/packages/renv/index.html
- Render the document by clicking the "Render" button.