Open Remi-Gau opened 4 months ago
Dear @Remi-Gau,
this is not a bug or an issue, but simply a missing feature.
As far as I cant tell this is GoF is by designed made to only work on subject level analysis, am I correct?
Yes, this is correct. Unfortunately, MA_inspect_GoF
only works for first-level GLMs. However, I have already extended the cvLME-based model assessment to second-level GLMs (see MA_cvLME_other.m, also see this OHBM 2019 poster), so it would definitely be possible to implement this for MA_inspect_GoF.m (some things would even simplify!).
I'll leave this issue open as a reminder for me to work on this, but can't promise fast results, as examinations and holidays are ahead...
Cheers Joram
No worries and no rush. Thanks for the quick confirmation.
The issue was raised here: https://github.com/cpp-lln-lab/bidspm/issues/1237
See for example:
This would correspond to an error thrown here:
https://github.com/JoramSoch/MACS/blob/bce5dda1acbd93468c468bdc2833f35a0bec8105/MA_inspect_GoF.m#L276
As far as I cant tell this is GoF is by designed made to only work on subject level analysis, am I correct?