I can't run the 3dClusterize function after 3dttest, it seems the _Zsc sub-brick of the 3dttest output is not recognize as stat
What does 3dinfo
reveal about the 3dttest++ output?
3dinfo -verb 3dttest++output
Stringent clustering may not always be a valid methodology for result reporting. Firstly, clusters often lean towards being overly conservative due to the questionable assumption inherent in mass univariate modeling. Secondly, their boundaries can be arbitrary, lacking direct neurological relevance. Thirdly, a cluster can span multiple anatomical regions, making it problematic to rely solely on a peak voxel to represent the entire cluster, resulting in significant information loss.
As an alternative approach, one may set a threshold (e.g., a voxel-level p-value of 0.01 or 0.02) and then determine an appropriate cluster threshold based on voxel resolution and anatomical structures (e.g., 20). Subsequently, adopting a "highlight, but don't hide" strategy when presenting results can be more aligned with open science principles and enhance reproducibility, as argued in papers such as this and this. This video may also help.
is there a usage of RBA that would be doing a clustering like 3dclustsim and 3dclusterize might? Meaning making RBA pick the ROIs that are significant rather than picking them myself ?
RBA-based modeling, as explained here, is designed to address multiplicity through an integrative approach; therefore, no additional step is required. Given that the statistical evidence is on a continuous spectrum, you may consider it in conjunction with your domain knowledge.
are the "GLM" results provided by RBA done in a 3dttest-like program ?
The main RBA results in the output should be your focus. The GLM output comes from a separate model at each ROI. In other words, it is provided as a byproduct for reference only.
Gang