Nunez, M. D., Gosai, A., Vandekerckhove, J., & Srinivasan, R. (2019). The latency of a visual evoked potential tracks the onset of decision making. NeuroImage. doi: 10.1016/j.neuroimage.2019.04.052
Email Michael if you cannot find a copy of the paper.
EEG measures of neural processing reflect visual encoding time (encodingN200) before evidence accumulation during human decision making
Authors: Michael D. Nunez, Aishwarya Gosai, Joachim Vandekerckhove, and Ramesh Srinivasan from the Cognitive Sciences Department at the University of California, Irvine
Encoding of a sensory stimulus is believed to be the first step in perceptual decision making. In this study, we report evidence that visual evoked potentials (EPs) around 200 ms after stimulus presentation track the time of visual figure-ground segregation before the onset of evidence accumulation during decision making. These EP latencies vary across individuals, are modulated by external visual noise, and increase response time by x milliseconds when they increase by x milliseconds. Hierarchical Bayesian model-fitting was also used to relate these EPs to a specific cognitive parameter that tracks time related to visual encoding in a decision-making model of response time. This work adds to the growing literature that suggests that EEG signals can track the component cognitive processes of decision making.
In this study, we directly tested the hypothesis that N200 latencies (EEG stimulus-locked negative peaks occurring between 150 and 275 milliseconds in human subjects) reflect visual processing time that occurs before evidence accumulation during quick decision making.
MATLAB Repository: artscreenEEG
R (for figures)
Python 2 and Scientific Python libraries
Note that the Python scripts in this repository were written in Python 2.7 (before Python 2 was mostly replaced by Python 3 for scientific analysis). You may want to create a local environment to run Python 2.7. For example:
conda create -y -n N200 python=2.7
conda activate N200
For these next 3 install steps in Ubuntu, see directions here.
Python Repository: pyjags, can use pip:
pip install pyjags
Warning: Install pyjags on Python 2.7 may be difficult.
The repository can be cloned with git clone https://github.com/mdnunez/encodingN200.git
The repository can also be may download via the <>Code -> Download zip button above.
encodingN200 is licensed under the GNU General Public License v3.0 and written by Michael D. Nunez, Aishwarya Gosai, Joachim Vandekerckhove, and Ramesh Srinivasan from the Cognitive Sciences Department at the University of California, Irvine.
Minor updates were made by Michael D. Nunez at the University of Amsterdam, Psychological Methods in 2023.
Lui, K. K., Nunez, M. D., Cassidy, J. M., Vandekerckhove, J., Cramer, S. C., & Srinivasan, R. (2020). Timing of readiness potentials reflect a decision-making process in the human brain. Computational Brain & Behavior.
Nunez, M. D., Vandekerckhove, J., & Srinivasan, R. (2017). How attention influences perceptual decision making: Single-trial EEG correlates of drift-diffusion model parameters. Journal of Mathematical Psychology, 76, 117-130.
Nunez, M. D., Srinivasan, R., & Vandekerckhove, J. (2015). Individual differences in attention influence perceptual decision making. Frontiers in Psychology, 8.
Posterior samples for Models 1 and 2 from the paper can be found on here.