Corrected example files. Closes bug #34343
[pspp] / examples / regress_categorical.stat
index d72b8845a251b7ed14856844139667c867dde099..c25a9dc4ab8218240655f01594a9219a64165dba 100644 (file)
@@ -1,4 +1,6 @@
-title 'Demonstrate DESCRIPTIVES procedure'.
+set decimal=dot.
+
+title 'Demonstrate REGRESSION procedure'.
 /*      run this syntax file with the command:
 /*                 pspp example.stat
 /*
@@ -19,7 +21,10 @@ c  5.343832 -16.79548
 a  8.838262 -29.25689
 b  6.200189 -18.58219
 end data.
+
 list.
+
 freq /variables=v0 v1 v2.
-regression /variables=v0 v1 v2 /statistics defaults /dependent=v2 /method=enter.
+
+regression /variables= v1 v2 /statistics defaults /dependent=v2 /method=enter.