Skip to main content

Module anova

Module anova 

Source
Expand description

One-way ANOVA — the F-test for equality of k group means, with a real F-tail p-value from fisher_f.

Structs§

AnovaResult
One-way ANOVA result.

Functions§

one_way_anova
One-way ANOVA across groups (≥ 2 groups, each with ≥ 1 observation, and total observations > number of groups so the within-group dof is positive). None otherwise.