spss_structured_result
Run SPSS syntax and obtain unified structured JSON output with key statistics, tables, and warnings for t-test, ANOVA, correlation, regression, and other analyses.
Instructions
Run SPSS syntax and return a unified structured result as JSON: {markdown, json: {tables, summary}, files, warnings}. The summary extracts key statistics (t/F/r/B/p) for t-test, ANOVA, correlation, regression, descriptives and frequencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| syntax | Yes | ||
| data_file | No | ||
| select_if | No | ||
| filter_variable | No | ||
| save_syntax_file | No | ||
| save_viewer_output | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |