X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=examples%2Fregress_categorical.stat;fp=examples%2Fregress_categorical.stat;h=0000000000000000000000000000000000000000;hb=c5526c9acb2c33a265b6be745a6d83a870ebd666;hp=c25a9dc4ab8218240655f01594a9219a64165dba;hpb=085dfff1c41d6ee305f00aa7177286ca8965efbc;p=pspp diff --git a/examples/regress_categorical.stat b/examples/regress_categorical.stat deleted file mode 100644 index c25a9dc4ab..0000000000 --- a/examples/regress_categorical.stat +++ /dev/null @@ -1,30 +0,0 @@ -set decimal=dot. - -title 'Demonstrate REGRESSION procedure'. -/* run this syntax file with the command: -/* pspp example.stat -/* -/* Output is written to the file "pspp.list". -/* -/* (This comment will not appear in the output.) - -data list / v0 1-2 (A) v1 v2 3-22 (10). -begin data. -b 7.735648 -23.97588 -b 6.142625 -19.63854 -a 7.651430 -25.26557 -c 6.125125 -16.57090 -a 8.245789 -25.80001 -c 6.031540 -17.56743 -a 9.832291 -28.35977 -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= v1 v2 /statistics defaults /dependent=v2 /method=enter. -