wanderine / BROCCOLI

BROCCOLI: Software for Fast fMRI Analysis on Many-Core CPUs and GPUs
GNU General Public License v3.0
113 stars 38 forks source link

RandomiseGroupLevel for repeated measures #50

Open idotoren opened 6 years ago

idotoren commented 6 years ago

Hi, I was wondering if it is possible to control for permutations within groups/subjects. This is possible in FSL randomise by adding -e design.grp file, which basically restrict randomisation within a group (so for repeated measures you need to set a different group identifier (e.g. number) for each subject). many thanks

Ido

wanderine commented 6 years ago

Hi,

it is not possible at the moment, but you can in FSL randomise save the permutations as a text file (option -P) and then read them into BROCCOLI (option -permutationfile).

2018-05-01 13:07 GMT+02:00 idotoren notifications@github.com:

Hi, I was wondering if it is possible to control for permutations within groups/subjects. This is possible in FSL randomise by adding -e design.grp file, which basically restrict randomisation within a group (so for repeated measures you need to set a different group identifier (e.g. number) for each subject). many thanks

Ido

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/wanderine/BROCCOLI/issues/50, or mute the thread https://github.com/notifications/unsubscribe-auth/AEGryLW-cnXt4R6w4c5zanmgNpMVKPFZks5tuEILgaJpZM4Tt0pp .

-- Anders Eklund, PhD

idotoren commented 6 years ago

Thanks for the quick reply, I'll try that.

Ido