fahrenfort / ADAM

the Amsterdam Decoding And Modeling (ADAM) toolbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the different between results with different numbers of cfg.filenames?

amazinger13 opened this issue · comments

Hi Johannes, I ran my data with ADAM toolbox twice. First I had all subjects' filenames defined in the cfg.filenames, and second I defined only one subject. The results of the same subject turned out to be quite different. Why should this happen? Thanks.

Dear amazinger13, sorry but you have to describe more clearly what your problem is. Any reanalysis will yield a slightly different result at the level of single subjects due to a different randomization of folds (if you do a k-fold analysis). This is normal, although at a group level these differences should be minimal. Naturally there will also be differences between a single subject analysis and a group analysis, but I assume that's not what you mean. Without a much clearer description of your problem I can't help you. Cheers, Johannes

Dear amazinger13, sorry but you have to describe more clearly what your problem is. Any reanalysis will yield a slightly different result at the level of single subjects due to a different randomization of folds (if you do a k-fold analysis). This is normal, although at a group level these differences should be minimal. Naturally there will also be differences between a single subject analysis and a group analysis, but I assume that's not what you mean. Without a much clearer description of your problem I can't help you. Cheers, Johannes

Thanks Johannes. The randomization might be the reason for the difference.
I raised this question because in your paper (Fahrenfort et al., 2018, Frontiers in Neuroscience), I found this description "Another way to reduce computation time is by lowering the number of subjects in cfg.filenames, e.g., from 19 to 10 (another 50% reduction). Both these changes (another one is lowering cfg.nfold) can be made in the first-level script in section 2.9, and will have little effect on the qualitative patterns of single-subject and group-level results, although some effects may not reach significance. " I know that the lowering cfg.nfold will decrease the number of trials in the training sample, and thus decrease the power of the classifier, but I wonder why the decrease of the number of subjects (in cfg.filenames) would also lead to that "some effects may not reach significance."

It's very clear now. Thanks a lot for your time.