From: John Darrington Date: Thu, 29 Sep 2011 08:35:26 +0000 (+0200) Subject: Corrected example files. Closes bug #34343 X-Git-Tag: v0.7.9~134 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df85809dc924ae208c3b8cfb108ca141285df089;p=pspp-builds.git Corrected example files. Closes bug #34343 --- diff --git a/examples/regress.stat b/examples/regress.stat index 6e7122ad..242626de 100644 --- a/examples/regress.stat +++ b/examples/regress.stat @@ -1,3 +1,4 @@ +set decimal=dot. title 'Demonstrate REGRESSION procedure'. /* run this syntax file with the command: /* pspp example.stat diff --git a/examples/regress_categorical.stat b/examples/regress_categorical.stat index 01baebe4..c25a9dc4 100644 --- a/examples/regress_categorical.stat +++ b/examples/regress_categorical.stat @@ -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.