spss_graph_boxplot
Create boxplots for one variable or by categorical groups in SPSS. Specify a variable and optional grouping to visualize distribution and outliers.
Instructions
Boxplot by group: EXAMINE var BY catvar /PLOT BOXPLOT. NOTE: SPSS 27's GRAPH command has no /BOXPLOT subcommand (verified live, Error #17804) — boxplots are produced via EXAMINE. categorical_variable=None gives a single-variable boxplot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| variable | Yes | ||
| file_path | Yes | ||
| categorical_variable | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |