Data Quality Measures in ERPs - ucdavis/erplab GitHub Wiki

As ERPLAB v8, ERPLAB includes new features to assess data quality. For an overview of data quality, see here.

By default, several measures are included -- baseline variability, pointwise SEM, and Analytic Standardized Measurement Error (aSME). These are calculated at the point of running the ERP Averager on a bin-epoched EEG dataset, when an ERP dataset is first created.

ERPLAB_v8_AVG

These measures, their parameters, and time-windows can be customized by setting 'On - custom parameters' at the ERP Averager, and selecting 'Set DQ options'.

Seeing the DQ Measure information

There are multiple options for seeing this data quality information. This can be shown in an interactive table, where measures and bin can be selected, or in summary statistics to the Matlab Command Window, or saved to a separate file (Excel spreadsheet, or Matlab file).

ERPLAB_DQ_menu2

DQ_Table_GUI

In the active ERP dataset, the data quality information is saved in the ERP.dataquality Matlab structure. For more information, see the description here.