You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the Shaffer Post-hoc test doesn't work (nothing happens if you click on apply). I tried to call it in the source code, but something seems to be missing:
In nonparametric_tests.py
tmp = S(k - j)
NameError: global name 'S' is not defined
The text was updated successfully, but these errors were encountered:
I noticed that the Shaffer Post-hoc test doesn't work (nothing happens if you click on apply). I tried to call it in the source code, but something seems to be missing:
In nonparametric_tests.py
tmp = S(k - j)
NameError: global name 'S' is not defined
The text was updated successfully, but these errors were encountered: