This Page

Parametric tests for Multiple ComparisonΒΆ

ANOVA tests

anova_test(*args) Performs a 1-way ANOVA.
anova_within_test(*args) Performs a 1-way ANOVA within cases.

Post-hoc tests

bonferroni_test(pivots, n) Performs a Bonferroni-Dunn post-hoc test using the pivot quantities obtained by an ANOVA test.