stats.anova
One-way analysis of variance (ANOVA) of a numeric response across the levels of a grouping column.
- Kind:
standard - Network: no
| Name | Type | Description |
|---|
data | file (CSV) | Input table containing the response and grouping columns. |
value_column | string | Name of the numeric response column. |
group_column | string | Name of the grouping (factor) column defining the groups to compare. |
Outputs🔗
| Name | Type | Description |
|---|
result | json | ANOVA table - degrees of freedom, sums of squares, mean squares, F statistic, and p-value for the group term and residuals. |
Example🔗
- id: 01890000-0000-0000-0000-000000000405
name: stats.anova
inputs:
- 01890000-0000-0000-0000-000000000000
args:
value_column: "biomass"
group_column: "forest_type"