Questions about setting up a design matrix and stimuli repetition #195
-
|
Hi! I’ve really enjoyed reading GLMsingle paper, and I’m now using GLMsingle for my own project. However, while working with it, I’ve run into a few issues and wanted to check whether I’m setting up the design matrix correctly. About my experiment: There are 6 runs.
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
A few thoughts:
|
Beta Was this translation helpful? Give feedback.
-
|
Yes, I am coding Nogo as a condition. My reasoning was that Nogo trials are still stimuli, so it made sense to include them as regressors. In my case, even the Nogo category consists of 5 different stimuli (the number of “x” characters varies from 4 to 8). I was unsure whether I should model them as 5 separate regressors or collapse them into a single Nogo regressor.
The considerations are similar to the prior issue that I commented on. It likely won't make a big difference.
Given this, I think I will start by modeling each stimulus separately (i.e., one regressor per stimulus), since I want to test several trial-level hypotheses beyond the broad categories of word vs. pseudoword vs. Nogo. If time and computational resources permit, I may later compare this with a more compact model using only the three category-level regressors.
I understand the logic you are stating here. But note that GLMsingle ultimately gives you a separate estimate for every single trial in your experiment and does so in a way that shouldn't greatly depend on the design matrix specification you provide it (including the choice of what to group together that you have been deliberating about). So, you could try even the three category-level regressor approach
|
Beta Was this translation helpful? Give feedback.
A few thoughts: