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

https://github.com/mvuorre/heterogeneity-uncertainty

Manuscript: "Communicating causal effect heterogeneity"
https://github.com/mvuorre/heterogeneity-uncertainty

heterogeneity psychology r statistics

Last synced: 8 days ago
JSON representation

Manuscript: "Communicating causal effect heterogeneity"

Awesome Lists containing this project

README

          

# Communicating causal effect heterogeneity

- Matti Vuorre (mjvuorre@uvt.nl)
- Matthew Kay
- Niall Bolger

Source of *Communicating causal effect heterogeneity* (Vuorre, Kay, Bolger, in prep). Repo at .

## Reproduce / contribute

The source code is written in R as a Quarto document. Steps to reproduce the manuscript:

1. Clone the contents of this repository (e.g. bash: `git clone https://github.com/mvuorre/heterogeneity-uncertainty.git`)
2. Run `make` in `/heterogeneity-uncertainty/`

Or you can use R / RStudio:

1. Make sure the project root is the current working directory (i.e. activate the `heterogeneity-uncertainty.Rproj` R Studio project)
2. Recreate the R environment using renv:
3. Render the document by clicking the "Render" button.