1 title 'Demonstrate REGRESSION procedure'.
2 /* run this syntax file with the command:
5 /* Output is written to the file "pspp.list".
7 /* (This comment will not appear in the output.)
9 data list / v0 1-2 (A) v1 v2 3-22 (10).
23 freq /variables=v0 v1 v2.
24 regression /variables=v0 v1 v2 /statistics defaults /dependent=v2 /method=enter.