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\
93 @c A macro to indicate variable names used in examples.
94 @c NOT metasyntactical variables - for that use @var
101 @c This macro should be used for marking command names. For the purposes of markup,
102 @c no distinction is made between ``commands'' and ``procedures''.
107 @c This macro is used for fragments of command syntax that are not in themselves command names.
108 @c It does not necessarily have to be a subcommand.
109 @macro subcmd{CMDNAME}
113 @c Use this macro to refer to PSPP itself . Not when giving a shell command line example.
124 * PSPP: (pspp). Statistical analysis package.
125 * PSPPIRE: (pspp). Graphical user interface to @pspp{}.
129 This manual is for GNU PSPP version @value{VERSION},
130 software for statistical analysis.
132 Copyright @copyright{} 1997, 1998, 2004, 2005, 2009, 2012, 2013, 2014, 2016, 2019, 2020 Free Software Foundation, Inc.
135 Permission is granted to copy, distribute and/or modify this document
136 under the terms of the GNU Free Documentation License, Version 1.3
137 or any later version published by the Free Software Foundation;
138 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
139 A copy of the license is included in the section entitled "GNU
140 Free Documentation License".
145 @title PSPP Users' Guide
146 @subtitle GNU PSPP Statistical Analysis Software
147 @subtitle Release @value{VERSION}
149 @vskip 0pt plus 1filll
164 * Introduction:: Description of the package.
165 * License:: Your rights and obligations.
167 * Invoking PSPP:: Starting the PSPP text-based interface.
168 * Invoking PSPPIRE:: Starting the PSPP graphical user interface.
169 * Using PSPP:: How to use PSPP --- A brief tutorial.
170 * Language:: Basics of the PSPP command language.
171 * Expressions:: Numeric and string expression syntax.
173 * Data Input and Output:: Reading data from user files.
174 * System and Portable File IO:: Reading and writing system & portable files.
175 * Combining Data Files:: Combining data from multiple files.
176 * Manipulating Variables:: Adjusting and examining variables.
177 * Data Manipulation:: Simple operations on data.
178 * Data Selection:: Select certain cases for analysis.
179 * Conditionals and Looping:: Doing things many times or not at all.
180 * Statistics:: Basic statistical procedures.
181 * Matrices:: Matrix operations and transformations.
182 * Utilities:: Other commands.
184 * Invoking pspp-convert:: Utility for converting among file formats.
185 * Invoking pspp-output:: Utility for working with viewer (SPV) files.
186 * Invoking pspp-dump-sav:: Utility for examining raw .sav files.
187 * Not Implemented:: What's not here yet
188 * Bugs:: Known problems; submitting bug reports.
190 * Function Index:: Index of PSPP functions for expressions.
191 * Command Index:: Index of PSPP procedures.
192 * Concept Index:: Index of concepts.
194 * GNU Free Documentation License:: License for copying this manual.
197 @include introduction.texi
198 @include license.texi
200 @include invoking.texi
201 @include tutorial.texi
202 @include language.texi
203 @include expressions.texi
204 @include data-io.texi
206 @include combining.texi
207 @include variables.texi
208 @include transformation.texi
209 @include data-selection.texi
210 @include flow-control.texi
211 @include statistics.texi
212 @include matrices.texi
213 @include utilities.texi
215 @include pspp-convert.texi
216 @include pspp-output.texi
217 @include pspp-dump-sav.texi
218 @include not-implemented.texi
221 @include function-index.texi
222 @include command-index.texi
223 @include concept-index.texi