1pspp(1) PSPP manual pspp(1)
2
3
4
6 pspp - a system for statistical analysis
7
9 pspp [options] file...
10
12 pspp performs statistical analysis on sampled data. Detailed documenta‐
13 tion is available in html, pdf and info format. If the info system is
14 installed, you can view the documentation with
15
16 info pspp
17
18 On Debian GNU/Linux systems, full documentation is available in
19 /usr/share/doc/pspp in HTML and PDF formats and in /usr/share/info in
20 info format. Documentation is also available at
21 http://www.gnu.org/software/pspp.
22
24 --help Show summary of options.
25
26 --version
27 Show version of program.
28
30 Create a file example.sps with the following content:
31
32 * Example sps file
33 data list / v0 to v2 1-9.
34 begin data.
35 12 12 89
36 56 12 77
37 78 12 73
38 90 91
39 37 97 85
40 end data.
41
42 descript all
43 /stat=all
44 /format=serial.
45
46 and run pspp with
47
48 pspp example.sps
49
50 More examples files are in /usr/share/pspp/examples
51
53 psppire(1),pspp-dump-sav(1),pspp-convert(1).
54
56 pspp was written by Ben Pfaff, John Darrington and others
57
58
59
60GNU 29 Sep 2014 pspp(1)