FIRST统计如何设计矩阵

the design matrices are treated slightly differently by FIRST compared with FEAT. The main difference is that FIRST does not model separate group variances and so ignores the “Group” column in the Glm gui. Another difference is that only F-tests are needed if you just want to look for any change in vertex position.

官网举例了两组差异分析如何矩阵设计,我想进行2x2方差分析,比如组别和性别两个因素 分别两个水平,这个情况应该如何设计矩阵呢?如果看交互效应contrast如何设计?是不是不同于该建议:https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/GLM#ANOVA:_2-factors_2-levels_.282-way_between-subjects_ANOVA.29

我自己觉得FIRST里的shape analysis和其他的分析(比如,VBM)的区别是,得到的指标是每个被试与平均形状的distance,也就是说所有被试的平均distance是0。所以在设置GLM的额外要求是设计矩阵的每列均值为0。可以参考FSL邮件列表里的专家回答:https://www.jiscmail.ac.uk/cgi-bin/wa-jisc.exe?A2=ind1905&L=FSL&P=R111279

嗯嗯,明白了,邮件内容也很详细。但是对于2x2的,有四组,就不太知道怎么设置了
另外对于邮件里的问题,我对native space和MNI space也有点疑问,我能不能这么理解,native space是把所有个体的该结构通过rigid align到同一个位置,计算每个个体该结构顶点投射到mean shape上距离(--useRigidAlign : Uses a 6 Degrees Of Freedom transformation to remove pose from the meshes (see --useScale if you wish to remove size as well). All meshes are aligned to the mean shape from the shape Model 这里的pose我理解的是该结构的三维空间相对位置);然后MNI空间就是不仅统一了位置,还可能引入一些线性配准过程中来的改变。

你还是按照FSL的GLM的wiki(https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/GLM#ANOVA:_2-factors_2-levels_.282-way_between-subjects_ANOVA.29),只要保证每一列均值为0就行。对于2*2 ANOVA的话,看起来Factor effects approach是可以的,只是不需要mean的那一列。

对于你的第二个问题,我觉得是的。(不过我很久没有用过FIRST分析过数据了,已经有点遗忘了)

好的,谢谢老师~