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