eta_squared
Computes effect size for one-way ANOVA: proportion of total variance explained by group membership. Use after ANOVA to quantify how much group differences account for variability.
Instructions
Effect size for a one-way ANOVA: proportion of total variance explained by group membership. Use alongside one_way_anova, which tells you whether groups differ but not how much of the variance that accounts for. Rough guidance: ~0.01 small, ~0.06 medium, ~0.14 large. Biased upward for small samples -- prefer omega_squared when that matters. Returns a float in [0, 1].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groups | Yes | one list of observations per group; at least 2 groups |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |