This is the repository for the paper "Unconscious Visual Working Memory. A critical review and Bayesian meta-analysis". Details about the project can be found on OSF https://osf.io/4bfnm/.
This folder contains the full .Rproj
in order to reproduce all the analysis, figures, tables and supplementary materials. The folder structure is the following:
data/
contains the raw and cleaned datafigures/
contains figures generated for the paperfunctions/
custom functions used in the analysismod/
andmod/sensitivity_analysis
are the folders for fitted models and sensitivity analysis. These folders are empty because of the size. The content of this folder can be reproduced using the1_models.R
and2_sensitivity_analysis.R
scriptobjects/
contains the results of post-processing of themod
folder such as models tables and other relevant metricsrenv/
this folder contains a reproducible R environment in order to have the appropriate version for each relevant packagesupplementary_materials/
contains the.Rmd
file to reproduce the supplementary materials.pdf
tables/
contains all tables in.pdf
and.docx
format
The scripts are numerated and allow to reproduce the entire analysis:
0_preprocessing.R
: takes the raw data and create the cleaned version for the analysis1_models.R
: for fitting all the relevant models2_sensitivity_analysis.R
: for computing the prior and LOO sensitivity analysis3_post_processing_models.R
: for creating models tables and summary statistics4_post_processing_sensitivity.R
: for creating sensitivity analysis tables and summary statistics5_creating_figures.R
: to reproduce figures of the paper6_creating_tables.R
: to reproduce tables of the paper