CROSSTABS: Calculate ASE for asymmetric lambda (correctly).
[pspp.git] / examples / regress_categorical.sps
blobc25a9dc4ab8218240655f01594a9219a64165dba
1 set decimal=dot.
3 title 'Demonstrate REGRESSION procedure'.
4 /* run this syntax file with the command:
5 /* pspp example.stat
6 /*
7 /* Output is written to the file "pspp.list".
8 /*
9 /* (This comment will not appear in the output.)
11 data list / v0 1-2 (A) v1 v2 3-22 (10).
12 begin data.
13 b 7.735648 -23.97588
14 b 6.142625 -19.63854
15 a 7.651430 -25.26557
16 c 6.125125 -16.57090
17 a 8.245789 -25.80001
18 c 6.031540 -17.56743
19 a 9.832291 -28.35977
20 c 5.343832 -16.79548
21 a 8.838262 -29.25689
22 b 6.200189 -18.58219
23 end data.
25 list.
27 freq /variables=v0 v1 v2.
29 regression /variables= v1 v2 /statistics defaults /dependent=v2 /method=enter.