Posts tagged with scikit-posthocs

  • Plotting post hoc tests with Python

    Thumbnail for Plotting post hoc tests with Python

    When three or more groups of samples are compared (e.g. Using ANOVA/Tukey HSD or Kruskal-Wallis/Dunn), you’ll often see results shown as a boxplot, with lines highlighting which groups are significantly different. In Python there is no single package to do this quickly, though by combining scikit-posthocs with statannotations similar plots...