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