1 \input texinfo @c -*- texinfo -*-
5 @set TIMESTAMP Time-stamp: Sat Oct 30 17:30:39 WST 2004
8 @c For double-sided printing, uncomment:
9 @c @setchapternewpage odd
23 * PSPP: (pspp). Statistical analysis package.
27 PSPP, for statistical analysis of sampled data, by Ben Pfaff.
29 This file documents PSPP, a statistical package for analysis of
30 sampled data that uses a command language compatible with SPSS.
32 Copyright (C) 1996-9, 2000 Free Software Foundation, Inc.
34 This version of the PSPP documentation is consistent with version 2 of
37 Permission is granted to make and distribute verbatim copies of this
38 manual provided the copyright notice and this permission notice are
39 preserved on all copies.
42 Permission is granted to process this file through TeX and print the
43 results, provided the printed document carries copying permission notice
44 identical to this one except for the removal of this paragraph (this
45 paragraph not being relevant to the printed manual).
48 Permission is granted to copy and distribute modified versions of this
49 manual under the conditions for verbatim copying, provided that the
50 entire resulting derived work is distributed under the terms of a
51 permission notice identical to this one.
53 Permission is granted to copy and distribute translations of this
54 manual into another language, under the above condition for modified
55 versions, except that this permission notice may be stated in a
56 translation approved by the Free Software Foundation.
61 @subtitle A System for Statistical Analysis
62 @subtitle Edition @value{EDITION}, for PSPP version @value{VERSION}
66 @vskip 0pt plus 1filll
68 PSPP Copyright @copyright{} 1997, 1998 Free Software Foundation, Inc.
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.
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.
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.
87 @node Top, Introduction, (dir), (dir)
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 at @value{TIMESTAMP}.
98 * Introduction:: Description of the package.
99 * License:: Your rights and obligations.
100 * Credits:: Acknowledgement of authors.
102 * Invocation:: Starting and running PSPP.
103 * Language:: Basics of the PSPP command language.
104 * Expressions:: Numeric and string expression syntax.
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.
115 * Not Implemented:: What's not here yet
116 * Bugs:: Known problems; submitting bug reports.
118 * Function Index:: Index of PSPP functions for expressions.
119 * Command Index:: Index of PSPP procedures.
120 * Concept Index:: Index of concepts.
122 * Installation:: How to compile and install PSPP.
123 * Configuration:: Configuring PSPP.
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.
130 @include introduction.texi
131 @include license.texi
132 @include credits.texi
134 @include invoking.texi
135 @include language.texi
136 @include expressions.texi
137 @include data-io.texi
139 @include variables.texi
140 @include transformation.texi
141 @include data-selection.texi
142 @include flow-control.texi
143 @include statistics.texi
144 @include utilities.texi
145 @include not-implemented.texi
148 @include function-index.texi
149 @include command-index.texi
150 @include concept-index.texi
152 @include installing.texi
153 @include configuring.texi
155 @include portable-file-format.texi
156 @include data-file-format.texi
162 @c use (texinfo-multiple-files-update "pspp.texinfo") in emacs to keep these files consistent
163 @c compile-command: "makeinfo pspp.texi"