1 \input texinfo @c -*- texinfo -*-
2 @c PSPP - a program for statistical analysis.
3 @c Copyright (C) 2017, 2019, 2020 Free Software Foundation, Inc.
4 @c Permission is granted to copy, distribute and/or modify this document
5 @c under the terms of the GNU Free Documentation License, Version 1.3
6 @c or any later version published by the Free Software Foundation;
7 @c with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
8 @c A copy of the license is included in the section entitled "GNU
9 @c Free Documentation License".
12 @setfilename pspp.info
14 @c For double-sided printing, uncomment:
15 @c @setchapternewpage odd
19 graphic user interface
22 @macro psppsyntax{FILE}
24 <div class="pspp-syntax">
28 @verbatiminclude pspp-figures/\FILE\
36 @macro psppimage{FILE}
39 @image{screenshots/\FILE\-ad} @c Adwaita theme is better for web pages.
42 @image{screenshots/\FILE\-hc,433.62pt} @c High Contrast theme, width \\the\\hsize
45 @image{screenshots/\FILE\-ad} @c Adwaita theme for stand aloneinfo
50 @macro psppoutput{FILE}
51 @c Use @image for Info and for plaintext output.
54 @noindent @image{pspp-figures/\FILE\}
59 @noindent @image{pspp-figures/\FILE\}
62 @c Use HTML for HTML output.
68 @include pspp-figures/\FILE\.html
74 @c Use the Texi-fied version of the plaintext output for other output formats.
75 @c Some of these could do better, but we have not yet implemented it.
80 @include pspp-figures/\FILE\.texi
89 @strong{Please note:} \param1\
102 @c A macro to indicate variable names used in examples.
103 @c NOT metasyntactical variables - for that use @var
108 @include version.texi
110 @c This macro should be used for marking command names. For the purposes of markup,
111 @c no distinction is made between ``commands'' and ``procedures''.
116 @c This macro is used for fragments of command syntax that are not in themselves command names.
117 @c It does not necessarily have to be a subcommand.
118 @macro subcmd{CMDNAME}
122 @c Use this macro to refer to PSPP itself . Not when giving a shell command line example.
133 * PSPP: (pspp). Statistical analysis package.
134 * PSPPIRE: (pspp). Graphical user interface to @pspp{}.
138 This manual is for GNU PSPP version @value{VERSION},
139 software for statistical analysis.
141 Copyright @copyright{} 1997, 1998, 2004, 2005, 2009, 2012, 2013, 2014, 2016, 2019, 2020 Free Software Foundation, Inc.
144 Permission is granted to copy, distribute and/or modify this document
145 under the terms of the GNU Free Documentation License, Version 1.3
146 or any later version published by the Free Software Foundation;
147 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
148 A copy of the license is included in the section entitled "GNU
149 Free Documentation License".
154 @title PSPP Users' Guide
155 @subtitle GNU PSPP Statistical Analysis Software
156 @subtitle Release @value{VERSION}
158 @vskip 0pt plus 1filll
173 * Introduction:: Description of the package.
174 * License:: Your rights and obligations.
176 * Invoking PSPP:: Starting the PSPP text-based interface.
177 * Invoking PSPPIRE:: Starting the PSPP graphical user interface.
178 * Using PSPP:: How to use PSPP --- A brief tutorial.
179 * Language:: Basics of the PSPP command language.
180 * Expressions:: Numeric and string expression syntax.
182 * Data Input and Output:: Reading data from user files.
183 * System and Portable File IO:: Reading and writing system & portable files.
184 * Combining Data Files:: Combining data from multiple files.
185 * Manipulating Variables:: Adjusting and examining variables.
186 * Data Manipulation:: Simple operations on data.
187 * Data Selection:: Select certain cases for analysis.
188 * Conditionals and Looping:: Doing things many times or not at all.
189 * Statistics:: Basic statistical procedures.
190 * Matrices:: Matrix operations and transformations.
191 * Utilities:: Other commands.
193 * Invoking pspp-convert:: Utility for converting among file formats.
194 * Invoking pspp-output:: Utility for working with viewer (SPV) files.
195 * Invoking pspp-dump-sav:: Utility for examining raw .sav files.
196 * Not Implemented:: What's not here yet
197 * Bugs:: Known problems; submitting bug reports.
199 * Function Index:: Index of PSPP functions for expressions.
200 * Command Index:: Index of PSPP procedures.
201 * Concept Index:: Index of concepts.
203 * GNU Free Documentation License:: License for copying this manual.
206 @include introduction.texi
207 @include license.texi
209 @include invoking.texi
210 @include tutorial.texi
211 @include language.texi
212 @include expressions.texi
213 @include data-io.texi
215 @include combining.texi
216 @include variables.texi
217 @include transformation.texi
218 @include data-selection.texi
219 @include flow-control.texi
220 @include statistics.texi
221 @include matrices.texi
222 @include utilities.texi
224 @include pspp-convert.texi
225 @include pspp-output.texi
226 @include pspp-dump-sav.texi
227 @include not-implemented.texi
230 @include function-index.texi
231 @include command-index.texi
232 @include concept-index.texi