Skip to content

Analysis and anonymized behavioral data for "Adaptive computation as a new mechanism of human attention"

Notifications You must be signed in to change notification settings

CNCLgithub/mot-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOT Analysis

Collection of analysis scripts used for the journal submission of adaptive computation.

Replication

The main reports used in the submission are located under reports/. These are organized by manuscript section. These reports use some preprocessing scripts (e.g., parsing human responses) located under scripts/. This also includes scripts to create some of the figures.

The human and model data can be downloaded as a tar.gz archive here. To extract the dataset run tar -xzf data.tar.gz. The result should be a folder called data/ with three sections corresponding to the manuscript layout (the probes, effort, and accuracy experiments).

Dependencies for main analysis

The main reports used in the submission depend on any recent version of R-studio, in particular the tidyverse and ksmooth packages.

A docker enviroment used for the submission is provided at Dockerfile under the project root.

Dependencies for parsing raw human behavior

The raw behavioral data (collected via https://github.com/CNCLgithub/mot-psiturk) can be parsed by scripts/parsed_db_exp_[probes|effort].py. These will require a python environment with the following dependencies:

numpy
pandas
sqlalchemy

About

Analysis and anonymized behavioral data for "Adaptive computation as a new mechanism of human attention"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages