18828047118e03742ccbdc4c7140b93468d63e04
[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 note{param1}
11 @quotation
12 @strong{Please note:} \param1\
13 @end quotation
14 @end macro
15
16 @include version.texi
17
18 @macro cmd{CMDNAME}
19 \CMDNAME\
20 @end macro
21
22 @ifset MISSING_CLICKSEQUENCE
23 @alias clicksequence = asis
24 @macro click {}
25 ->
26 @end macro
27 @end ifset
28
29 @iftex
30 @finalout
31 @end iftex
32
33 @dircategory Math
34 @direntry
35 * PSPP: (pspp).             Statistical analysis package.
36 * PSPPIRE: (pspp).          Graphical user interface to PSPP.
37 @end direntry
38
39 @copying
40 This manual is for GNU PSPP version @value{VERSION},
41 software for statistical analysis.
42
43 Copyright @copyright{} 1997, 1998, 2004, 2005, 2009 Free Software Foundation, Inc.
44
45 @quotation
46 Permission is granted to copy, distribute and/or modify this document
47 under the terms of the GNU Free Documentation License, Version 1.3
48 or any later version published by the Free Software Foundation;
49 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
50 A copy of the license is included in the section entitled "GNU
51 Free Documentation License".
52 @end quotation
53 @end copying
54
55 @titlepage
56 @title PSPP Users Guide
57 @subtitle GNU PSPP Statistical Analysis Software
58 @subtitle Release @value{VERSION}
59 @author
60 @page
61 @vskip 0pt plus 1filll
62 @insertcopying
63 @end titlepage
64
65 @c @chapheading Acknowledgements
66 The authors wish to thank Network Theory Ltd 
67 @url{http://www.network-theory.co.uk}
68 for their financial support 
69 in the production of this manual.
70
71
72 @contents
73
74
75 @ifnottex
76 @node Top
77 @top GNU PSPP
78
79 @insertcopying
80 @end ifnottex
81
82 @menu
83 * Introduction::                Description of the package.
84 * License::                     Your rights and obligations.
85
86 * Invoking PSPP::               Starting the PSPP text-based interface.
87 * Invoking PSPPIRE::            Starting the PSPP graphical user interface.
88 * Using PSPP::                  How to use PSPP --- A brief tutorial.
89 * Language::                    Basics of the PSPP command language.
90 * Expressions::                 Numeric and string expression syntax.
91
92 * Data Input and Output::       Reading data from user files.
93 * System and Portable File IO:: Reading and writing system & portable files.
94 * Combining Data Files::        Combining data from multiple files.
95 * Variable Attributes::         Adjusting and examining variables.
96 * Data Manipulation::           Simple operations on data.
97 * Data Selection::              Select certain cases for analysis.
98 * Conditionals and Looping::    Doing things many times or not at all.
99 * Statistics::                  Basic statistical procedures.
100 * Utilities::                   Other commands.
101
102 * Not Implemented::             What's not here yet
103 * Bugs::                        Known problems; submitting bug reports.
104
105 * Function Index::              Index of PSPP functions for expressions.
106 * Command Index::               Index of PSPP procedures.
107 * Concept Index::               Index of concepts.
108
109 * GNU Free Documentation License:: License for copying this manual.
110 @end menu
111
112 @include introduction.texi
113 @include license.texi
114
115 @include invoking.texi
116 @include tutorial.texi
117 @include language.texi
118 @include expressions.texi
119 @include data-io.texi
120 @include files.texi
121 @include combining.texi
122 @include variables.texi
123 @include transformation.texi
124 @include data-selection.texi
125 @include flow-control.texi
126 @include statistics.texi
127 @include utilities.texi
128 @include not-implemented.texi
129 @include bugs.texi
130
131 @include function-index.texi
132 @include command-index.texi
133 @include concept-index.texi
134
135 @include fdl.texi
136
137 @bye
138
139 @c Local Variables:
140 @c use (texinfo-multiple-files-update "pspp.texinfo")  in emacs to keep these files consistent
141 @c compile-command: "makeinfo pspp.texinfo"
142 @c End: