1 \input texinfo @c -*- texinfo -*-
5 @c For double-sided printing, uncomment:
6 @c @setchapternewpage odd
21 * PSPP: (pspp). Statistical analysis package.
25 This manual is for GNU PSPP version @value{VERSION},
26 software for statistical analysis.
28 Copyright @copyright{} 1997, 1998, 2004, 2005 Free Software Foundation, Inc.
31 Permission is granted to copy, distribute and/or modify this document
32 under the terms of the GNU Free Documentation License, Version 1.1 or
33 any later version published by the Free Software Foundation; with no
34 Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,''
35 and with the Back-Cover Texts as in (a) below. A copy of the
36 license is included in the section entitled ``GNU Free Documentation
39 (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
40 modify this GNU manual.''
45 @title PSPP Users Guide
46 @subtitle GNU PSPP Statistical Analysis Software
47 @subtitle Release @value{VERSION}
50 @vskip 0pt plus 1filll
65 * Introduction:: Description of the package.
66 * License:: Your rights and obligations.
68 * Invocation:: Starting and running PSPP.
69 * Language:: Basics of the PSPP command language.
70 * Expressions:: Numeric and string expression syntax.
72 * Data Input and Output:: Reading data from user files.
73 * System and Portable Files:: Dealing with system & portable files.
74 * Variable Attributes:: Adjusting and examining variables.
75 * Data Manipulation:: Simple operations on data.
76 * Data Selection:: Select certain cases for analysis.
77 * Conditionals and Looping:: Doing things many times or not at all.
78 * Statistics:: Basic statistical procedures.
79 * Utilities:: Other commands.
81 * Not Implemented:: What's not here yet
82 * Bugs:: Known problems; submitting bug reports.
84 * Function Index:: Index of PSPP functions for expressions.
85 * Command Index:: Index of PSPP procedures.
86 * Concept Index:: Index of concepts.
88 * Configuration:: Configuring PSPP.
90 * GNU Free Documentation License:: License for copying this manual.
93 @include introduction.texi
96 @include invoking.texi
97 @include language.texi
98 @include expressions.texi
101 @include variables.texi
102 @include transformation.texi
103 @include data-selection.texi
104 @include flow-control.texi
105 @include statistics.texi
106 @include utilities.texi
107 @include not-implemented.texi
110 @include function-index.texi
111 @include command-index.texi
112 @include concept-index.texi
114 @include configuring.texi
121 @c use (texinfo-multiple-files-update "pspp.texinfo") in emacs to keep these files consistent
122 @c compile-command: "makeinfo pspp.texinfo"