This repository contains the code for running the experiment described in Bayesian confidence in optimal decisions, and for collecting the associated data.
Author: Joshua Calder-Travis
Psychtoolbox is required to run the experiment. The experiment can be launched using runExperiment
. The data produced can be collected together using collateAllData
, before being converted to a standard format using convertToStandardFormat
. The resulting data is then ready to be used with the main analysis functions. saveAsCsv
can be used to convert the standard format dataset into CSV files.
Reviewed all code prior to use in experiment. Nevertheless, no guarantee or warranty is provided for any part of the code.