1PSPPIRE(1) PSPP manual PSPPIRE(1)
2
3
4
6 psppire - graphical interface to pspp
7
9 psppire [options] files...
10
12 psppire is a graphical interface to pspp. This interface allows you to
13 enter data and variable definitions interactively. Commands may be
14 executed in syntax form, or by using the interactive dialog boxes
15 available from the dropdown menus. Up to date documentation is avail‐
16 able via
17
18 info pspp
19
20 Documentation is also available as pdf or html. On GNU/Linux based sys‐
21 tems you find this documentation in /usr/share/doc/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
34 / v0 to v2 1-9.
35 begin data.
36 12 12 89
37 56 12 77
38 78 12 73
39 90 91
40 37 97 85
41 52 82
42 12 79
43 26 78 76
44 29 13 71
45 end data.
46
47 examine v0
48 /plot=all.
49
50 and run psppire with
51
52 psppire example.sps
53
54 More examples files are in /usr/share/pspp/examples
55
57 pspp(1),pspp-dump-sav(1),pspp-convert(1).
58
60 psppire was written by John Darrington.
61
62
63
64GNU August 30, 2014 PSPPIRE(1)