-
Notifications
You must be signed in to change notification settings - Fork 53
regressors for error and feedback events. #173
Description
Dear Dr.Kay,
Thank you very much for developing awesome tool!
I wanted to ask about the design matrix.
Let's say there is a hypothetical flanker task where there are 6 conditions (2 X 3; high vs. low loads X target color red vs. blue vs. grey). The feedback (O or X) is given on each trial. The interval between stimulus and feedback is jittered. The correct trial is coded as one of 6 conditions and the incorrect trials are coded as Error.
In this design, I'm thinking of two design matrix although my interest is the 6 conditions:
- columns of the design matrix: 6 conditions + error + feedback
- columns of the design matrix: 6 conditions
I think error and feedback can explain some variance in data but the second design matrix seems okay in GLMsingle because omitting error and feedback regressors can make blank time.
But, I'm not sure which one is optimal..
Thank you in advance!