work on pivot table and FREQUENCIES usage
[pspp] / 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.1 or
48 any later version published by the Free Software Foundation; with no
49 Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,''
50 and with the Back-Cover Texts as in (a) below.  A copy of the
51 license is included in the section entitled ``GNU Free Documentation
52 License.''
53
54 (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
55 modify this GNU manual.''
56 @end quotation
57 @end copying
58
59 @titlepage
60 @title PSPP Users Guide
61 @subtitle GNU PSPP Statistical Analysis Software
62 @subtitle Release @value{VERSION}
63 @author
64 @page
65 @vskip 0pt plus 1filll
66 @insertcopying
67 @end titlepage
68
69 @c @chapheading Acknowledgements
70 The authors wish to thank Network Theory Ltd 
71 @url{http://www.network-theory.co.uk}
72 for their financial support 
73 in the production of this manual.
74
75
76 @contents
77
78
79 @ifnottex
80 @node Top
81 @top GNU PSPP
82
83 @insertcopying
84 @end ifnottex
85
86 @menu
87 * Introduction::                Description of the package.
88 * License::                     Your rights and obligations.
89
90 * Invoking PSPP::               Starting the PSPP text-based interface.
91 * Invoking PSPPIRE::            Starting the PSPP graphical user interface.
92 * Using PSPP::                  How to use PSPP --- A brief tutorial.
93 * Language::                    Basics of the PSPP command language.
94 * Expressions::                 Numeric and string expression syntax.
95
96 * Data Input and Output::       Reading data from user files.
97 * System and Portable File IO:: Reading and writing system & portable files.
98 * Combining Data Files::        Combining data from multiple files.
99 * Variable Attributes::         Adjusting and examining variables.
100 * Data Manipulation::           Simple operations on data.
101 * Data Selection::              Select certain cases for analysis.
102 * Conditionals and Looping::    Doing things many times or not at all.
103 * Statistics::                  Basic statistical procedures.
104 * Utilities::                   Other commands.
105
106 * Not Implemented::             What's not here yet
107 * Bugs::                        Known problems; submitting bug reports.
108
109 * Function Index::              Index of PSPP functions for expressions.
110 * Command Index::               Index of PSPP procedures.
111 * Concept Index::               Index of concepts.
112
113 * GNU Free Documentation License:: License for copying this manual.
114 @end menu
115
116 @include introduction.texi
117 @include license.texi
118
119 @include invoking.texi
120 @include tutorial.texi
121 @include language.texi
122 @include expressions.texi
123 @include data-io.texi
124 @include files.texi
125 @include combining.texi
126 @include variables.texi
127 @include transformation.texi
128 @include data-selection.texi
129 @include flow-control.texi
130 @include statistics.texi
131 @include utilities.texi
132 @include not-implemented.texi
133 @include bugs.texi
134
135 @include function-index.texi
136 @include command-index.texi
137 @include concept-index.texi
138
139 @include fdl.texi
140
141 @bye
142
143 @c Local Variables:
144 @c use (texinfo-multiple-files-update "pspp.texinfo")  in emacs to keep these files consistent
145 @c compile-command: "makeinfo pspp.texinfo"
146 @c End: