work on docs
[pspp] / doc / pspp.1
1 .\" PSPP - computes sample statistics.
2 .\" Copyright (C) 1997, 1998 Free Software Foundation, Inc.
3 .\"
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.
8 .\"
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.
13 .\"
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/>.
16 .\"
17 .TH pspp 1 "29 Sep 2014" "GNU" "PSPP manual"
18 .SH NAME
19 pspp \- a system for statistical analysis
20 .SH SYNOPSIS
21 .B pspp
22 .RI [ options ] " file"...
23 .SH DESCRIPTION
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
27 .IP
28 .B info pspp
29 .PP
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.
34 .SH OPTIONS
35 .TP
36 .B \-\-help
37 Show summary of options.
38 .TP
39 .B \-\-version
40 Show version of program.
41 .SH EXAMPLE
42 Create a file \fBexample.sps\fP with the following content:
43 .PP
44 .nf
45 .RS
46 * Example sps file
47 data list / v0 to v2 1-9.
48 begin data.
49  12 12 89
50  56 12 77
51  78 12 73
52  90 91
53  37 97 85
54 end data.
55
56 descript all
57   /stat=all
58   /format=serial.
59 .RE
60 .fi
61 .PP
62 and run pspp with
63 .IP
64 .B pspp example.sps
65 .PP
66 More examples files are in \fB/usr/share/pspp/examples\fP
67 .SH SEE ALSO
68 .BR psppire (1), pspp\-dump\-sav (1), pspp\-convert (1).
69 .SH AUTHOR
70 pspp was written by Ben Pfaff, John Darrington and others