You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eegERP.Rmd
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ The following section describes the MATLAB scripts used to manage HAPPE output f
76
76
- In the second section of our script file, we set our "threshold" for the minimum number of trials that need to be retained after pre-processing for a subject's data to be eligible for PCA.
77
77
Additional thresholds can also be set for things like number of channels retained, but these are not currently in use.
78
78
79
-
```
79
+
```matlab
80
80
% Set quality threshold parameters
81
81
trialCutoff = 10;
82
82
```
@@ -1194,7 +1194,7 @@ Comparable scripts have also been created for FishShark and Stop Signal tasks.
1194
1194
1. Create a list of all PCA component files in the specified directory.
1195
1195
This list will contain the full filepaths to each component file which are used to read the data into R.
@@ -1205,27 +1205,27 @@ Comparable scripts have also been created for FishShark and Stop Signal tasks.
1205
1205
This list will be used to rename columns in the final composite dataset according to the name of the component file.
1206
1206
For this reason, the naming convention of each component files is crucial; this will determine how the corresponding column of the composite datafile is named.
@@ -1280,7 +1280,7 @@ Comparable scripts have also been created for FishShark and Stop Signal tasks.
1280
1280
- The grand average data does not have row or column labels, but the columns represent the EEG net channels in numerical order (1-129).
1281
1281
We can therefore use their column index values to select the desired electrodes; so, the list containing the channel numbers should include ONLY numbers.
1282
1282
The code that selects these channels out of the full dataset will rely on numerical input.
0 commit comments