Fix missing @clicksequence problem with older Texinfo versions.
[pspp-builds.git] / doc / introduction.texi
1 @node Introduction
2 @chapter Introduction
3 @cindex introduction
4
5 @cindex PSPP language
6 @cindex language, PSPP
7 PSPP is a tool for statistical analysis of sampled data.  It reads a
8 syntax file and a data file, analyzes the data, and writes the results
9 to a listing file or to standard output.
10
11 The language accepted by PSPP is similar to those accepted by SPSS
12 statistical products.  The details of PSPP's language are given
13 later in this manual.
14
15 @cindex files, PSPP
16 @cindex output, PSPP
17 @cindex PostScript
18 @cindex graphics
19 @cindex Ghostscript
20 @cindex Free Software Foundation
21 PSPP produces output in two forms: tables and charts.  Both of these can
22 be written in several formats; currently, ASCII, PostScript, and HTML
23 are supported.  In the future, more drivers, such as PCL and X Window
24 System drivers, may be developed.  For now, Ghostscript, available from
25 the Free Software Foundation, may be used to convert PostScript chart
26 output to other formats.
27
28 The current version of PSPP, @value{VERSION}, is woefully incomplete in
29 terms of its statistical procedure support.  PSPP is a work in progress.
30 The author hopes to fully support all features in the products
31 that PSPP replaces, eventually.  The author welcomes questions,
32 comments, donations, and code submissions.  @xref{Bugs,,Submitting Bug
33 Reports}, for instructions on contacting the author.