run_group_comparison
Performs T-tests or ANOVA to determine if a numeric variable differs significantly across categories. Use before generating boxplots.
Instructions
Performs T-tests (2 groups) or ANOVA (>2 groups) to see if a numeric variable (target_col) differs significantly across categories (group_col). Use this before generating boxplots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_col | Yes | ||
| target_col | Yes | ||
| data_file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |