File: ctables19.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 (9 lines) | stat: -rw-r--r-- 154 bytes parent folder | download
1
2
3
4
5
6
7
8
9
DATA LIST LIST NOTABLE/x (F8.0) y z (F8.2).
BEGIN DATA.
1  . 40
1 10 50
1 20 60
1 30  .
END DATA.
VARIABLE LEVEL x (NOMINAL).
CTABLES /TABLE (y + z) > x.