spss_graph_scatter
Create a bivariate scatterplot from an SPSS data file, plotting y against x with optional panel grouping to reveal relationships.
Instructions
Scatterplot: GRAPH /SCATTERPLOT(BIVAR)=y WITH x [BY panel]. Requires IBM SPSS Statistics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| file_path | Yes | ||
| x_variable | Yes | ||
| y_variable | Yes | ||
| panel_variable | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |