* credits.texi: Removed.
[pspp-builds.git] / doc / pspp.texinfo
1 \input texinfo @c -*- texinfo -*-
2 @c %**start of header
3 @setfilename pspp.info
4 @settitle PSPP
5 @set TIMESTAMP Time-stamp:  Sat Oct 30 17:30:39 WST 2004
6 @c For double-sided printing, uncomment:
7 @c @setchapternewpage odd
8 @c %**end of header
9
10
11 @macro cmd{CMDNAME}
12 \CMDNAME\
13 @end macro
14
15 @iftex
16 @finalout
17 @end iftex
18
19 @dircategory Math
20 @direntry
21 * PSPP: (pspp).             Statistical analysis package.
22 @end direntry
23
24 @ifinfo
25 PSPP, for statistical analysis of sampled data, by Ben Pfaff.
26
27 This file documents PSPP, a statistical package for analysis of
28 sampled data that uses a command language compatible with SPSS.
29
30 Copyright (C) 1996-9, 2000 Free Software Foundation, Inc.
31
32 This version of the PSPP documentation is consistent with version 2 of
33 ``texinfo.tex''.
34
35 Permission is granted to make and distribute verbatim copies of this
36 manual provided the copyright notice and this permission notice are
37 preserved on all copies.
38
39 @ignore
40 Permission is granted to process this file through TeX and print the
41 results, provided the printed document carries copying permission notice
42 identical to this one except for the removal of this paragraph (this
43 paragraph not being relevant to the printed manual).
44
45 @end ignore
46 Permission is granted to copy and distribute modified versions of this
47 manual under the conditions for verbatim copying, provided that the
48 entire resulting derived work is distributed under the terms of a
49 permission notice identical to this one.
50
51 Permission is granted to copy and distribute translations of this
52 manual into another language, under the above condition for modified 
53 versions, except that this permission notice may be stated in a 
54 translation approved by the Free Software Foundation.
55 @end ifinfo
56
57 @include version.texi
58
59 @titlepage
60 @title PSPP
61 @subtitle A System for Statistical Analysis
62 @subtitle Edition @value{EDITION}, for PSPP version @value{VERSION}
63 @author by Ben Pfaff
64
65 @page
66 @vskip 0pt plus 1filll
67
68 PSPP Copyright @copyright{} 1997, 1998 Free Software Foundation, Inc.
69
70 Permission is granted to make and distribute verbatim copies of this
71 manual provided the copyright notice and this permission notice are
72 preserved on all copies.
73
74 Permission is granted to copy and distribute modified versions of this
75 manual under the conditions for verbatim copying, provided that the
76 entire derived work is distributed under the terms of a permission
77 notice identical to this one.
78
79 Permission is granted to copy and distribute translations of this manual
80 into another language, under the above conditions for modified versions,
81 except that this permission notice may be stated in a translation
82 approved by the Foundation.
83 @end titlepage
84
85 @contents
86
87
88 @node Top, Introduction, (dir), (dir)
89 @ifinfo
90 @top PSPP
91
92 This file documents the PSPP package for statistical analysis of sampled
93 data.  This is edition @value{EDITION}, for PSPP version
94 @value{VERSION}, last modified at @value{TIMESTAMP}.
95
96 @end ifinfo
97
98 @menu
99 * Introduction::                Description of the package.
100 * License::                     Your rights and obligations.
101
102 * Invocation::                  Starting and running PSPP.
103 * Language::                    Basics of the PSPP command language.
104 * Expressions::                 Numeric and string expression syntax.
105
106 * Data Input and Output::       Reading data from user files.
107 * System and Portable Files::   Dealing with system & portable files.
108 * Variable Attributes::         Adjusting and examining variables.
109 * Data Manipulation::           Simple operations on data.
110 * Data Selection::              Select certain cases for analysis.
111 * Conditionals and Looping::    Doing things many times or not at all.
112 * Statistics::                  Basic statistical procedures.
113 * Utilities::                   Other commands.
114
115 * Not Implemented::             What's not here yet
116 * Bugs::                        Known problems; submitting bug reports.
117
118 * Function Index::              Index of PSPP functions for expressions.
119 * Command Index::               Index of PSPP procedures.
120 * Concept Index::               Index of concepts.
121
122 * Installation::                How to compile and install PSPP.
123 * Configuration::               Configuring PSPP.
124
125 * Portable File Format::        Format of PSPP portable files.
126 * Data File Format::            Format of PSPP system files.
127 * q2c Input Format::            Format of syntax accepted by q2c.
128 @end menu
129
130 @include introduction.texi
131 @include license.texi
132
133 @include invoking.texi
134 @include language.texi
135 @include expressions.texi
136 @include data-io.texi
137 @include files.texi
138 @include variables.texi
139 @include transformation.texi
140 @include data-selection.texi
141 @include flow-control.texi
142 @include statistics.texi
143 @include utilities.texi
144 @include not-implemented.texi
145 @include bugs.texi
146
147 @include function-index.texi
148 @include command-index.texi
149 @include concept-index.texi
150
151 @include installing.texi
152 @include configuring.texi
153
154 @include portable-file-format.texi
155 @include data-file-format.texi
156 @include q2c.texi
157
158 @bye
159
160 @c Local Variables:
161 @c use (texinfo-multiple-files-update "pspp.texinfo")  in emacs to keep these files consistent
162 @c compile-command: "makeinfo pspp.texi"
163 @c End: