Repo to store all downstream data for PEDLR.

Christoph Koch 68a51730cc Add figure pdfs and rename seplr to valence in figs 7 months ago
.datalad a3c52f4328 [DATALAD] new dataset 10 months ago
analysis a461086d3f Update rendered results_02 after adding average AICc comparison 8 months ago
figures 68a51730cc Add figure pdfs and rename seplr to valence in figs 7 months ago
model_fitting acfdd24fce Modelling results and analysis/results_02 for new bandit init (first three updates kicked out of LL calculation) 9 months ago
parameter_recovery 19e8776a24 full model recov randbetas TRUE and randbetas FALSE 8 months ago
posterior_pred_checks d2838edc51 postpred data and results with updated bandit_init 8 months ago
simulation 70b6576585 Did files exit annex? 10 months ago
.gitattributes ce0657b272 Make sure README.md and LICENSE are not annexed 10 months ago
.gitignore 68a51730cc Add figure pdfs and rename seplr to valence in figs 7 months ago
LICENSE 0f9bfa5964 Add license and readme 10 months ago
README.md 68f7a28703 Update 'README.md' 10 months ago

README.md

pedlr-derivatives

Repo to store all results originating from PEDLR experiment data.

Data set structure

├── LICENSE               # License file (CC BY-SA 4.0)
├── README.md             # This file
├── analysis              # Dir containing .html files of analysis notebooks
│   ├── results_01.html       # Main results (behavior)
│   ├── results_02.html       # Main results (modeling)
│   └── (...)
├── figures               # Dir containing .pdf of figures and .tsv to reproduce
│   └── (...)
├── model_fitting         # Dir containing results of model fitting
│   └── (...)
├── parameter_recovery    # Dir containing parameter recovery results
│   └── (...)
└── simulation            # Dir holding simulations of models playing the task
    └── (...)