Removed some calls to deprecated Gtk functions
[pspp-builds.git] / examples / descript.stat
1 title 'Demonstrate DESCRIPTIVES procedure'.
2
3 * Sample syntax file for PSPP.
4 * Run this syntax file with the command:
5 *                 pspp example.stat
6 * Output is written to the file "pspp.list".
7
8 data list / v0 to v2 1-9.
9 begin data.
10  12 12 89
11  34 12 80
12  56 12 77
13  78 12 73
14  90 91
15  37 97 85
16  52    82
17  12    79
18  26 78 76
19  29 13 71
20 end data.
21
22 descript all/stat=all/format=serial.