1 .\" PSPP - computes sample statistics.
2 .\" Copyright (C) 1997, 1998 Free Software Foundation, Inc.
4 .\" This program is free software: you can redistribute it and/or modify
5 .\" it under the terms of the GNU General Public License as published by
6 .\" the Free Software Foundation, either version 3 of the License, or
7 .\" (at your option) any later version.
9 .\" This program is distributed in the hope that it will be useful,
10 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
11 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 .\" GNU General Public License for more details.
14 .\" You should have received a copy of the GNU General Public License
15 .\" along with this program. If not, see <http://www.gnu.org/licenses/>.
17 .TH pspp 1 "29 Sep 2014" "GNU" "PSPP manual"
19 pspp \- a system for statistical analysis
22 .RI [ options ] " file"...
24 \fBpspp\fP performs statistical analysis on
25 sampled data. Detailed documentation is available in html, pdf and info format.
26 If the info system is installed, you can view the documentation with
30 On Debian GNU/Linux systems, full documentation is available in
31 \fB/usr/share/doc/pspp\fP in HTML and PDF formats and in
32 \fB/usr/share/info\fP in info format. Documentation is
33 also available at \fBhttp://www.gnu.org/software/pspp\fP.
37 Show summary of options.
40 Show version of program.
42 Create a file \fBexample.sps\fP with the following content:
47 data list / v0 to v2 1-9.
66 More examples files are in \fB/usr/share/pspp/examples\fP
68 .BR psppire (1), pspp\-dump\-sav (1), pspp\-convert (1).
70 pspp was written by Ben Pfaff, John Darrington and others