Corrected example files. Closes bug #34343
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 29 Sep 2011 08:35:26 +0000 (10:35 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 29 Sep 2011 08:35:26 +0000 (10:35 +0200)
examples/regress.stat
examples/regress_categorical.stat

index 6e7122adf68747c0a0d81e23a2e91ef8e47d8ab7..242626de53e028b7e5b7814f72ebb1e7186525e0 100644 (file)
@@ -1,3 +1,4 @@
+set decimal=dot.
 title 'Demonstrate REGRESSION procedure'.
 /*      run this syntax file with the command:
 /*                 pspp example.stat
index 01baebe409158b43edf608dd62faca257fa653d2..c25a9dc4ab8218240655f01594a9219a64165dba 100644 (file)
@@ -1,3 +1,5 @@
+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.