Description Usage Arguments Details Value Author(s) See Also Examples
This function creates a new set of data frames from two sets of paired ERP data frames. The values are obtained by subtracting the values of the second set from the first set. All data frames must be in the same erplist.
1 2 | create.diff(base1, base2, numbers, outname = NULL, erplist,
fileinfo = 1)
|
base1 |
a vector of strings indicating the beginning of the name of the first series of data frames containing ERP data. |
base2 |
a vector of strings indicating the beginning of the name of the second series of data frames containing ERP data. |
numbers |
the numbers of the subjects to be subtracted by the function. |
outname |
the |
erplist |
a list containing the ERP data frames specified in |
fileinfo |
a number indicating from which set of objects specified in the argument |
For more information on the fileinfo
argument, see Details section of import.erp
.
A series of ERP data frames obtained by subtracting one specified set from the other.
Giorgio Arcara
1 2 3 4 5 6 | data(erplistExample)
ERPdiff=create.diff("Exp1_word_subj", "Exp1_nonword_subj", 1:20,
outname="Exp1_diff_subj", erplist=erplistExample)
erplistExample=c(erplistExample, ERPdiff)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.