Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add method argument in posthoc_wilcoxon #67

Closed
YongcaiHuang opened this issue Feb 17, 2024 · 0 comments
Closed

add method argument in posthoc_wilcoxon #67

YongcaiHuang opened this issue Feb 17, 2024 · 0 comments
Assignees
Labels

Comments

@YongcaiHuang
Copy link
Contributor

add method argument in posthoc_wilcoxon. the current function has no method argument to control how to calculate the p-value. Although Scipy default is auto, there are warnings like:
UserWarning: Exact p-value calculation does not work if there are zeros. Switching to normal approximation.
when set method as "approx", no warning shows and p values are slightly changed (may be more accurate)

method{“auto”, “exact”, “approx”}, optional
Method to calculate the p-value, see Notes. Default is “auto”.

maximtrp added a commit that referenced this issue Feb 17, 2024
…roduced a lower limit for scipy, discarded support for python 3.7, 3.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants