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"
- Host: GitHub
- URL: https://github.com/mvuorre/heterogeneity-uncertainty
- Owner: mvuorre
- License: cc-by-4.0
- Created: 2023-03-21T10:40:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T10:31:28.000Z (10 months ago)
- Last Synced: 2025-09-13T09:05:14.272Z (about 1 month ago)
- Topics: heterogeneity, psychology, r, statistics
- Language: TeX
- Homepage: https://mvuorre.github.io/heterogeneity-uncertainty
- Size: 11 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Communicating causal effect heterogeneity
- Matti Vuorre (mjvuorre@uvt.nl)
- Matthew Kay
- Niall BolgerSource 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.