Learn R Programming

erpR (version 0.2.0)

check.erplist: check consistency of an erplist

Description

The function performs a series of check on an erplist (a list containing ERP data frames according to the rationale of the erpR package).

Usage

check.erplist(erplist=NULL)

Arguments

erplist
an erplist object containing ERP data frames.

Value

The function return the errors found on the erplist.

Details

The function checks the following errors: 1) check for duplicate data frames; 2) check for data frames with names without number specified; 3) check for unbalanced combinations of base and number. For an explanation of the meaning of base and numbers see erpR.

Examples

Run this code

data(ERPsets)
check.erplist(ERPsets)

Run the code above in your browser using DataLab