Implementing crossnobis RSA when each run only has half of the conditions #425
Unanswered
jimzhang629
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi @jimzhang629 , |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am trying to do crossnobis RSA using rsatoolbox's methods on my fmri dataset. However, my experiment is a little convoluted and I'm not sure exactly how to do this using rsatoolbox's methods out of the box.
In my experiment, blocks can be one of four block types A,B,C,D. Each block type contains four unique conditions. Thus, I have 16 conditions total.
I have four runs. Each run contains two blocks, with the caveat that the two blocks in the same run will not be of the same block type, and also that block types A and C, and B and D are will not be in the same run. Which block types each run contains is randomly assigned per subject, with the constraint that each block type will appear in two runs across the experiment.
Example structure for one subject
Run 1
Run 2
Run 3
Run 4
Summary of constraints
Basically, what this means is that in each run, only 8 of the 16 conditions that I want to compare in my RSA are represented. I looked into creating partial RDMs for each run and then averaging, but I'm not sure how this would work in a crossnobis implementation where I want to cross-validate across runs.
Any advice would be greatly appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions