trevismd / statannotations

add statistical significance annotations on seaborn plots. Further development of statannot, with bugfixes, new features, and a different API.
Other
624 stars 67 forks source link

Update StatTest.py #40

Closed sepro closed 2 years ago

sepro commented 2 years ago

As we briefly touched upon while discussing the issue.

Corrected message shown when running Kruskal Wallis, it is for independent samples (not paired). However, it runs pairwise between groups and not on all groups followed by a posthoc Dunn test. This is now also indicated.

codecov[bot] commented 2 years ago

Codecov Report

Merging #40 (7ce1ba5) into dev (bbab408) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev      #40   +/-   ##
=======================================
  Coverage   97.01%   97.01%           
=======================================
  Files          29       29           
  Lines        1874     1874           
=======================================
  Hits         1818     1818           
  Misses         56       56           
Impacted Files Coverage Δ
statannotations/stats/StatTest.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bbab408...7ce1ba5. Read the comment docs.