3 title 'Demonstrate REGRESSION procedure'.
4 /* run this syntax file with the command:
7 /* Output is written to the file "pspp.list".
9 data list / v0 1-2 (A) v1 v2 3-22 (10).
25 freq /variables=v0 v1 v2.
27 regression /variables= v1 v2 /statistics defaults /dependent=v2 /method=enter.