It lacks the machine learning features of SPSS 28+, but for 90% of standard regressions, t-tests, and ANOVAs, SPSS 24 is stable, fast, and reliable.
Note: SPSS 24 uses GGRAPH for graphics. GGRAPH /GRAPHDATASET NAME="graphdataset" VARIABLES=Month Revenue /GRAPHSPEC SOURCE=INLINE. BEGIN GPL SOURCE: s=userSource(id("graphdataset")) DATA: Month=col(source(s), name("Month"), unit.category()) DATA: Revenue=col(source(s), name("Revenue")) GUIDE: axis(dim(1), label("Month")) GUIDE: axis(dim(2), label("Total Revenue")) ELEMENT: line(position(Month*Revenue)) END GPL. spss 24