Skip to content

Commit e749375

Browse files
Update README
1 parent 8ca8f7c commit e749375

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,26 @@ by Filippo Ferrari, Jesse Alexander and Peggy Seriès (2023).
99
- R version 3.6.3
1010
- hBayesDM version 1.2.1
1111
- Stan version 2.21.7
12-
12+
- HDDM version 0.8.0 (and python 3.6 for it)
13+
1314

1415
# Data
1516
- `data_anx_gad7_prior.csv` contains the individual demographic and fitted parameters for the data split according to a GAD-7 score median split of the data.
17+
- `data_anx_gad7_prior_hddm.csv` is the same as`data_anx_gad7_prior.csv` but with the HDDMs parameter estimates from the `atvz` hddm model included.
1618
- `data_single_prior.csv` contains the individual demographic and fitted parameters for the data fitted using a single prior encompassing all participants.
1719
- `hbayesdm_data` contains the individual choice data processed to be used by hBayesDm.
1820

1921

2022
# JASP
2123
The JASP file contains the entire statistical analysis reported in the paper.
24+
`data_anx_gad7_prior_hddm.jasp` contains the statistical analysis of the HDDMs parameter estimates.
2225

2326

2427
# R
2528
The `fit_all.r` script fits all hBayesDm models used in the paper.
26-
It reports MCMC fitting checks, models comparison and reproduces fig.3 in the paper.
29+
It reports MCMC fitting checks, models comparison and reproduces fig.2 in the paper.
30+
2731

32+
# HDDMs
33+
The `fit_all.py` script fits all the HDDMS models used in the paper.
34+
The `analysis_` and `winning_model_atvz` notebooks contain the analysis on the HDDMs parameter estimates.

0 commit comments

Comments
 (0)