SPSS
1 program
Added 2026-02-27T12:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: IBM SPSS Statistics, SPSS Syntax
Provenance: commit 0ffdcce899 · authored 2026-02-27T20:37:31+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
3 sources · pl_id:
pl/spssRelated languages
LLM-contributed programs
Descriptive Statistics
Provenance: commit 0ffdcce899 · authored 2026-02-27T20:37:31+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
DATA LIST FREE /x.
BEGIN DATA
1 2 3 4 5 6 7 8 9 10
END DATA.
DESCRIPTIVES VARIABLES=x
/STATISTICS=MEAN STDDEV MIN MAX.
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)