File: ctables32.sps

package info (click to toggle)
pspp 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 66,676 kB
  • sloc: ansic: 267,210; xml: 18,446; sh: 5,534; python: 2,881; makefile: 125; perl: 64
file content (15 lines) | stat: -rw-r--r-- 214 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DATA LIST LIST NOTABLE /x y (F1.0) z (F10.0).
VARIABLE LEVEL z (SCALE).
MISSING VALUES x y (9).
BEGIN DATA.
1 1 1
1 2 10
1 9 100
2 1 1000
2 2 10000
2 9 100000
9 1 1000000
9 2 10000000
9 9 100000000
END DATA.
LIST.