/estimation_drift

Experimental analysis and modeling for estimation drift manuscript

Primary LanguageR

estimation_drift

Experimental analysis and modeling for estimation drift manuscript

Data

All data is in /data

  • Each file is an individual subject

Analysis

All analysis and modeling code is in /analysis

  • The results presented in the experiment section are all in exp1-analysis_drift.R
  • The results presented in the modeling section are in separate files that begin with estimation_model-analysis_*.R

Experiment

All experiment code is in /src

  • Note the transition from python2 to python3 was, well, a bit unsuccessful...
  • The code is readable to get a sense of how the experiment was run, but may require some tweaking to work in your environment