File: example.stat

package info (click to toggle)
pspp 0.3.0-7
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,288 kB
  • ctags: 4,679
  • sloc: ansic: 57,209; sh: 2,874; makefile: 405; sed: 93; perl: 18
file content (29 lines) | stat: -rw-r--r-- 491 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
title 'Demonstrate DESCRIPTIVES procedure'.

remark EOF
			Sample syntax file for PSPP.
		(This comment will appear in the output.)
EOF

/*	run this syntax file with the command:
/*		   pspp example.stat
/*	
/*	Output is written to the file "pspp.list".
/*
/*	(This comment will not appear in the output.)

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.