tramarobin / fctSnPM

Using spm1d package (v.0.4.3), compute anova and post-hoc tests from anova1 to anova3rm, with a non-parametric approach (permutation tests)
GNU General Public License v3.0
2 stars 2 forks source link

[JOSS Review] Output explanation #5

Closed 0todd0000 closed 3 years ago

0todd0000 commented 3 years ago

The scripts generate a number of output files, but these outputs are explained in neither the online documentation nor in fctSPM.m. Please add an explanation of outputs, preferably both to the online documentation and to fctSPM.m.

tramarobin commented 3 years ago

Output descriptions was added in fctSPM.m and on the online documentation

0todd0000 commented 3 years ago

OK. The online documentation states anova.m, but I cannot find this file. Should this be ANOVA.mat?

0todd0000 commented 3 years ago

Similarly, I can not find a posthoc.m file. This should probably be posthoc.mat. Please change .m to .mat in the online documentation and in the source code comments.

tramarobin commented 3 years ago

Sorry you are right, the files are anova.mat in the ANOVA folder and posthoc.mat in the Post hoc folder.

This was modified in the online documentation and in fctSPM documentation as well.

0todd0000 commented 3 years ago

OK, thank you.