omega_squared
Calculate unbiased omega-squared effect size for one-way ANOVA, correcting for small-sample bias by subtracting variance explained by chance.
Instructions
Effect size for a one-way ANOVA, less biased than eta_squared for small samples since it subtracts out the variance explained by chance alone. Use alongside one_way_anova. Can be slightly negative when the true effect is near zero -- that's expected, not an error.
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 |