Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 825 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 825 Bytes

About

This implements the regression-based waveform estimation (rERP) analysis detailed in:

Delogu, F., Brouwer, H., and Crocker, M. W. (2021). When components collide: Spatiotemporal overlap of the N400 and P600 in language comprehension. Brain Research. doi: 10.1016/j.brainres.2021.147514

Getting started

Clone this repository, download the data files (see Releases) and decompress them in the repository folder.

Requirements

To run the analysis, you need:

  • A recent version of Python 3, with recent versions of:
    • NumPy
    • pandas
    • SciPy
    • Matplotlib
  • GNU Make (optional)

Usage

To build the rERP analysis, including all graphs and time-window averages:

$ make analysis

To undo everything:

$ make clean