From f085ee21c7d57e9e38b5469291245a3492ba24a1 Mon Sep 17 00:00:00 2001 From: Tobias Gerstenberg Date: Mon, 29 Apr 2024 10:09:40 -0700 Subject: [PATCH] . --- README.md | 52 +++++++++++++++++++++++++--------------------------- 1 file changed, 25 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 6d50419..c6d3750 100644 --- a/README.md +++ b/README.md @@ -9,42 +9,40 @@ People often select only a few events when explaining what happened. What drives ## Pre-registrations - - +- the pre-registrations for all experiments may be accessed via the Open Science Framework [here](https://osf.io/fpyst/) +- separate links for each experiment: + - [Condition "Hard Intervention / Negative Outcome"](https://osf.io/8k9sy) + - [Condition "Hard Intervention / Positive Outcome"](https://osf.io/7qzu9) + - [Condition "Soft Intervention / Negative Outcome"](https://osf.io/aw286) + - [Condition "Soft Intervention / Positive Outcome"](https://osf.io/dmgcw) + - [Condition "Fixed Intervention / Negative Outcome"](https://osf.io/49bfq) + - [Condition "Fixed Intervention / Positive Outcome"](https://osf.io/rbu7y) ## Repository structure ``` +. ├── code -│   ├── R +│   └── R ├── data ├── docs -│   ├── experiment1 (Hard Intervention) -│   ├── experiment2 (Soft Intervention) -│   └── experiment3 (Fixed Intervention) -└── figures -│  └── plots +│   ├── analyses +│   ├── experiment_1 +│   ├── experiment_2 +│   └── experiment_3 +├── figures +│   └── plots └── writeup + └── cogsci ``` ### code This folder contains two types of R scripts. -The model predictions can be seen here. +- The model predictions can be seen [here](https://cicl-stanford.github.io/explanation_intervention/analyses/model/index.html) -The analyses and plots can be seen here +- The analyses and plots can be seen [here](https://cicl-stanford.github.io/explanation_intervention/analyses/experiments/index.html)