Skip to content

add method argument in posthoc_wilcoxon #67

@YongcaiHuang

Description

@YongcaiHuang

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”.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions