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 12:17] – [Versions] will | tools:antisaccade [2025/04/01 12:41] (current) – [EOG Data] code formatting, add link will | ||
---|---|---|---|
Line 8: | Line 8: | ||
===== Versions ===== | ===== Versions ===== | ||
- | * [[: | ||
- | * Projects: [[: | ||
- | * Code: | ||
- | * https:// | ||
- | * '' | ||
- | * '' | ||
- | * '' | ||
- | * [[: | ||
- | * [[: | ||
- | * [[grants: | ||
- | * '' | ||
- | * output like '' | ||
- | * [[: | ||
- | ^ | + | The breakdown of antisaccade tasks is below. For all [[: |
- | |[[: | + | |
- | |[[: | + | ^Version^ sides ^ cue ^ timing ^ |
+ | |[[: | ||
+ | |[[: | ||
|[[: | |[[: | ||
|[[: | |[[: | ||
Line 30: | Line 19: | ||
^ Dates ^ Project ^ Location ^ version ^ Tracker ^ File ^ | ^ Dates ^ Project ^ Location ^ version ^ Tracker ^ File ^ | ||
- | | | Cog | Loef | DollarReward | + | | | Cog | Loef | DollarReward |
- | | | Cog | NIC | DollarReward (MR) | ASL LRO | | | + | | | Cog | NIC | DollarReward (MR) | ASL LRO | | |
- | | | Reward| Loef | Bars | ASL | | | + | | | Reward| Loef | Bars | ASL | | |
- | | | Reward| MRRC | Bars (MR) | ASL LRO | | | + | | | Reward| MRRC | Bars (MR) | ASL LRO | | |
- | | | PET | MRRC (mMR) | Frogger | + | | | PET | MRRC (mMR) | Frogger |
- | | | 7T | Loef | Anti | ASL | | | + | |2018-01-24 - 2022-10-27 |
- | | | 7T | BST3 | mgs_encode | + | | | 7T | BST3 | mgs_encode |
- | | | 7T | EEG | Anti | EOG | | | + | | | 7T | EEG | Anti | EOG | | |
- | | | Habit | Loef | DollarReward | + | | | Habit | Loef | DollarReward |
- | | | Habit | EEG | DollarReward?? | + | | | Habit | EEG | DollarReward |
- | | | SPA | Loef | + | | | SPA | Loef |
+ | | | SPA | EEG | Anti | EOG | | | ||
+ | |||
+ | |||
+ | ==== Exclusion Criteria ==== | ||
+ | - 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) | ||
+ | - Statistical outliers by the residuals of the model; ppt whose residuals are ±2 SD from the mean across any measure | ||
+ | |||
+ | -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 66: | Line 64: | ||
* '' | * '' | ||
- | **percent of error corrected trials is computed as trials scored 2/0+1+2, can be computed as 2/1+2. | + | percent of error corrected trials is computed as trials scored 2/0+1+2, can be computed as 2/1+2. |
===== EOG Data ===== | ===== EOG Data ===== | ||
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 | ||
+ | |||
+ | Processed csv read into R | ||
+ | |||
+ | **STEPS REPEATED AS ABOVE FOR BEHAVIORAL DATA** | ||
+ | - 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 | ||
+ | - Turn to wide format so each row represents a single participant [see code ''/ | ||
+ | |||
+ | |||
+ | **percent of error corrected trials is computed as trials scored 2/1+2. | ||
+ | |||
+ | |||
+ | - Analyze variables of interest [''/ | ||
+ | - | ||
===== EEG Data (EPrime) ===== | ===== EEG Data (EPrime) ===== | ||
For [[: | For [[: |