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 want to perform the Tukey test of comparisons for a subset of pairs.
The problem I face is that scikit_posthocs.posthoc_tukey works since I am interested in all possible comparisons. Therefore, the applied correction is based on all tests. However, I am only hypothesizing on a subset of pairs.
Do you plan to add this functionality?
Thank you very much,
Gustavo
The text was updated successfully, but these errors were encountered:
Why not just filter your data to include the groups you are interested in? If you are aware of a specific procedure existing for that case, please reopen this issue.
I want to perform the Tukey test of comparisons for a subset of pairs.
The problem I face is that
scikit_posthocs.posthoc_tukey
works since I am interested in all possible comparisons. Therefore, the applied correction is based on all tests. However, I am only hypothesizing on a subset of pairs.Do you plan to add this functionality?
Thank you very much,
Gustavo
The text was updated successfully, but these errors were encountered: