0todd0000 / spm1d

One-Dimensional Statistical Parametric Mapping in Python
GNU General Public License v3.0
61 stars 21 forks source link

anova2rm gammaln error #223

Closed jeannedury closed 1 year ago

jeannedury commented 1 year ago

Hi, I try to used the anova2rm function for spm analysis but I meet the following error message:

erreur

Do you have any idea to resolve the problem ? Thank you very much.

0todd0000 commented 1 year ago

I've not seen this error so I'm not sure what is causing the problem. Can you please enter disp( spmilist ) and copy the output here?

jeannedury commented 1 year ago

I tried to enter disp ( spmilist), the output is below :

disp(spmilist) Unrecognized function or variable 'spmilist'.

Did you mean:

disp(spmlist)

So I tried with disp (spmlist) and the output is this one : SPMFList with properties:

       design: 'ANOVA2rm'
     nEffects: 3
effect_labels: {'Main A'  'Main B'  'Interaction AB'}
jeannedury commented 1 year ago

Many thanks for your quick response. I think I had not organized my data properly with repeated and independent factors because now It work!

0todd0000 commented 1 year ago

No problem!