Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:antisaccade [2025/03/28 16:34] – vid79 | tools:antisaccade [2025/04/01 12:41] (current) – [EOG Data] code formatting, add link will | ||
---|---|---|---|
Line 34: | Line 34: | ||
==== Exclusion Criteria ==== | ==== Exclusion Criteria ==== | ||
- | - Fewer than 25 viable trials (this means they have to have 25 (n) that are not dropped/ scored as -1 (can be 0,1,2)) - this is because that would be like the minimal | + | - Fewer than 25 viable trials (this means they have to have 25 (n) that are not dropped/ |
- Less than 50% 'on task' trials (coded as 1,2) | - Less than 50% 'on task' trials (coded as 1,2) | ||
- | - Statistical outliers by the residuals of the model; | + | - Statistical outliers by the residuals of the model; |
- | + | ||
- | -thank you Ashley | + | |
+ | -in progress | ||
===== Behavioral Data ===== | ===== Behavioral Data ===== | ||
//RAW FILES FROM EYE TRACKER ARE EDF OR EYD----- NEED TO BE CONVERTED TO ASC FOR SCRIPT TO WORK// | //RAW FILES FROM EYE TRACKER ARE EDF OR EYD----- NEED TO BE CONVERTED TO ASC FOR SCRIPT TO WORK// | ||
Line 73: | Line 72: | ||
Raw files from EEG are .bdf and can be read immediately into MATLAB script | Raw files from EEG are .bdf and can be read immediately into MATLAB script | ||
- | - Open MATLAB scoring script '' | + | - Open MATLAB scoring script |
- | - Identify data location [if Habit: / | + | - Identify data location [if Habit: |
- | - Grab subject*_anti.bdf and subject*_eyecal.bdf | + | - Grab '' |
- | - Information on stimulus channel output [https:// | + | - Information on stimulus channel output, see [[https:// |
- Run script? Should export long-format csv with all variables of interest that can be pulled into R | - Run script? Should export long-format csv with all variables of interest that can be pulled into R | ||
Line 84: | Line 83: | ||
- Data should have a row for every trial (repeating lunaid) and saccade information per column (ex: dot position, trial type, latency, number of saccades, and computed event outcome) | - Data should have a row for every trial (repeating lunaid) and saccade information per column (ex: dot position, trial type, latency, number of saccades, and computed event outcome) | ||
- Clean data by extracting lunaid, visit date, neutral vs reward trials, mutate variables you want like mean latency of correct trials, correct response rate (percent of correct trials; accuracy), percent of error corrected trials (error rate), latency variability for correct trials | - Clean data by extracting lunaid, visit date, neutral vs reward trials, mutate variables you want like mean latency of correct trials, correct response rate (percent of correct trials; accuracy), percent of error corrected trials (error rate), latency variability for correct trials | ||
- | - Turn to wide format so each row represents a single participant [see code / | + | - Turn to wide format so each row represents a single participant [see code '' |
Line 90: | Line 89: | ||
- | - Analyze variables of interest [ / | + | - Analyze variables of interest ['' |
- | - | ||
===== EEG Data (EPrime) ===== | ===== EEG Data (EPrime) ===== |