File: descript.stat

package info (click to toggle)
pspp 0.6.2-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 18,664 kB
  • ctags: 13,313
  • sloc: ansic: 132,458; sh: 48,033; perl: 1,252; lisp: 597; xml: 154; makefile: 132; sed: 16
file content (22 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
title 'Demonstrate DESCRIPTIVES procedure'.

* Sample syntax file for PSPP.
* Run this syntax file with the command:
*                 pspp example.stat
* Output is written to the file "pspp.list".

data list / v0 to v2 1-9.
begin data.
 12 12 89
 34 12 80
 56 12 77
 78 12 73
 90 91
 37 97 85
 52    82
 12    79
 26 78 76
 29 13 71
end data.

descript all/stat=all/format=serial.