PSPP Users' Guide
PSPP Users' Guide
PSPP Users' Guide
Table of Contents
1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
3 Invoking pspp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
3.1 Main Options. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
3.2 PDF, PostScript, and SVG Output Options . . . . . . . . . . . . . . . . . . . . . 7
3.3 Plain Text Output Options . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.4 HTML Output Options . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
3.5 OpenDocument Output Options . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
3.6 Comma-Separated Value Output Options . . . . . . . . . . . . . . . . . . . . . . 10
4 Invoking psppire . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
4.1 The graphic user interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
5 Using pspp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
5.1 Preparation of Data Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
5.1.1 Defining Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
5.1.2 Listing the data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
5.1.3 Reading data from a text file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
5.1.4 Reading data from a pre-prepared pspp file . . . . . . . . . . . . . . . 15
5.1.5 Saving data to a pspp file. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
5.1.6 Reading data from other sources . . . . . . . . . . . . . . . . . . . . . . . . . . 16
5.1.7 Exiting PSPP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
5.2 Data Screening and Transformation . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
5.2.1 Identifying incorrect data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
5.2.2 Dealing with suspicious data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
5.2.3 Inverting negatively coded variables . . . . . . . . . . . . . . . . . . . . . . . 19
5.2.4 Testing data consistency . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
5.2.5 Testing for normality . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
5.3 Hypothesis Testing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
5.3.1 Testing for differences of means . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
5.3.2 Linear Regression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
6.7 Datasets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
6.7.1 Attributes of Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
6.7.2 Variables Automatically Defined by pspp . . . . . . . . . . . . . . . . . 34
6.7.3 Lists of variable names. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
6.7.4 Input and Output Formats. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
6.7.4.1 Basic Numeric Formats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
6.7.4.2 Custom Currency Formats . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
6.7.4.3 Legacy Numeric Formats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
6.7.4.4 Binary and Hexadecimal Numeric Formats . . . . . . . . . . . 39
6.7.4.5 Time and Date Formats. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
6.7.4.6 Date Component Formats . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
6.7.4.7 String Formats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
6.7.5 Scratch Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
6.8 Files Used by pspp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
6.9 File Handles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
6.10 Backus-Naur Form . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
7 Mathematical Expressions . . . . . . . . . . . . . . . . . . . . . 46
7.1 Boolean Values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
7.2 Missing Values in Expressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
7.3 Grouping Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
7.4 Arithmetic Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
7.5 Logical Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
7.6 Relational Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
7.7 Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
7.7.1 Mathematical Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
7.7.2 Miscellaneous Mathematical Functions . . . . . . . . . . . . . . . . . . . . 48
7.7.3 Trigonometric Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
7.7.4 Missing-Value Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
7.7.5 Set-Membership Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
7.7.6 Statistical Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
7.7.7 String Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
7.7.8 Time & Date Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
7.7.8.1 How times & dates are defined and represented . . . . . . . 53
7.7.8.2 Functions that Produce Times . . . . . . . . . . . . . . . . . . . . . . . 54
7.7.8.3 Functions that Examine Times . . . . . . . . . . . . . . . . . . . . . . . 54
7.7.8.4 Functions that Produce Dates . . . . . . . . . . . . . . . . . . . . . . . . 54
7.7.8.5 Functions that Examine Dates . . . . . . . . . . . . . . . . . . . . . . . 55
7.7.8.6 Time and Date Arithmetic . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
7.7.9 Miscellaneous Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
7.7.10 Statistical Distribution Functions . . . . . . . . . . . . . . . . . . . . . . . . 58
7.7.10.1 Continuous Distributions . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
7.7.10.2 Discrete Distributions. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
7.8 Operator Precedence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63
iii
15 Statistics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131
15.1 DESCRIPTIVES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131
15.2 FREQUENCIES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132
15.3 EXAMINE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 134
15.4 GRAPH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 136
15.4.1 Scatterplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 136
15.4.2 Histogram . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 136
15.4.3 Bar Chart . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137
15.5 CORRELATIONS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137
15.6 CROSSTABS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138
15.7 FACTOR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141
15.8 GLM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 143
15.9 LOGISTIC REGRESSION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 144
15.10 MEANS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 145
15.11 NPAR TESTS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 147
15.11.1 Binomial test. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 147
15.11.2 Chisquare Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148
15.11.3 Cochran Q Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148
15.11.4 Friedman Test. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148
15.11.5 Kendalls W Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149
15.11.6 Kolmogorov-Smirnov Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149
15.11.7 Kruskal-Wallis Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149
15.11.8 Mann-Whitney U Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150
15.11.9 McNemar Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150
15.11.10 Median Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150
15.11.11 Runs Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150
15.11.12 Sign Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151
15.11.13 Wilcoxon Matched Pairs Signed Ranks Test . . . . . . . . . . 151
15.12 T-TEST . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151
15.12.1 One Sample Mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152
15.12.2 Independent Samples Mode. . . . . . . . . . . . . . . . . . . . . . . . . . . . 152
15.12.3 Paired Samples Mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152
15.13 ONEWAY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 153
15.14 QUICK CLUSTER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 154
15.15 RANK . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155
15.16 REGRESSION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 156
15.16.1 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 156
15.16.2 Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157
15.17 RELIABILITY. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157
15.18 ROC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 158
vi
16 Utilities. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160
16.1 ADD DOCUMENT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160
16.2 CACHE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160
16.3 CD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160
16.4 COMMENT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160
16.5 DOCUMENT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160
16.6 DISPLAY DOCUMENTS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161
16.7 DISPLAY FILE LABEL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161
16.8 DROP DOCUMENTS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161
16.9 ECHO . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161
16.10 ERASE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161
16.11 EXECUTE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161
16.12 FILE LABEL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 162
16.13 FINISH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 162
16.14 HOST . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 162
16.15 INCLUDE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 162
16.16 INSERT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 162
16.17 OUTPUT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 163
16.18 PERMISSIONS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164
16.19 PRESERVE and RESTORE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164
16.20 SET . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164
16.21 SHOW . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 171
16.22 SUBTITLE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 172
16.23 TITLE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 172
20 Bugs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 181
20.1 When to report bugs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 181
20.2 How to report bugs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 181
1 Introduction
pspp is a tool for statistical analysis of sampled data. It reads the data, analyzes the data
according to commands provided, and writes the results to a listing file, to the standard
output or to a window of the graphical display.
The language accepted by pspp is similar to those accepted by SPSS statistical products.
The details of pspps language are given later in this manual.
pspp produces tables and charts as output, which it can produce in several formats;
currently, ASCII, PostScript, PDF, HTML, and DocBook are supported.
The current version of pspp, 1.0.1, is incomplete in terms of its statistical procedure
support. pspp is a work in progress. The authors hope to fully support all features in
the products that pspp replaces, eventually. The authors welcome questions, comments,
donations, and code submissions. See Chapter 20 [Submitting Bug Reports], page 181, for
instructions on contacting the authors.
3
3 Invoking pspp
pspp has two separate user interfaces. This chapter describes pspp, pspps command-line
driven text-based user interface. The following chapter briefly describes PSPPIRE, the
graphical user interface to pspp.
The sections below describe the pspp programs command-line interface.
Specify this option more than once to produce multiple output files, presumably
in different formats.
Use - as output-file to write output to standard output.
If no -o option is used, then pspp writes text and CSV output to standard
output and other kinds of output to whose name is based on the format, e.g.
pspp.pdf for PDF output.
-O option=value
Sets an option for the output file configured by a preceding -o. Most options
are specific to particular output formats. A few options that apply generically
are listed below.
-O format=format
pspp uses the extension of the file name given on -o to select an output format.
Use this option to override this choice by specifying an alternate format, e.g.
-o pspp.out -O html to write HTML to a file named pspp.out. Use --help
to list the available formats.
-O device={terminal|listing}
Sets whether pspp considers the output device configured by the preceding -o
to be a terminal or a listing device. This affects what output will be sent to
the device, as configured by the SET commands output routing subcommands
(see Section 16.20 [SET], page 164). By default, output written to standard
output is considered a terminal device and other output is considered a listing
device.
--no-output
Disables output entirely, if neither -o nor -O is also used. If one of those options
is used, --no-output has no effect.
-e error-file
--error-file=error-file
Configures a file to receive pspp error, warning, and note messages in plain
text format. Use - as error-file to write messages to standard output. The
default error file is standard output in the absence of these options, but this is
suppressed if an output device writes to standard output (or another terminal),
to avoid printing every message twice. Use none as error-file to explicitly
suppress the default.
-I dir
--include=dir
Appends dir to the set of directories searched by the INCLUDE (see Section 16.15
[INCLUDE], page 162) and INSERT (see Section 16.16 [INSERT], page 162)
commands.
-I-
--no-include
Clears all directories from the include path, including directories inserted in
the include path by default. The default include path is . (the current direc-
tory), followed by .pspp in the users home directory, followed by pspps system
configuration directory (usually /etc/pspp or /usr/local/etc/pspp).
Chapter 3: Invoking pspp 6
-b
--batch
-i
--interactive
These options forces syntax files to be interpreted in batch mode or interac-
tive mode, respectively, rather than the default auto mode. See Section 6.3
[Syntax Variants], page 30, for a description of the differences.
-r
--no-statrc
Disables running rc at pspp startup time.
-a {enhanced|compatible}
--algorithm={enhanced|compatible}
With enhanced, the default, pspp uses the best implemented algorithms for
statistical procedures. With compatible, however, pspp will in some cases
use inferior algorithms to produce the same results as the proprietary program
SPSS.
Some commands have subcommands that override this setting on a per com-
mand basis.
-x {enhanced|compatible}
--syntax={enhanced|compatible}
With enhanced, the default, pspp accepts its own extensions beyond those
compatible with the proprietary program SPSS. With compatible, pspp rejects
syntax that uses these extensions.
--syntax-encoding=encoding
Specifies encoding as the encoding for syntax files named on the command
line. The encoding also becomes the default encoding for other syntax files
read during the pspp session by the INCLUDE and INSERT commands. See
Section 16.16 [INSERT], page 162, for the accepted forms of encoding.
--help Prints a message describing pspp command-line syntax and the available device
formats, then exits.
-V
--version
Prints a brief message listing pspps version, warranties you dont have, copying
conditions and copyright, and e-mail address for bug reports, then exits.
-s
--safer Disables certain unsafe operations. This includes the ERASE and HOST com-
mands, as well as use of pipes as input and output files.
--testing-mode
Invoke heuristics to assist with testing pspp. For use by make check and similar
scripts.
Chapter 3: Invoking pspp 7
-O line-gutter=dimension
Sets the width of white space on either side of lines that border text or graphics
objects. Default: 1pt.
-O line-spacing=dimension
Sets the spacing between the lines in a double line in a table. Default: 1pt.
-O line-width=dimension
Sets the width of the lines used in tables. Default: 0.5pt.
Each dimension value above may be specified in various units based on its suffix: mm
for millimeters, in for inches, or pt for points. Lacking a suffix, numbers below 50 are
assumed to be in inches and those about 50 are assumed to be in millimeters.
-O format=txt
Specify the output format. This is only necessary if the file name given on -o
does not end in .txt or .list.
-O charts={template.png|none}
Name for chart files included in output. The value should be a file name that
includes a single # and ends in png. When a chart is output, the # is replaced
by the chart number. The default is the file name specified on -o with the
extension stripped off and replaced by -#.png.
Specify none to disable chart output. Charts are always disabled if your instal-
lation of pspp was compiled without the Cairo library.
-O foreground-color=color
-O background-color=color
Sets color as the color to be used for the background or foreground to be used
for charts. Color should be given in the format #RRRRGGGGBBBB, where RRRR,
GGGG and BBBB are 4 character hexadecimal representations of the red,
green and blue components respectively. If charts are disabled, this option has
no effect.
-O paginate=boolean
If set, pspp writes an ASCII formfeed the end of every page. Default: off.
-O headers=boolean
If enabled, pspp prints two lines of header information giving title and subtitle,
page number, date and time, and pspp version are printed at the top of every
page. These two lines are in addition to any top margin requested. Default:
off.
Chapter 3: Invoking pspp 9
-O length=line-count
Physical length of a page. Headers and margins are subtracted from this value.
You may specify the number of lines as a number, or for screen output you may
specify auto to track the height of the terminal as it changes. Default: 66.
-O width=character-count
Width of a page, in characters. Margins are subtracted from this value. For
screen output you may specify auto in place of a number to track the width of
the terminal as it changes. Default: 79.
-O top-margin=top-margin-lines
Length of the top margin, in lines. pspp subtracts this value from the page
length. Default: 0.
-O bottom-margin=bottom-margin-lines
Length of the bottom margin, in lines. pspp subtracts this value from the page
length. Default: 0.
-O box={ascii|unicode}
Sets the characters used for lines in tables. If set to ascii the characters -, |,
and + for single-width lines and = and # for double-width lines are used. If
set to unicode then Unicode box drawing characters will be used. The default
is unicode if the locales character encoding is "UTF-8" or ascii otherwise.
-O emphasis={none|bold|underline}
How to emphasize text. Bold and underline emphasis are achieved with over-
striking, which may not be supported by all the software to which you might
pass the output. Default: none.
-O format=html
Specify the output format. This is only necessary if the file name given on -o
does not end in .html.
-O charts={template.png|none}
Sets the name used for chart files. See Section 3.3 [Plain Text Output Options],
page 8, for details.
-O borders=boolean
Decorate the tables with borders. If set to false, the tables produced will have
no borders. The default value is true.
-O css=boolean
Use cascading style sheets. Cascading style sheets give an improved appearance
and can be used to produce pages which fit a certain web sites style. The default
value is true.
Chapter 3: Invoking pspp 10
Text Text in output is printed as a field on a line by itself. The TITLE and SUBTI-
TLE produce similar output, prefixed by Title: or Subtitle:, respectively.
Messages Errors, warnings, and notes are printed the same way as text.
Charts Charts are not included in CSV output.
Successive output items are separated by a blank line.
12
4 Invoking psppire
5 Using pspp
pspp is a tool for the statistical analysis of sampled data. You can use it to discover patterns
in the data, to explain differences in one subset of data in terms of another subset and to
find out whether certain beliefs about the data are justified. This chapter does not attempt
to introduce the theory behind the statistical analysis, but it shows how such analysis can
be performed using pspp.
For the purposes of this tutorial, it is assumed that you are using pspp in its interactive
mode from the command line. However, the example commands can also be typed into a
file and executed in a post-hoc mode by typing pspp filename at a shell prompt, where
filename is the name of the file containing the commands. Alternatively, from the graphical
interface, you can select File New Syntax to open a new syntax window and use the
Run menu when a syntax fragment is ready to be executed. Whichever method you choose,
the syntax is identical.
When using the interactive method, pspp tells you that its waiting for your data with
a string like PSPP> or data>. In the examples of this chapter, whenever you see text like
this, it indicates the prompt displayed by pspp, not something that you should type.
Throughout this chapter reference is made to a number of sample data files. So that
you can try the examples for yourself, you should have received these files along with your
copy of pspp.1
Please note: Normally these files are installed in the directory
/usr/local/share/pspp/examples. If however your system administrator or
operating system vendor has chosen to install them in a different location, you
will have to adjust the examples accordingly.
For example, a data set which has the variables height, weight, and name, might have the
observations:
1881 89.2 Ahmed
1192 107.01 Frank
1230 67 Julie
The following sections explain how to define a dataset.
1
These files contain purely fictitious data. They should not be used for research purposes.
Chapter 5: Using pspp 14
PSPP> data list list /forename (A12) height.
PSPP> begin data.
data> Ahmed 188
data> Bertram 167
data> Catherine 134.231
data> David 109.1
data> end data
PSPP>
Example 5.1: Manual entry of data using the DATA LIST command. Two variables
forename and height are defined and subsequently filled with manually entered data.
There are several things to note about this example.
The words data list list are an example of the DATA LIST command. See
Section 8.5 [DATA LIST], page 66. It tells pspp to prepare for reading data. The
word list intentionally appears twice. The first occurrence is part of the DATA LIST
call, whilst the second tells pspp that the data is to be read as free format data with
one record per line.
The / character is important. It marks the start of the list of variables which you
wish to define.
The text forename is the name of the first variable, and (A12) says that the variable
forename is a string variable and that its maximum length is 12 bytes. The second
variables name is specified by the text height. Since no format is given, this variable
has the default format. Normally the default format expects numeric data, which
should be entered in the locale of the operating system. Thus, the example is correct
for English locales and other locales which use a period (.) as the decimal separator.
However if you are using a system with a locale which uses the comma (,) as the
decimal separator, then you should in the subsequent lines substitute . with ,.
Alternatively, you could explicitly tell pspp that the height variable is to be read
using a period as its decimal separator by appending the text DOT8.3 after the word
height. For more information on data formats, see Section 6.7.4 [Input and Output
Formats], page 34.
Normally, pspp displays the prompt PSPP> whenever its expecting a command. How-
ever, when its expecting data, the prompt changes to data> so that you know to enter
data and not a command.
At the end of every command there is a terminating . which tells pspp that the end
of a command has been encountered. You should not enter . when data is expected
Chapter 5: Using pspp 15
(ie. when the data> prompt is current) since it is appropriate only for terminating
commands.
The following syntax will save the existing data and variables to a file called my-new-
file.sav.
PSPP> finish.
The DESCRIPTIVES command (see Section 15.1 [DESCRIPTIVES], page 131) is used
to generate simple linear statistics for a dataset. It is also useful for identifying potential
problems in the data. The example file physiology.sav contains a number of physiological
measurements of a sample of healthy adults selected at random. However, the data entry
clerk made a number of mistakes when entering the data. Example 5.2 illustrates the use
of DESCRIPTIVES to screen this data and identify the erroneous values.
Chapter 5: Using pspp 17
PSPP> get file=/usr/local/share/pspp/examples/physiology.sav.
PSPP> descriptives sex, weight, height.
Output:
DESCRIPTIVES. Valid cases = 40; cases with missing value(s) = 0.
+--------#--+-------+-------+-------+-------+
|Variable# N| Mean |Std Dev|Minimum|Maximum|
#========#==#=======#=======#=======#=======#
|sex #40| .45| .50| .00| 1.00|
|height #40|1677.12| 262.87| 179.00|1903.00|
|weight #40| 72.12| 26.70| -55.60| 92.07|
+--------#--+-------+-------+-------+-------+
Example 5.2: Using the DESCRIPTIVES command to display simple summary information
about the data. In this case, the results show unexpectedly low values in the Minimum
column, suggesting incorrect data entry.
In the output of Example 5.2, the most interesting column is the minimum value. The
weight variable has a minimum value of less than zero, which is clearly erroneous. Similarly,
the height variables minimum value seems to be very low. In fact, it is more than 5 standard
deviations from the mean, and is a seemingly bizarre height for an adult person. We can
examine the data in more detail with the EXAMINE command (see Section 15.3 [EXAMINE],
page 134):
In Example 5.3 you can see that the lowest value of height is 179 (which we suspect to be
erroneous), but the second lowest is 1598 which we know from the DESCRIPTIVES command
is within 1 standard deviation from the mean. Similarly the weight variable has a lowest
value which is negative but a plausible value for the second lowest value. This suggests that
the two extreme values are outliers and probably represent data entry errors.
Chapter 5: Using pspp 18
[. . . continue from Example 5.2]
PSPP> examine height, weight /statistics=extreme(3).
Output:
#===============================#===========#=======#
# #Case Number| Value #
#===============================#===========#=======#
#Height in millimetres Highest 1# 14|1903.00#
# 2# 15|1884.00#
# 3# 12|1801.65#
# ----------#-----------+-------#
# Lowest 1# 30| 179.00#
# 2# 31|1598.00#
# 3# 28|1601.00#
# ----------#-----------+-------#
#Weight in kilograms Highest 1# 13| 92.07#
# 2# 5| 92.07#
# 3# 17| 91.74#
# ----------#-----------+-------#
# Lowest 1# 38| -55.60#
# 2# 39| 54.48#
# 3# 33| 55.45#
#===============================#===========#=======#
Example 5.3: Using the EXAMINE command to see the extremities of the data for different
variables. Cases 30 and 38 seem to contain values very much lower than the rest of the
data. They are possibly erroneous.
recode v3 (1 = 5) (2 = 4) (4 = 2) (5 = 1).
However an easier and more elegant way uses the COMPUTE command (see Section 12.3
[COMPUTE], page 117). Since the variables are Likert variables in the range (1 . . . 5),
subtracting their value from 6 has the effect of inverting them:
Example 5.4 uses this technique to recode the variables v3 and v5. After applying COMPUTE
for both variables, all subsequent commands will use the inverted values.
PSPP> get file=/usr/local/share/pspp/examples/hotel.sav.
PSPP> display dictionary.
PSPP> * recode negatively worded questions.
PSPP> compute v3 = 6 - v3.
PSPP> compute v5 = 6 - v5.
PSPP> reliability v1, v3, v4.
Output (dictionary information omitted for clarity):
1.1 RELIABILITY. Case Processing Summary
#==============#==#======#
# # N| % #
#==============#==#======#
#Cases Valid #17|100.00#
# Excluded# 0| .00#
# Total #17|100.00#
#==============#==#======#
Example 5.4: Recoding negatively scaled variables, and testing for reliability with the
RELIABILITY command. The Cronbach Alpha coefficient suggests a high degree of reliability
among variables v1, v3 and v4.
As a rule of thumb, many statisticians consider a value of Cronbachs Alpha of 0.7 or
higher to indicate reliable data. Here, the value is 0.81 so the data and the recoding that
we performed are vindicated.
compensated for by applying a logarithmic transformation. This is done with the COMPUTE
command in the line
Rather than redefining the existing variable, this use of COMPUTE defines a new variable
mtbf ln which is the natural logarithm of mtbf. The final command in this example calls
EXAMINE on this new variable, and it can be seen from the results that both the skewness
and kurtosis for mtbf ln are very close to zero. This provides some confidence that the
mtbf ln variable is normally distributed and thus safe for linear analysis. In the event that
no suitable transformation can be found, then it would be worth considering an appropriate
non-parametric test instead of a linear one. See Section 15.11 [NPAR TESTS], page 147,
for information about non-parametric tests.
Chapter 5: Using pspp 22
PSPP> get file=/usr/local/share/pspp/examples/repairs.sav.
PSPP> examine mtbf
/statistics=descriptives.
PSPP> compute mtbf_ln = ln (mtbf).
PSPP> examine mtbf_ln
/statistics=descriptives.
Output:
1.2 EXAMINE. Descriptives
#====================================================#=========#==========#
# #Statistic|Std. Error#
#====================================================#=========#==========#
#mtbf Mean # 8.32 | 1.62 #
# 95% Confidence Interval for Mean Lower Bound# 4.85 | #
# Upper Bound# 11.79 | #
# 5% Trimmed Mean # 7.69 | #
# Median # 8.12 | #
# Variance # 39.21 | #
# Std. Deviation # 6.26 | #
# Minimum # 1.63 | #
# Maximum # 26.47 | #
# Range # 24.84 | #
# Interquartile Range # 5.83 | #
# Skewness # 1.85 | .58 #
# Kurtosis # 4.49 | 1.12 #
#====================================================#=========#==========#
Example 5.5: Testing for normality using the EXAMINE command and applying a logarith-
mic transformation. The mtbf variable has a large positive skew and is therefore unsuitable
for linear statistical analysis. However the transformed variable (mtbf ln) is close to normal
and would appear to be more suitable.
Chapter 5: Using pspp 23
2
This example assumes that it is already proven that B is not greater than A.
Chapter 5: Using pspp 24
PSPP> get file=/usr/local/share/pspp/examples/physiology.sav.
PSPP> recode height (179 = SYSMIS).
PSPP> t-test group=sex(0,1) /variables = height temperature.
Output:
1.1 T-TEST. Group Statistics
#==================#==#=======#==============#========#
# sex | N| Mean |Std. Deviation|SE. Mean#
#==================#==#=======#==============#========#
#height Male |22|1796.49| 49.71| 10.60#
# Female|17|1610.77| 25.43| 6.17#
#temperature Male |22| 36.68| 1.95| .42#
# Female|18| 37.43| 1.61| .38#
#==================#==#=======#==============#========#
1.2 T-TEST. Independent Samples Test
#===========================#=========#=============================== =#
# # Levenes| t-test for Equality of Means #
# #----+----+------+-----+------+---------+- -#
# # | | | | | | #
# # | | | |Sig. 2| | #
# # F |Sig.| t | df |tailed|Mean Diff| #
#===========================#====#====#======#=====#======#=========#= =#
#height Equal variances# .97| .33| 14.02|37.00| .00| 185.72| ... #
# Unequal variances# | | 15.15|32.71| .00| 185.72| ... #
#temperature Equal variances# .31| .58| -1.31|38.00| .20| -.75| ... #
# Unequal variances# | | -1.33|37.99| .19| -.75| ... #
#===========================#====#====#======#=====#======#=========#= =#
Example 5.6: The T-TEST command tests for differences of means. Here, the height
variables two tailed significance is less than 0.05, so the null hypothesis can be rejected.
Thus, the evidence suggests there is a difference between the heights of male and female
persons. However the significance of the test for the temperature variable is greater than
0.05 so the null hypothesis cannot be rejected, and there is insufficient evidence to suggest
a difference in body temperature.
not only tests if the variables are related, but also identifies the potential linear relationship.
See Section 15.16 [REGRESSION], page 156.
Chapter 5: Using pspp 26
PSPP> get file=/usr/local/share/pspp/examples/repairs.sav.
PSPP> regression /variables = mtbf duty_cycle /dependent = mttr.
PSPP> regression /variables = mtbf /dependent = mttr.
Output:
1.3(1) REGRESSION. Coefficients
#=============================================#====#==========#====#=====#
# # B |Std. Error|Beta| t #
#========#====================================#====#==========#====#=====#
# |(Constant) #9.81| 1.50| .00| 6.54#
# |Mean time between failures (months) #3.10| .10| .99|32.43#
# |Ratio of working to non-working time#1.09| 1.78| .02| .61#
# | # | | | #
#========#====================================#====#==========#====#=====#
Example 5.7: Linear regression analysis to find a predictor for mttr. The first attempt,
including duty cycle, produces some unacceptable high significance values. However the
second attempt, which excludes duty cycle, produces significance values no higher than
0.06. This suggests that mtbf alone may be a suitable predictor for mttr.
27
The coefficients in the first table suggest that the formula mttr = 9.81 + 3.1 mtbf +
1.09 duty cycle can be used to predict the time to repair. However, the significance value
for the duty cycle coefficient is very high, which would make this an unsafe predictor. For
this reason, the test was repeated, but omitting the duty cycle variable. This time, the
significance of all coefficients no higher than 0.06, suggesting that at the 0.06 level, the
formula mttr = 10.5 + 3.11 mtbf is a reliable predictor of the time to repair.
28
6.1 Tokens
pspp divides most syntax file lines into series of short chunks called tokens. Tokens are then
grouped to form commands, each of which tells pspp to take some actionread in data,
write out data, perform a statistical procedure, etc. Each type of token is described below.
Identifiers Identifiers are names that typically specify variables, commands, or subcom-
mands. The first character in an identifier must be a letter, #, or @. The
remaining characters in the identifier must be letters, digits, or one of the fol-
lowing special characters:
. _ $ # @
Identifiers may be any length, but only the first 64 bytes are significant. Iden-
tifiers are not case-sensitive: foobar, Foobar, FooBar, FOOBAR, and FoObaR are
different representations of the same identifier.
Some identifiers are reserved. Reserved identifiers may not be used in any con-
text besides those explicitly described in this manual. The reserved identifiers
are:
ALL AND BY EQ GE GT LE LT NE NOT OR TO WITH
Keywords Keywords are a subclass of identifiers that form a fixed part of command syntax.
For example, command and subcommand names are keywords. Keywords may
be abbreviated to their first 3 characters if this abbreviation is unambiguous.
(Unique abbreviations of 3 or more characters are also accepted: FRE, FREQ,
and FREQUENCIES are equivalent when the last is a keyword.)
Reserved identifiers are always used as keywords. Other identifiers may be used
both as keywords and as user-defined identifiers, such as variable names.
Numbers Numbers are expressed in decimal. A decimal point is optional. Numbers may
be expressed in scientific notation by adding e and a base-10 exponent, so that
1.234e3 has the value 1234. Here are some more examples of valid numbers:
-5 3.14159265359 1e100 -.707 8945.
Negative numbers are expressed with a - prefix. However, in situations where
a literal - token is expected, what appears to be a negative number is treated
as - followed by a positive number.
No white space is allowed within a number token, except for horizontal white
space between - and the rest of the number.
The last example above, 8945. will be interpreted as two tokens, 8945 and
., if it is the last token on a line. See Section 6.2 [Forming commands of
tokens], page 29.
Strings Strings are literal sequences of characters enclosed in pairs of single quotes ()
or double quotes ("). To include the character used for quoting in the string,
Chapter 6: The pspp language 29
double it, e.g. its an apostrophe. White space and case of letters are
significant inside strings.
Strings can be concatenated using +, so that "a" + b + c is equivalent
to abc. So that a long string may be broken across lines, a line break may
precede or follow, or both precede and follow, the +. (However, an entirely
blank line preceding or following the + is interpreted as ending the current
command.)
Strings may also be expressed as hexadecimal character values by prefixing
the initial quote character by x or X. Regardless of the syntax file or ac-
tive datasets encoding, the hexadecimal digits in the string are interpreted as
Unicode characters in UTF-8 encoding.
Individual Unicode code points may also be expressed by specifying the hex-
adecimal code point number in single or double quotes preceded by u or U.
For example, Unicode code point U+1D11E, the musical G clef character, could
be expressed as U1D11E. Invalid Unicode code points (above U+10FFFF or
in between U+D800 and U+DFFF) are not allowed.
When strings are concatenated with +, each segments prefix is considered
individually. For example, The G clef symbol is: + u"1d11e" + "." inserts
a G clef symbol in the middle of an otherwise plain text string.
Punctuators and Operators
These tokens are the punctuators and operators:
, / = ( ) + - * / ** < <= <> > >= ~= & | .
Most of these appear within the syntax of commands, but the period (.)
punctuator is used only at the end of a command. It is a punctuator only as
the last character on a line (except white space). When it is the last non-space
character on a line, a period is not treated as part of another token, even if it
would otherwise be part of, e.g., an identifier or a floating-point number.
Procedures
Analyze data, writing results of analyses to the listing file. Cause transforma-
tions specified earlier in the file to be performed. In a more general sense, a
procedure is any command that causes the active dataset (the data) to be read.
6.7 Datasets
pspp works with data organized into datasets. A dataset consists of a set of variables, which
taken together are said to form a dictionary, and one or more cases, each of which has one
value for each variable.
At any given time pspp has exactly one distinguished dataset, called the active dataset.
Most pspp commands work only with the active dataset. In addition to the active dataset,
pspp also supports any number of additional open datasets. The DATASET commands can
choose a new active dataset from among those that are open, as well as create and destroy
datasets (see Section 8.4 [DATASET], page 65).
The sections below describe variables in more detail.
The final character in a variable name should not be _, because some such
identifiers are used for special purposes by pspp procedures.
As with all pspp identifiers, variable names are not case-sensitive. pspp capi-
talizes variable names on output the same way they were capitalized at their
point of definition in the input.
Type Numeric or string.
Width (string variables only) String variables with a width of 8 characters or fewer
are called short string variables. Short string variables may be used in a few
contexts where long string variables (those with widths greater than 8) are not
allowed.
Position Variables in the dictionary are arranged in a specific order. DISPLAY can be
used to show this order: see Section 11.3 [DISPLAY], page 103.
Initialization
Either reinitialized to 0 or spaces for each case, or left at its existing value. See
Section 11.5 [LEAVE], page 104.
Missing values
Optionally, up to three values, or a range of values, or a specific value plus a
range, can be specified as user-missing values. There is also a system-missing
value that is assigned to an observation when there is no other obvious value for
that observation. Observations with missing values are automatically excluded
from analyses. User-missing values are actual data values, while the system-
missing value is not a value at all. See Section 6.6 [Missing Observations],
page 32.
Variable label
A string that describes the variable. See Section 11.16 [VARIABLE LABELS],
page 111.
Value label
Optionally, these associate each possible value of the variable with a string. See
Section 11.13 [VALUE LABELS], page 109.
Print format
Display width, format, and (for numeric variables) number of decimal places.
This attribute does not affect how data are stored, just how they are displayed.
Example: a width of 8, with 2 decimal places. See Section 6.7.4 [Input and
Output Formats], page 34.
Write format
Similar to print format, but used by the WRITE command (see Section 8.18
[WRITE], page 82).
Custom attributes
User-defined associations between names and values. See Section 11.15 [VARI-
ABLE ATTRIBUTE], page 110.
Role The intended role of a variable for use in dialog boxes in graphical user inter-
faces. See Section 11.20 [VARIABLE ROLE], page 112.
Chapter 6: The pspp language 34
Every variable has two output formats, called its print format and write format. Print
formats are used in most output contexts; write formats are used only by WRITE (see
Section 8.18 [WRITE], page 82). Newly created variables have identical print and write
formats, and FORMATS, the most commonly used command for changing formats (see
Section 11.4 [FORMATS], page 104), sets both of them to the same value as well. Thus,
most of the time, the distinction between print and write formats is unimportant.
Input and output formats are specified to pspp with a format specification of the form
TYPEw or TYPEw.d, where TYPE is one of the format types described later, w is a field
width measured in columns, and d is an optional number of decimal places. If d is omitted,
a value of 0 is assumed. Some formats do not allow a nonzero d to be specified.
The following sections describe the input and output formats supported by pspp.
On fixed-format DATA LIST (see Section 8.5.1 [DATA LIST FIXED], page 66) and in a
few other contexts, decimals are implied when the field does not contain a decimal point.
In F6.5 format, for example, the field 314159 is taken as the value 3.14159 with implied
decimals. Decimals are never implied if an explicit decimal point is present or if scientific
notation is used.
E and F formats accept the basic syntax already described. The other formats allow
some additional variations:
COMMA, DOLLAR, and DOT formats ignore grouping characters within the integer
part of the input field. The identity of the grouping character depends on the format.
DOLLAR format allows a dollar sign to precede the number. In a negative number,
the dollar sign may precede or follow the minus sign.
PCT format allows a percent sign to follow the number.
All of the basic number formats have a maximum field width of 40 and accept no more
than 16 decimal places, on both input and output. Some additional restrictions apply:
As input formats, the basic numeric formats allow no more decimal places than the field
width. As output formats, the field width must be greater than the number of decimal
places; that is, large enough to allow for a decimal point and the number of requested
decimal places. DOLLAR and PCT formats must allow an additional column for $
or %.
The default output format for a given input format increases the field width enough to
make room for optional input characters. If an input format calls for decimal places,
the width is increased by 1 to make room for an implied decimal point. COMMA,
DOT, and DOLLAR formats also increase the output width to make room for grouping
characters. DOLLAR and PCT further increase the output field width by 1 to make
room for $ or %. The increased output width is capped at 40, the maximum field
width.
The E format is exceptional. For output, E format has a minimum width of 7 plus the
number of decimal places. The default output format for an E input format is an E
format with at least 3 decimal places and thus a minimum width of 10.
More details of basic numeric output formatting are given below:
Output rounds to nearest, with ties rounded away from zero. Thus, 2.5 is output as 3
in F1.0 format, and -1.125 as -1.13 in F5.1 format.
The system-missing value is output as a period in a field of spaces, placed in the
decimal points position, or in the rightmost column if no decimal places are requested.
A period is used even if the decimal point character is a comma.
A number that does not fill its field is right-justified within the field.
A number is too large for its field causes decimal places to be dropped to make room.
If dropping decimals does not make enough room, scientific notation is used if the field
is wide enough. If a number does not fit in the field, even in scientific notation, the
overflow is indicated by filling the field with asterisks (*).
COMMA, DOT, and DOLLAR formats insert grouping characters only if space is
available for all of them. Grouping characters are never inserted when all decimal
places must be dropped. Thus, 1234.56 in COMMA5.2 format is output as 1235
Chapter 6: The pspp language 37
without a comma, even though there is room for one, because all decimal places were
dropped.
DOLLAR or PCT format drop the $ or % only if the number would not fit at all
without it. Scientific notation with $ or % is preferred to ordinary decimal notation
without it.
Except in scientific notation, a decimal point is included only when it is followed by
a digit. If the integer part of the number being output is 0, and a decimal point is
included, then the zero before the decimal point is dropped.
In scientific notation, the number always includes a decimal point, even if it is not
followed by a digit.
A negative number includes a minus sign only in the presence of a nonzero digit: -0.01
is output as -.01 in F4.2 format but as .0 in F4.1 format. Thus, a negative
zero never includes a minus sign.
In negative numbers output in DOLLAR format, the dollar sign follows the negative
sign. Thus, -9.99 in DOLLAR6.2 format is output as -$9.99.
In scientific notation, the exponent is output as E followed by + or - and exactly
three digits. Numbers with magnitude less than 10**-999 or larger than 10**999 are not
supported by most computers, but if they are supported then their output is considered
to overflow the field and will be output as asterisks.
On most computers, no more than 15 decimal digits are significant in output, even
if more are printed. In any case, output precision cannot be any higher than input
precision; few data sets are accurate to 15 digits of precision. Unavoidable loss of
precision in intermediate calculations may also reduce precision of output.
Special values such as infinities and not a number values are usually converted to the
system-missing value before printing. In a few circumstances, these values are output
directly. In fields of width 3 or greater, special values are output as however many
characters will fit from +Infinity or -Infinity for infinities, from NaN for not a
number, or from Unknown for other values (if any are supported by the system). In
fields under 3 columns wide, special values are output as asterisks.
The following syntax shows how custom currency formats could be used to reproduce
basic numeric formats:
SET CCA="-,,,". /* Same as COMMA.
SET CCB="-...". /* Same as DOT.
SET CCC="-,$,,". /* Same as DOLLAR.
SET CCD="-,,%,". /* Like PCT, but groups with commas.
Here are some more examples of custom currency formats. The final example shows how
to use a single quote to escape a delimiter:
SET CCA=",EUR,,-". /* Euro.
SET CCB="(,USD ,,)". /* US dollar.
SET CCC="-.R$..". /* Brazilian real.
SET CCD="-,, NIS,". /* Israel shekel.
SET CCE="-.Rp. ..". /* Indonesia Rupiah.
These formats would yield the following output:
N Format
The N format supports input and output of fields that contain only digits. On input, leading
or trailing spaces, a decimal point, or any other non-digit character causes the field to be
read as the system-missing value. As a special exception, an N format used on DATA LIST
FREE or DATA LIST LIST is treated as the equivalent F format.
On output, N pads the field on the left with zeros. Negative numbers are output like
the system-missing value.
Z Format
The Z format is a zoned decimal format used on IBM mainframes. Z format encodes the
sign as part of the final digit, which must be one of the following:
0123456789
{ABCDEFGHI
}JKLMNOPQR
where the characters in each row represent digits 0 through 9 in order. Characters in the
first two rows indicate a positive sign; those in the third indicate a negative sign.
On output, Z fields are padded on the left with spaces. On input, leading and trailing
spaces are ignored. Any character in an input field other than spaces, the digit characters
above, and . causes the field to be read as system-missing.
The decimal point character for input and output is always ., even if the decimal point
character is a comma (see [SET DECIMAL], page 166).
Nonzero, negative values output in Z format are marked as negative even when no
nonzero digits are output. For example, -0.2 is output in Z1.0 format as J. The negative
zero value supported by most machines is output as positive.
P and PK Formats
These are binary-coded decimal formats, in which every byte (except the last, in P format)
represents two decimal digits. The most-significant 4 bits of the first byte is the most-
significant decimal digit, the least-significant 4 bits of the first byte is the next decimal
digit, and so on.
In P format, the most-significant 4 bits of the last byte are the least-significant decimal
digit. The least-significant 4 bits represent the sign: decimal 15 indicates a negative value,
decimal 13 indicates a positive value.
Chapter 6: The pspp language 40
Numbers are rounded downward on output. The system-missing value and numbers
outside representable range are output as zero.
The maximum field width is 16. Decimal places may range from 0 up to the number of
decimal digits represented by the field.
The default output format is an F format with twice the input field width, plus one
column for a decimal point (if decimal places were requested).
RB Format
This is a binary format for real numbers. By default it reads and writes the host machines
floating-point format, but SET RRB may be used to select an alternate floating-point
format for reading (see [SET RRB], page 167) and SET WRB, similarly, for writing (see
[SET WRB], page 169).
The recommended field width depends on the floating-point format. NATIVE (the
default format), IDL, IDB, VD, VG, and ZL formats should use a field width of 8. ISL,
ISB, VF, and ZS formats should use a field width of 4. Other field widths will not produce
useful results. The maximum field width is 8. No decimal places may be specified.
The default output format is F8.2.
The system-missing value is output as a period at the right end of the field.
The file to which a file handle refers may be reassigned on a later FILE HANDLE command
if it is first closed using CLOSE FILE HANDLE. See Section 8.2 [CLOSE FILE HANDLE],
page 64, for more information.
7 Mathematical Expressions
Expressions share a common syntax each place they appear in pspp commands. Expressions
are made up of operands, which can be numbers, strings, or variable names, separated by
operators. There are five types of operators: grouping, arithmetic, logical, relational, and
functions.
Every operator takes one or more operands as input and yields exactly one result as
output. Depending on the operator, operands accept strings or numbers as operands. With
few exceptions, operands may be full-fledged expressions in themselves.
a/b Divides a by b and yields the quotient. If a is 0, then the result is 0, even if b
is missing. If b is zero, the result is system-missing.
a ** b Yields the result of raising a to the power b. If a is negative and b is not an
integer, the result is system-missing. The result of 0**0 is system-missing as
well.
-a Reverses the sign of a.
7.7 Functions
pspp functions provide mathematical abilities above and beyond those possible using simple
operators. Functions have a common syntax: each is composed of a function name followed
by a left parenthesis, one or more arguments, and a right parenthesis.
Function names are not reserved. Their names are specially treated only when followed
by a left parenthesis, so that EXP(10) refers to the constant value e raised to the 10th
power, but EXP by itself refers to the value of a variable called EXP.
The sections below describe each function in detail.
40 days 3,456,000
A date, on the other hand, is a particular instant in the past or the future. pspp
represents a date as a number of seconds since midnight preceding 14 Oct 1582. Because
midnight preceding the dates given below correspond with the numeric pspp dates given:
15 Oct 1582 86,400
4 Jul 1776 6,113,318,400
1 Jan 1900 10,010,390,400
1 Oct 1978 12,495,427,200
24 Aug 1995 13,028,601,600
quarter Refers to a quarter of the year between 1 and 4. The quarters of the year begin
on the first day of months 1, 4, 7, and 10.
week Refers to a week of the year between 1 and 53.
yday Refers to a day of the year between 1 and 366.
year Refers to a year, 1582 or greater. Years between 0 and 99 are treated according
to the epoch set on SET EPOCH, by default beginning 69 years before the
current date (see [SET EPOCH], page 166).
If these functions arguments are out-of-range, they are correctly normalized before con-
version to date format. Non-integers are rounded toward zero.
DATE.DMY (day, month, year) [Function]
DATE.MDY (month, day, year) [Function]
Results in a date value corresponding to the midnight before day day of month month
of year year.
DATE.MOYR (month, year) [Function]
Results in a date value corresponding to the midnight before the first day of month
month of year year.
DATE.QYR (quarter, year) [Function]
Results in a date value corresponding to the midnight before the first day of quarter
quarter of year year.
DATE.WKYR (week, year) [Function]
Results in a date value corresponding to the midnight before the first day of week
week of year year.
DATE.YRDAY (year, yday) [Function]
Results in a date value corresponding to the day yday of year year.
Dates and times may have very large values. Thus, it is not a good idea to take powers
of these values; also, the accuracy of some procedures may be affected. If necessary, convert
times or dates in seconds to some other unit, like days or years, before performing analysis.
pspp supplies a few functions for date arithmetic:
are reserved for pspps internal use, and attribute names that begin with @ or $@ are not
displayed by most pspp commands that display other attributes. Other attribute names
are not treated specially.
Attributes may also be organized into arrays. To assign to an array element, add an
integer array index enclosed in square brackets ([ and ]) between the attribute name and
value. Array indexes start at 1, not 0. An attribute array that has a single element (number
1) is not distinguished from a non-array attribute.
Use the DELETE subcommand to delete an attribute. Specify an attribute name by itself
to delete an entire attribute, including all array elements for attribute arrays. Specify an
attribute name followed by an array index in square brackets to delete a single element of an
attribute array. In the latter case, all the array elements numbered higher than the deleted
element are shifted down, filling the vacated position.
To associate custom attributes with particular variables, instead of with the entire active
dataset, use VARIABLE ATTRIBUTE (see Section 11.15 [VARIABLE ATTRIBUTE], page 110)
instead.
DATAFILE ATTRIBUTE takes effect immediately. It is not affected by conditional and
looping structures such as DO IF or LOOP.
The DATASET CLOSE command deletes a dataset. If the active dataset is specified by
name, or if * is specified, then the active dataset becomes unnamed. If a different dataset
is specified by name, then it is deleted and becomes unavailable. Specifying ALL deletes all
datasets except for the active dataset, which becomes unnamed.
The DATASET DISPLAY command lists all the currently defined datasets.
Many DATASET commands accept an optional WINDOW subcommand. In the psppIRE
GUI, the value given for this subcommand influences how the datasets window is displayed.
Outside the GUI, the WINDOW subcommand has no effect. The valid values are:
ASIS Do not change how the window is displayed. This is the default for DATASET
NAME and DATASET ACTIVATE.
FRONT Raise the datasets window to the top. Make it the default dataset for running
syntax.
MINIMIZED
Display the window minimized to an icon. Prefer other datasets for running
syntax. This is the default for DATASET COPY and DATASET DECLARE.
HIDDEN Hide the datasets window. Prefer other datasets for running syntax.
The FILE subcommand must be used if input is to be taken from an external file. It may
be used to specify a file name as a string or a file handle (see Section 6.9 [File Handles],
page 44). If the FILE subcommand is not used, then input is assumed to be specified
within the command file using BEGIN DATA. . . END DATA (see Section 8.1 [BEGIN DATA],
page 64). The ENCODING subcommand may only be used if the FILE subcommand is also
used. It specifies the character encoding of the file. See Section 16.16 [INSERT], page 162,
for information on supported encodings.
The optional RECORDS subcommand, which takes a single integer as an argument, is used
to specify the number of lines per record. If RECORDS is not specified, then the number of
lines per record is calculated from the list of variable specifications later in DATA LIST.
The END subcommand is only useful in conjunction with INPUT PROGRAM. See Section 8.9
[INPUT PROGRAM], page 73, for details.
The optional SKIP subcommand specifies a number of records to skip at the beginning
of an input file. It can be used to skip over a row that contains variable names, for example.
DATA LIST can optionally output a table describing how the data file will be read. The
TABLE subcommand enables this output, and NOTABLE disables it. The default is to output
the table.
The list of variables to be read from the data list must come last. Each line in the
data record is introduced by a slash (/). Optionally, a line number may follow the slash.
Following, any number of variable specifications may be present.
Each variable specification consists of a list of variable names followed by a description
of their location on the input line. Sets of variables may be specified using the DATA LIST
TO convention (see Section 6.7.3 [Sets of Variables], page 34). There are two ways to specify
the location of the variable on the line: columnar style and FORTRAN style.
In columnar style, the starting column and ending column for the field are specified after
the variable name, separated by a dash (-). For instance, the third through fifth columns
on a line would be specified 3-5. By default, variables are considered to be in F format
(see Section 6.7.4 [Input and Output Formats], page 34). (This default can be changed; see
Section 16.20 [SET], page 164, for more information.)
In columnar style, to use a variable format other than the default, specify the format
type in parentheses after the column numbers. For instance, for alphanumeric A format,
use (A).
In addition, implied decimal places can be specified in parentheses after the column
numbers. As an example, suppose that a data file has a field in which the characters 1234
should be interpreted as having the value 12.34. Then this field has two implied decimal
places, and the corresponding specification would be (2). If a field that has implied
decimal places contains a decimal point, then the implied decimal places are not applied.
Changing the variable format and adding implied decimal places can be done together;
for instance, (N,5).
When using columnar style, the input and output width of each variable is computed
from the field width. The field width must be evenly divisible into the number of variables
specified.
FORTRAN style is an altogether different approach to specifying field locations. With
this approach, a list of variable input format specifications, separated by commas, are
Chapter 8: Data Input and Output 68
placed after the variable names inside parentheses. Each format specifier advances as many
characters into the input line as it uses.
Implied decimal places also exist in FORTRAN style. A format specification with d
decimal places also has d implied decimal places.
In addition to the standard format specifiers (see Section 6.7.4 [Input and Output For-
mats], page 34), FORTRAN style defines some extensions:
X Advance the current column on this line by one character position.
Tx Set the current column on this line to column x, with column numbers consid-
ered to begin with 1 at the left margin.
NEWRECx Skip forward x lines in the current record, resetting the active column to the
left margin.
Repeat count
Any format specifier may be preceded by a number. This causes the action of
that format specifier to be repeated the specified number of times.
(spec1, . . . , specN )
Group the given specifiers together. This is most useful when preceded by a
repeat count. Groups may be nested arbitrarily.
FORTRAN and columnar styles may be freely intermixed. Columnar style leaves the
active column immediately after the ending column specified. Record motion using NEWREC
in FORTRAN style also applies to later FORTRAN and columnar specifiers.
Examples
1.
DATA LIST TABLE /NAME 1-10 (A) INFO1 TO INFO3 12-17 (1).
BEGIN DATA.
John Smith 102311
Bob Arnold 122015
Bill Yates 918 6
END DATA.
Defines the following variables:
NAME, a 10-character-wide string variable, in columns 1 through 10.
INFO1, a numeric variable, in columns 12 through 13.
INFO2, a numeric variable, in columns 14 through 15.
INFO3, a numeric variable, in columns 16 through 17.
The BEGIN DATA/END DATA commands cause three cases to be defined:
Case NAME INFO1 INFO2 INFO3
1 John Smith 10 23 11
2 Bob Arnold 12 20 15
3 Bill Yates 9 18 6
The TABLE keyword causes pspp to print out a table describing the four variables
defined.
Chapter 8: Data Input and Output 69
2.
DAT LIS FIL="survey.dat"
/ID 1-5 NAME 7-36 (A) SURNAME 38-67 (A) MINITIAL 69 (A)
/Q01 TO Q50 7-56
/.
Defines the following variables:
ID, a numeric variable, in columns 1-5 of the first record.
NAME, a 30-character string variable, in columns 7-36 of the first record.
SURNAME, a 30-character string variable, in columns 38-67 of the first record.
MINITIAL, a 1-character string variable, in column 69 of the first record.
Fifty variables Q01, Q02, Q03, . . . , Q49, Q50, all numeric, Q01 in column 7, Q02 in
column 8, . . . , Q49 in column 55, Q50 in column 56, all in the second record.
Cases are separated by a blank record.
Data is read from file survey.dat in the current directory.
This example shows keywords abbreviated to their first 3 letters.
The variables to be parsed are given as a single list of variable names. This list must
be introduced by a single slash (/). The set of variable names may contain format spec-
ifications in parentheses (see Section 6.7.4 [Input and Output Formats], page 34). Format
specifications apply to all variables back to the previous parenthesized format specification.
In addition, an asterisk may be used to indicate that all variables preceding it are to
have input/output format F8.0.
Specified field widths are ignored on input, although all normal limits on field width
apply, but they are honored on output.
In IMAGE mode, the data file is treated as a series of fixed-length binary records.
LRECL should be used to specify the record length in bytes, with a default of 1024.
On input, it is an error if an IMAGE files length is not a integer multiple of the record
length. On output, each record is padded with spaces or truncated, if necessary, to
make it exactly the correct length.
In BINARY mode, the data file is treated as a series of variable-length binary records.
LRECL may be specified, but its value is ignored. The data for each record is both
preceded and followed by a 32-bit signed integer in little-endian byte order that specifies
the length of the record. (This redundancy permits records in these files to be efficiently
read in reverse order, although pspp always reads them in forward order.) The length
does not include either integer.
Mode 360 reads and writes files in formats first used for tapes in the 1960s on IBM
mainframe operating systems and still supported today by the modern successors of
those operating systems. For more information, see OS/400 Tape and Diskette Device
Programming, available on IBMs website.
Alphanumeric data in mode 360 files are encoded in EBCDIC. pspp translates
EBCDIC to or from the hosts native format as necessary on input or output, using
an ASCII/EBCDIC translation that is one-to-one, so that a round trip from ASCII
to EBCDIC back to ASCII, or vice versa, always yields exactly the original data.
The RECFORM subcommand is required in mode 360. The precise file format depends
on its setting:
F
FIXED This record format is equivalent to IMAGE mode, except for EBCDIC
translation.
IBM documentation calls this *F (fixed-length, deblocked) format.
V
VARIABLE
The file comprises a sequence of zero or more variable-length blocks. Each
block begins with a 4-byte block descriptor word (BDW). The first two
bytes of the BDW are an unsigned integer in big-endian byte order that
specifies the length of the block, including the BDW itself. The other two
bytes of the BDW are ignored on input and written as zeros on output.
Following the BDW, the remainder of each block is a sequence of one or
more variable-length records, each of which in turn begins with a 4-byte
record descriptor word (RDW) that has the same format as the BDW.
Following the RDW, the remainder of each record is the record data.
The maximum length of a record in VARIABLE mode is 65,527 bytes:
65,535 bytes (the maximum value of a 16-bit unsigned integer), minus 4
bytes for the BDW, minus 4 bytes for the RDW.
In mode VARIABLE, LRECL specifies a maximum, not a fixed, record
length, in bytes. The default is 8,192.
IBM documentation calls this *VB (variable-length, blocked, unspanned)
format.
Chapter 8: Data Input and Output 73
VS
SPANNED
The file format is like that of VARIABLE mode, except that logical records
may be split among multiple physical records (called segments) or blocks.
In SPANNED mode, the third byte of each RDW is called the segment con-
trol character (SCC). Odd SCC values cause the segment to be appended
to a record buffer maintained in memory; even values also append the
segment and then flush its contents to the input procedure. Canonically,
SCC value 0 designates a record not spanned among multiple segments,
and values 1 through 3 designate the first segment, the last segment, or
an intermediate segment, respectively, within a multi-segment record. The
record buffer is also flushed at end of file regardless of the final records
SCC.
The maximum length of a logical record in VARIABLE mode is limited
only by memory available to pspp. Segments are limited to 65,527 bytes,
as in VARIABLE mode.
This format is similar to what IBM documentation call *VS (variable-
length, deblocked, spanned) format.
In mode 360, fields of type A that extend beyond the end of a record read from disk
are padded with spaces in the hosts native character set, which are then translated
from EBCDIC to the native character set. Thus, when the hosts native character set
is based on ASCII, these fields are effectively padded with character X80. This wart
is implemented for compatibility.
The NAME subcommand specifies the name of the file associated with the handle. It is
required in all modes but SCRATCH mode, in which its use is forbidden.
The ENCODING subcommand specifies the encoding of text in the file. For reading text
files in CHARACTER mode, all of the forms described for ENCODING on the INSERT
command are supported (see Section 16.16 [INSERT], page 162). For reading in other file-
based modes, encoding autodetection is not supported; if the specified encoding requests
autodetection then the default encoding will be used. This is also true when a file handle
is used for writing a file in any mode.
Transformations, such as conditional and looping constructs, can also be included within
INPUT PROGRAM. These can be used to combine input from several data files in more complex
ways. However, input will still stop when end of file is reached on any of the data files.
To prevent INPUT PROGRAM from terminating at the first end of file, use the END subcom-
mand on DATA LIST. This subcommand takes a variable name, which should be a numeric
scratch variable (see Section 6.7.5 [Scratch Variables], page 43). (It need not be a scratch
variable but otherwise the results can be surprising.) The value of this variable is set to 0
when reading the data file, or 1 when end of file is encountered.
Two additional commands are useful in conjunction with INPUT PROGRAM. END CASE is
the first. Normally each loop through the INPUT PROGRAM structure produces one case. END
CASE controls exactly when cases are output. When END CASE is used, looping from the end
of INPUT PROGRAM to the beginning does not cause a case to be output.
END FILE is the second. When the END subcommand is used on DATA LIST, there is no
way for the INPUT PROGRAM construct to stop looping, so an infinite loop results. END FILE,
when executed, stops the flow of input data and passes out of the INPUT PROGRAM structure.
INPUT PROGRAM must contain at least one DATA LIST or END FILE command.
All this is very confusing. A few examples should help to clarify.
INPUT PROGRAM.
DATA LIST NOTABLE FILE=a.data/X 1-10.
DATA LIST NOTABLE FILE=b.data/Y 1-10.
END INPUT PROGRAM.
LIST.
The example above reads variable X from file a.data and variable Y from file b.data.
If one file is shorter than the other then the extra data in the longer file is ignored.
INPUT PROGRAM.
NUMERIC #A #B.
DO IF NOT #A.
DATA LIST NOTABLE END=#A FILE=a.data/X 1-10.
END IF.
DO IF NOT #B.
DATA LIST NOTABLE END=#B FILE=b.data/Y 1-10.
END IF.
DO IF #A AND #B.
END FILE.
END IF.
END CASE.
END INPUT PROGRAM.
LIST.
The above example reads variable X from a.data and variable Y from b.data. If one file
is shorter than the other then the missing field is set to the system-missing value alongside
the present value for the remaining length of the longer file.
INPUT PROGRAM.
NUMERIC #A #B.
Chapter 8: Data Input and Output 75
DO IF #A.
DATA LIST NOTABLE END=#B FILE=b.data/X 1-10.
DO IF #B.
END FILE.
ELSE.
END CASE.
END IF.
ELSE.
DATA LIST NOTABLE END=#A FILE=a.data/X 1-10.
DO IF NOT #A.
END CASE.
END IF.
END IF.
END INPUT PROGRAM.
LIST.
The above example reads data from file a.data, then from b.data, and concatenates
them into a single active dataset.
INPUT PROGRAM.
NUMERIC #EOF.
COMPUTE #EOF = 0.
LOOP IF NOT #EOF.
DATA LIST NOTABLE END=#EOF FILE=b.data/X 1-10.
DO IF NOT #EOF.
END CASE.
END IF.
END LOOP.
END FILE.
END INPUT PROGRAM.
LIST.
The above example does the same thing as the previous example, in a different way.
INPUT PROGRAM.
LOOP #I=1 TO 50.
COMPUTE X=UNIFORM(10).
END CASE.
END LOOP.
END FILE.
END INPUT PROGRAM.
Chapter 8: Data Input and Output 76
LIST/FORMAT=NUMBERED.
The above example causes an active dataset to be created consisting of 50 random
variates between 0 and 10.
8.10 LIST
LIST
/VARIABLES=var list
/CASES=FROM start index TO end index BY incr index
/FORMAT={UNNUMBERED,NUMBERED} {WRAP,SINGLE}
The LIST procedure prints the values of specified variables to the listing file.
The VARIABLES subcommand specifies the variables whose values are to be printed.
Keyword VARIABLES is optional. If VARIABLES subcommand is not specified then all
variables in the active dataset are printed.
The CASES subcommand can be used to specify a subset of cases to be printed. Specify
FROM and the case number of the first case to print, TO and the case number of the last case
to print, and BY and the number of cases to advance between printing cases, or any subset
of those settings. If CASES is not specified then all cases are printed.
The FORMAT subcommand can be used to change the output format. NUMBERED will print
case numbers along with each case; UNNUMBERED, the default, causes the case numbers to
be omitted. The WRAP and SINGLE settings are currently not used.
Case numbers start from 1. They are counted after all transformations have been con-
sidered.
LIST is a procedure. It causes the data to be read.
There is one mandatory subcommand, viz: VARIABLES, which defines the columns of the
matrix. Normally, the columns should include an item called ROWTYPE_. The ROWTYPE_
column is used to specify the purpose of a row in the matrix.
matrix data
variables = rowtype_ var01 TO var08.
begin data.
mean 24.3 5.4 69.7 20.1 13.4 2.7 27.9 3.7
sd 5.7 1.5 23.5 5.8 2.8 4.5 5.4 1.5
n 92 92 92 92 92 92 92 92
corr 1.00
corr .18 1.00
corr -.22 -.17 1.00
corr .36 .31 -.14 1.00
corr .27 .16 -.12 .22 1.00
corr .33 .15 -.17 .24 .21 1.00
corr .50 .29 -.20 .32 .12 .38 1.00
corr .17 .29 -.05 .20 .27 .20 .04 1.00
end data.
In the above example, the first three rows have ROWTYPE values of mean, sd, and
n. These indicate that the rows contain mean values, standard deviations and counts,
respectively. All subsequent rows have a ROWTYPE of corr which indicates that the
values are correlation coefficients.
Note that in this example, the upper right values of the corr values are blank, and in
each case, the rightmost value is unity. This is because, the FORMAT subcommand defaults to
LOWER DIAGONAL, which indicates that only the lower triangle is provided in the data. The
opposite triangle is automatically inferred. One could instead specify the upper triangle as
follows:
matrix data
variables = rowtype_ var01 TO var08
/format = upper nodiagonal.
begin data.
mean 24.3 5.4 69.7 20.1 13.4 2.7 27.9 3.7
sd 5.7 1.5 23.5 5.8 2.8 4.5 5.4 1.5
n 92 92 92 92 92 92 92 92
corr .17 .50 -.33 .27 .36 -.22 .18
corr .29 .29 -.20 .32 .12 .38
corr .05 .20 -.15 .16 .21
corr .20 .32 -.17 .12
corr .27 .12 -.24
corr -.20 -.38
corr .04
end data.
In this example the NODIAGONAL keyword is used. Accordingly the diagonal values
of the matrix are omitted. This implies that there is one less corr line than there are
Chapter 8: Data Input and Output 78
variables. If the FULL option is passed to the FORMAT subcommand, then all the matrix
elements must be provided, including the diagonal elements.
In the preceding examples, each matrix row has been specified on a single line. If you
pass the keyword FREE to FORMAT then the data may be data for several matrix rows may
be specified on the same line, or a single row may be split across lines.
The N subcommand may be used to specify the number of valid cases for each variable.
It should not be used if the data contains a record whose ROWTYPE column is N or
N_VECTOR. It implies a N record whose values are all n. That is to say,
matrix data
variables = rowtype_ var01 TO var04
/format = upper nodiagonal
/n = 99.
begin data
mean 34 35 36 37
sd 22 11 55 66
corr 9 8 7
corr 6 5
corr 4
end data.
produces an effect identical to
matrix data
variables = rowtype_ var01 TO var04
/format = upper nodiagonal
begin data
n 99 99 99 99
mean 34 35 36 37
sd 22 11 55 66
corr 9 8 7
corr 6 5
corr 4
end data.
The SPLIT is used to indicate that variables are to be considered as split variables. For
example, the following defines two matrices using the variable S1 to distinguish between
them.
matrix data
variables = s1 rowtype_ var01 TO var04
/split = s1
/format = full diagonal.
begin data
0 mean 34 35 36 37
0 sd 22 11 55 66
0 n 99 98 99 92
0 corr 1 9 8 7
0 corr 9 1 6 5
Chapter 8: Data Input and Output 79
0 corr 8 6 1 4
0 corr 7 5 4 1
1 mean 44 45 34 39
1 sd 23 15 51 46
1 n 98 34 87 23
1 corr 1 2 3 4
1 corr 2 1 5 6
1 corr 3 5 1 7
1 corr 4 6 7 1
end data.
8.13 PRINT
PRINT
[OUTFILE=file name]
[RECORDS=n lines]
[{NOTABLE,TABLE}]
[ENCODING=encoding]
[/[line no] arg . . . ]
Literal strings may be printed. Specify the string itself. Optionally the string may be
followed by a column number, specifying the column on the line where the string should
start. Otherwise, the string will be printed at the current position on the line.
Variables to be printed can be specified in the same ways as available for DATA LIST
FIXED (see Section 8.5.1 [DATA LIST FIXED], page 66). In addition, a variable list may be
followed by an asterisk (*), which indicates that the variables should be printed in their
dictionary print formats, separated by spaces. A variable list followed by a slash or the end
of command will be interpreted the same way.
If a FORTRAN type specification is used to move backwards on the current line, then
text is written at that point on the line, the line will be truncated to that length, although
additional text being added will again extend the line to that length.
8.16 REREAD
REREAD [FILE=handle] [COLUMN=column] [ENCODING=encoding].
The REREAD transformation allows the previous input line in a data file already processed
by DATA LIST or another input command to be re-read for further processing.
The FILE subcommand, which is optional, is used to specify the file to have its line re-
read. The file must be specified as the name of a file handle (see Section 6.9 [File Handles],
page 44). If FILE is not specified then the last file specified on DATA LIST will be assumed
(last file specified lexically, not in terms of flow-of-control).
By default, the line re-read is re-read in its entirety. With the COLUMN subcommand, a
prefix of the line can be exempted from re-reading. Specify an expression (see Chapter 7
[Expressions], page 46) evaluating to the first column that should be included in the re-read
line. Columns are numbered from 1 at the left margin.
The ENCODING subcommand may only be used if the FILE subcommand is also used.
It specifies the character encoding of the file. See Section 16.16 [INSERT], page 162, for
information on supported encodings.
Issuing REREAD multiple times will not back up in the data file. Instead, it will re-read
the same line multiple times.
record width of the input file is used. For the inline file (see Section 8.1 [BEGIN DATA],
page 64) this is 80 columns; for a file with fixed record widths it is the record width; for
other files it is 1024 characters by default.
The OCCURS subcommand is required. It must be a number or the name of a numeric
variable. Its value is the number of groups present in the current record.
The DATA subcommand is required. It must be the last subcommand specified. It is used
to specify the data present within each repeating group. Column numbers are specified
relative to the beginning of a group at column 1. Data is specified in the same way as with
DATA LIST FIXED (see Section 8.5.1 [DATA LIST FIXED], page 66).
All other subcommands are optional.
FILE specifies the file to read, either a file name as a string or a file handle (see Section 6.9
[File Handles], page 44). If FILE is not present then the default is the last file handle used
on DATA LIST (lexically, not in terms of flow of control).
By default REPEATING DATA will output a table describing how it will parse the input
data. Specifying NOTABLE will disable this behavior; specifying TABLE will explicitly enable
it.
The LENGTH subcommand specifies the length in characters of each group. If it is not
present then length is inferred from the DATA subcommand. LENGTH can be a number or
a variable name.
Normally all the data groups are expected to be present on a single line. Use the
CONTINUED command to indicate that data can be continued onto additional lines. If data
on continuation lines starts at the left margin and continues through the entire field width,
no column specifications are necessary on CONTINUED. Otherwise, specify the possible range
of columns in the same way as on STARTS.
When data groups are continued from line to line, it is easy for cases to get out of sync
through careless hand editing. The ID subcommand allows a case identifier to be present
on each line of repeating data groups. REPEATING DATA will check for the same identifier
on each line and report mismatches. Specify the range of columns that the identifier will
occupy, followed by an equals sign (=) and the identifier variable name. The variable must
already have been declared with NUMERIC or another command.
REPEATING DATA should be the last command given within an INPUT PROGRAM. It should
not be enclosed within a LOOP structure (see Section 14.4 [LOOP], page 129). Use DATA
LIST before, not after, REPEATING DATA.
8.18 WRITE
WRITE
OUTFILE=file name
RECORDS=n lines
{NOTABLE,TABLE}
/[line no] arg . . .
The commands in this chapter read, write, and examine system files and portable files.
APPLY DICTIONARY takes effect immediately. It does not read the active dataset. The
system file is not modified.
Chapter 9: System and Portable File I/O 85
9.2 EXPORT
EXPORT
/OUTFILE=file name
/UNSELECTED={RETAIN,DELETE}
/DIGITS=n
/DROP=var list
/KEEP=var list
/RENAME=(src names=target names). . .
/TYPE={COMM,TAPE}
/MAP
The EXPORT procedure writes the active datasets dictionary and data to a specified
portable file.
By default, cases excluded with FILTER are written to the file. These can be excluded
by specifying DELETE on the UNSELECTED subcommand. Specifying RETAIN makes the
default explicit.
Portable files express real numbers in base 30. Integers are always expressed to the
maximum precision needed to make them exact. Non-integers are, by default, expressed
to the machines maximum natural precision (approximately 15 decimal digits on many
machines). If many numbers require this many digits, the portable file may significantly
increase in size. As an alternative, the DIGITS subcommand may be used to specify the
number of decimal digits of precision to write. DIGITS applies only to non-integers.
The OUTFILE subcommand, which is the only required subcommand, specifies the
portable file to be written as a file name string or a file handle (see Section 6.9 [File
Handles], page 44).
DROP, KEEP, and RENAME follow the same format as the SAVE procedure (see Section 9.6
[SAVE], page 92).
The TYPE subcommand specifies the character set for use in the portable file. Its value
is currently not used.
The MAP subcommand is currently ignored.
EXPORT is a procedure. It causes the active dataset to be read.
9.3 GET
GET
/FILE={file name,file handle}
/DROP=var list
/KEEP=var list
/RENAME=(src names=target names). . .
/ENCODING=encoding
GET clears the current dictionary and active dataset and replaces them with the dictio-
nary and data from a specified file.
The FILE subcommand is the only required subcommand. Specify the SPSS system file,
SPSS/PC+ system file, or SPSS portable file to be read as a string file name or a file handle
(see Section 6.9 [File Handles], page 44).
Chapter 9: System and Portable File I/O 86
By default, all the variables in a file are read. The DROP subcommand can be used to
specify a list of variables that are not to be read. By contrast, the KEEP subcommand can
be used to specify variable that are to be read, with all other variables not read.
Normally variables in a file retain the names that they were saved under. Use the RENAME
subcommand to change these names. Specify, within parentheses, a list of variable names
followed by an equals sign (=) and the names that they should be renamed to. Multiple
parenthesized groups of variable names can be included on a single RENAME subcommand.
Variables names may be swapped using a RENAME subcommand of the form /RENAME=(A
B=B A).
Alternate syntax for the RENAME subcommand allows the parentheses to be eliminated.
When this is done, only a single variable may be renamed at once. For instance,
/RENAME=A=B. This alternate syntax is deprecated.
DROP, KEEP, and RENAME are executed in left-to-right order. Each may be present any
number of times. GET never modifies a file on disk. Only the active dataset read from the
file is affected by these subcommands.
pspp automatically detects the encoding of string data in the file, when possible.
The character encoding of old SPSS system files cannot always be guessed correctly,
and SPSS/PC+ system files do not include any indication of their encoding. Specify
the ENCODING subcommand with an IANA character set name as its string argument to
override the default. Use SYSFILE INFO to analyze the encodings that might be valid for a
system file. The ENCODING subcommand is a pspp extension.
GET does not cause the data to be read, only the dictionary. The data is read later, when
a procedure is executed.
Use of GET to read a portable file is a pspp extension.
be represented in pspp. If a datum cannot be represented a warning will be issued and that
datum will be set to SYSMIS.
The CONNECT subcommand is mandatory. It is a string specifying the parameters of the
database server from which the data should be fetched. The format of the string is given
in the postgres manual http://www.postgresql.org/docs/8.0/static/libpq.html#
LIBPQ-CONNECT.
The SQL subcommand is mandatory. It must be a valid SQL string to retrieve data from
the database.
The ASSUMEDSTRWIDTH subcommand specifies the maximum width of string variables
read from the database. If omitted, the default value is determined from the length of the
string in the first value read for each variable.
The UNENCRYPTED subcommand allows data to be retrieved over an insecure connection.
If the connection is not encrypted, and the UNENCRYPTED subcommand is not given, then an
error will occur. Whether or not the connection is encrypted depends upon the underlying
psql library and the capabilities of the database server.
The BSIZE subcommand serves only to optimise the speed of data transfer. It specifies
an upper limit on number of cases to fetch from the database at once. The default value
is 4096. If your SQL statement fetches a large number of cases but only a small number of
variables, then the data transfer may be faster if you increase this value. Conversely, if the
number of variables is large, or if the machine on which pspp is running has only a small
amount of memory, then a smaller value will be better.
The following syntax is an example:
GET DATA /TYPE=PSQL
/CONNECT=host=example.com port=5432 dbname=product user=fred passwd=xxxx
/SQL=select * from manufacturer.
By default, cases are read from the input file starting from the first line. To skip lines
at the beginning of an input file, set FIRSTCASE to the number of the first line to read: 2
to skip the first line, 3 to skip the first two lines, and so on.
IMPORTCASES is ignored, for compatibility. Use N OF CASES to limit the number of cases
read from a file (see Section 13.2 [N OF CASES], page 124), or SAMPLE to obtain a random
sample of cases (see Section 13.3 [SAMPLE], page 125).
The remaining subcommands apply only to one of the two file arrangements, described
below.
/DELIMITERS="delimiters"
[/QUALIFIER="quotes"
[/DELCASE={LINE,VARIABLES n variables}]
/VARIABLES=del var1 [del var2]. . .
where each del var takes the form:
variable format
The GET DATA command with TYPE=TXT and ARRANGEMENT=DELIMITED
reads input data from text files in delimited format, where fields are separated by a set
of user-specified delimiters. Its capabilities are similar to those of DATA LIST FREE (see
Section 8.5.2 [DATA LIST FREE], page 69), with a few enhancements.
The required FILE subcommand and optional FIRSTCASE and IMPORTCASE subcommands
are described above (see Section 9.4.3 [GET DATA /TYPE=TXT], page 88).
DELIMITERS, which is required, specifies the set of characters that may separate fields.
Each character in the string specified on DELIMITERS separates one field from the next. The
end of a line also separates fields, regardless of DELIMITERS. Two consecutive delimiters in
the input yield an empty field, as does a delimiter at the end of a line. A space character
as a delimiter is an exception: consecutive spaces do not yield an empty field and neither
does any number of spaces at the end of a line.
To use a tab as a delimiter, specify \t at the beginning of the DELIMITERS string. To
use a backslash as a delimiter, specify \\ as the first delimiter or, if a tab should also be
a delimiter, immediately following \t. To read a data file in which each field appears on
a separate line, specify the empty string for DELIMITERS.
The optional QUALIFIER subcommand names one or more characters that can be used
to quote values within fields in the input. A field that begins with one of the specified
quote characters ends at the next matching quote. Intervening delimiters become part of
the field, instead of terminating it. The ability to specify more than one quote character is
a pspp extension.
Chapter 9: System and Portable File I/O 90
The character specified on QUALIFIER can be embedded within a field that it quotes by
doubling the qualifier. For example, if is specified on QUALIFIER, then ab specifies
a field that contains ab.
The DELCASE subcommand controls how data may be broken across lines in the data
file. With LINE, the default setting, each line must contain all the data for exactly one
case. For additional flexibility, to allow a single case to be split among lines or multiple
cases to be contained on a single line, specify VARIABLES n variables, where n variables
is the number of variables per case.
The VARIABLES subcommand is required and must be the last subcommand. Specify the
name of each variable and its input format (see Section 6.7.4 [Input and Output Formats],
page 34) in the order they should be read from the input file.
Examples
On a Unix-like system, the /etc/passwd file has a format similar to this:
root:$1$nyeSP5gD$pDq/:0:0:,,,:/root:/bin/bash
blp:$1$BrP/pFg4$g7OG:1000:1000:Ben Pfaff,,,:/home/blp:/bin/bash
john:$1$JBuq/Fioq$g4A:1001:1001:John Darrington,,,:/home/john:/bin/bash
jhs:$1$D3li4hPL$88X1:1002:1002:Jason Stover,,,:/home/jhs:/bin/csh
The following syntax reads a file in the format used by /etc/passwd:
GET DATA /TYPE=TXT /FILE=/etc/passwd /DELIMITERS=:
/VARIABLES=username A20
password A40
uid F10
gid F10
gecos A40
home A40
shell A40.
Consider the following data on used cars:
model year mileage price type age
Civic 2002 29883 15900 Si 2
Civic 2003 13415 15900 EX 1
Civic 1992 107000 3800 n/a 12
Accord 2002 26613 17900 EX 1
The following syntax can be used to read the used car data:
GET DATA /TYPE=TXT /FILE=cars.data /DELIMITERS= /FIRSTCASE=2
/VARIABLES=model A8
year F4
mileage F6
price F5
type A4
age F2.
Consider the following information on animals in a pet store:
Pets Name, "Age", "Color", "Date Received", "Price", "Height", "Type"
, (Years), , , (Dollars), ,
Chapter 9: System and Portable File I/O 91
[/FIXCASE=n]
/VARIABLES fixed var [fixed var]. . .
[/rec# fixed var [fixed var]. . . ]. . .
where each fixed var takes the form:
variable start-end format
The GET DATA command with TYPE=TXT and ARRANGEMENT=FIXED reads input
data from text files in fixed format, where each field is located in particular fixed column
positions within records of a case. Its capabilities are similar to those of DATA LIST FIXED
(see Section 8.5.1 [DATA LIST FIXED], page 66), with a few enhancements.
The required FILE subcommand and optional FIRSTCASE and IMPORTCASE subcommands
are described above (see Section 9.4.3 [GET DATA /TYPE=TXT], page 88).
The optional FIXCASE subcommand may be used to specify the positive integer number
of input lines that make up each case. The default value is 1.
The VARIABLES subcommand, which is required, specifies the positions at which each
variable can be found. For each variable, specify its name, followed by its start and end
column separated by - (e.g. 0-9), followed by an input format type (e.g. F) or a full
format specification (e.g. DOLLAR12.2). For this command, columns are numbered starting
from 0 at the left column. Introduce the variables in the second and later lines of a case by
a slash followed by the number of the line within the case, e.g. /2 for the second line.
Examples
Consider the following data on used cars:
model year mileage price type age
Chapter 9: System and Portable File I/O 92
9.5 IMPORT
IMPORT
/FILE=file name
/TYPE={COMM,TAPE}
/DROP=var list
/KEEP=var list
/RENAME=(src names=target names). . .
The IMPORT transformation clears the active dataset dictionary and data and replaces
them with a dictionary and data from a system file or portable file.
The FILE subcommand, which is the only required subcommand, specifies the portable
file to be read as a file name string or a file handle (see Section 6.9 [File Handles], page 44).
The TYPE subcommand is currently not used.
DROP, KEEP, and RENAME follow the syntax used by GET (see Section 9.3 [GET], page 85).
IMPORT does not cause the data to be read; only the dictionary. The data is read later,
when a procedure is executed.
Use of IMPORT to read a system file is a pspp extension.
9.6 SAVE
SAVE
/OUTFILE={file name,file handle}
/UNSELECTED={RETAIN,DELETE}
/{UNCOMPRESSED,COMPRESSED,ZCOMPRESSED}
/PERMISSIONS={WRITEABLE,READONLY}
/DROP=var list
/KEEP=var list
/VERSION=version
/RENAME=(src names=target names). . .
/NAMES
/MAP
The SAVE procedure causes the dictionary and data in the active dataset to be written
to a system file.
Chapter 9: System and Portable File I/O 93
OUTFILE is the only required subcommand. Specify the system file to be written as a
string file name or a file handle (see Section 6.9 [File Handles], page 44).
By default, cases excluded with FILTER are written to the system file. These can be
excluded by specifying DELETE on the UNSELECTED subcommand. Specifying RETAIN makes
the default explicit.
The UNCOMPRESSED, COMPRESSED, and ZCOMPRESSED subcommand determine the system
files compression level:
UNCOMPRESSED
Data is not compressed. Each numeric value uses 8 bytes of disk space. Each
string value uses one byte per column width, rounded up to a multiple of 8
bytes.
COMPRESSED
Data is compressed with a simple algorithm. Each integer numeric value be-
tween 99 and 151, inclusive, or system missing value uses one byte of disk
space. Each 8-byte segment of a string that consists only of spaces uses 1 byte.
Any other numeric value or 8-byte string segment uses 9 bytes of disk space.
ZCOMPRESSED
Data is compressed with the deflate compression algorithm specified in
RFC 1951 (the same algorithm used by gzip). Files written with this
compression level cannot be read by PSPP 0.8.1 or earlier or by SPSS 20 or
earlier.
COMPRESSED is the default compression level. The SET command (see Section 16.20
[SET], page 164) can change this default.
The PERMISSIONS subcommand specifies permissions for the new system file. WRITE-
ABLE, the default, creates the file with read and write permission. READONLY creates
the file for read-only access.
By default, all the variables in the active dataset dictionary are written to the system
file. The DROP subcommand can be used to specify a list of variables not to be written. In
contrast, KEEP specifies variables to be written, with all variables not specified not written.
Normally variables are saved to a system file under the same names they have in the
active dataset. Use the RENAME subcommand to change these names. Specify, within paren-
theses, a list of variable names followed by an equals sign (=) and the names that they
should be renamed to. Multiple parenthesized groups of variable names can be included on
a single RENAME subcommand. Variables names may be swapped using a RENAME subcom-
mand of the form /RENAME=(A B=B A).
Alternate syntax for the RENAME subcommand allows the parentheses to be eliminated.
When this is done, only a single variable may be renamed at once. For instance,
/RENAME=A=B. This alternate syntax is deprecated.
DROP, KEEP, and RENAME are performed in left-to-right order. They each may be present
any number of times. SAVE never modifies the active dataset. DROP, KEEP, and RENAME only
affect the system file written to disk.
The VERSION subcommand specifies the version of the file format. Valid versions are 2
and 3. The default version is 3. In version 2 system files, variable names longer than 8
bytes will be truncated. The two versions are otherwise identical.
Chapter 9: System and Portable File I/O 94
[/DROP=var list]
[/KEEP=var list]
[/RENAME=(src names=target names). . . ]
[/UNSELECTED={RETAIN,DELETE}]
[/MAP]
[/REPLACE]
[/MISSING={IGNORE,RECODE}]
[/DROP=var list]
[/KEEP=var list]
[/RENAME=(src names=target names). . . ]
[/UNSELECTED={RETAIN,DELETE}]
[/FIELDNAMES]
[/CELLS={VALUES,LABELS}]
[/TEXTOPTIONS DELIMITER=delimiter]
[/TEXTOPTIONS QUALIFIER=qualifier]
[/TEXTOPTIONS DECIMAL={DOT,COMMA}]
[/TEXTOPTIONS FORMAT={PLAIN,VARIABLE}]
The SAVE TRANSLATE command with TYPE=CSV or TYPE=TAB writes data in a
comma- or tab-separated value format similar to that described by RFC 4180. Each variable
becomes one output column, and each case becomes one line of output. If FIELDNAMES
is specified, an additional line at the top of the output file lists variable names.
The CELLS and TEXTOPTIONS FORMAT settings determine how values are written
to the output file:
CELLS=VALUES FORMAT=PLAIN (the default settings)
Writes variables to the output in plain formats that ignore the details of
variable formats. Numeric values are written as plain decimal numbers with
enough digits to indicate their exact values in machine representation. Numeric
values include e followed by an exponent if the exponent value would be less
than -4 or greater than 16. Dates are written in MM/DD/YYYY format and
times in HH:MM:SS format. WKDAY and MONTH values are written as
decimal numbers.
Numeric values use, by default, the decimal point character set with SET
DECIMAL (see [SET DECIMAL], page 166). Use DECIMAL=DOT or DEC-
IMAL=COMMA to force a particular decimal point character.
CELLS=VALUES FORMAT=VARIABLE
Writes variables using their print formats. Leading and trailing spaces are re-
moved from numeric values, and trailing spaces are removed from string values.
CELLS=LABEL FORMAT=PLAIN
CELLS=LABEL FORMAT=VARIABLE
Writes value labels where they exist, and otherwise writes the values themselves
as described above.
Regardless of CELLS and TEXTOPTIONS FORMAT, numeric system-missing values
are output as a single space.
For TYPE=TAB, tab characters delimit values. For TYPE=CSV, the TEXTOPTIONS
DELIMITER and DECIMAL settings determine the character that separate values within a
line. If DELIMITER is specified, then the specified string separate values. If DELIMITER
is not specified, then the default is a comma with DECIMAL=DOT or a semicolon with
Chapter 9: System and Portable File I/O 96
9.9 XEXPORT
XEXPORT
/OUTFILE=file name
/DIGITS=n
/DROP=var list
/KEEP=var list
/RENAME=(src names=target names). . .
/TYPE={COMM,TAPE}
/MAP
The XEXPORT transformation writes the active dataset dictionary and data to a specified
portable file.
This transformation is a pspp extension.
It is similar to the EXPORT procedure, with two differences:
XEXPORT is a transformation, not a procedure. It is executed when the data is read by
a procedure or procedure-like command.
XEXPORT does not support the UNSELECTED subcommand.
See Section 9.2 [EXPORT], page 85, for more information.
9.10 XSAVE
XSAVE
/OUTFILE=file name
/{UNCOMPRESSED,COMPRESSED,ZCOMPRESSED}
Chapter 9: System and Portable File I/O 97
/PERMISSIONS={WRITEABLE,READONLY}
/DROP=var list
/KEEP=var list
/VERSION=version
/RENAME=(src names=target names). . .
/NAMES
/MAP
The XSAVE transformation writes the active datasets dictionary and data to a system
file. It is similar to the SAVE procedure, with two differences:
XSAVE is a transformation, not a procedure. It is executed when the data is read by a
procedure or procedure-like command.
XSAVE does not support the UNSELECTED subcommand.
See Section 9.6 [SAVE], page 92, for more information.
98
At least two FILE subcommands must be specified. If the active dataset is used as an
input source, then TEMPORARY must not be in effect.
Each FILE subcommand may be followed by any number of RENAME subcommands
that specify a parenthesized group or groups of variable names as they appear in the
input file, followed by those variables new names, separated by an equals sign (=), e.g.
/RENAME=(OLD1=NEW1)(OLD2=NEW2). To rename a single variable, the parentheses may be
omitted: /RENAME=old=new. Within a parenthesized group, variables are renamed simulta-
neously, so that /RENAME=(A B=B A) exchanges the names of variables A and B. Otherwise,
renaming occurs in left-to-right order.
Each FILE subcommand may optionally be followed by a single IN subcommand, which
creates a numeric variable with the specified name and format F1.0. The IN variable takes
value 1 in an output case if the given input file contributed to that output case, and 0
otherwise. The DROP, KEEP, and RENAME subcommands have no effect on IN variables.
If BY is used (see below), the SORT keyword must be specified after a FILE if that input
file is not already sorted on the BY variables. When SORT is specified, pspp sorts the input
files data on the BY variables before it applies it to the command. When SORT is used, BY
is required. SORT is a pspp extension.
pspp merges the dictionaries of all of the input files to form the dictionary of the new
active dataset, like so:
The variables in the new active dataset are the union of all the input files variables,
matched based on their name. When a single input file contains a variable with a given
name, the output file will contain exactly that variable. When more than one input
file contains a variable with a given name, those variables must all have the same type
(numeric or string) and, for string variables, the same width. Variables are matched
after renaming with the RENAME subcommand. Thus, RENAME can be used to resolve
conflicts.
The variable label for each output variable is taken from the first specified input file
that has a variable label for that variable, and similarly for value labels and missing
values.
The file label of the new active dataset (see Section 16.12 [FILE LABEL], page 162) is
that of the first specified FILE that has a file label.
The documents in the new active dataset (see Section 16.5 [DOCUMENT], page 160)
are the concatenation of all the input files documents, in the order in which the FILE
subcommands are specified.
If all of the input files are weighted on the same variable, then the new active dataset
is weighted on that variable. Otherwise, the new active dataset is not weighted.
The remaining subcommands apply to the output file as a whole, rather than to individ-
ual input files. They must be specified at the end of the command specification, following
all of the FILE and related subcommands. The most important of these subcommands is
BY, which specifies a set of one or more variables that may be used to find corresponding
cases in each of the input files. The variables specified on BY must be present in all of the
input files. Furthermore, if any of the input files are not sorted on the BY variables, then
SORT must be specified for those input files.
Chapter 10: Combining Data Files 100
The variables listed on BY may include (A) or (D) annotations to specify ascending or
descending sort order. See Section 12.8 [SORT CASES], page 123, for more details on this
notation. Adding (A) or (D) to the BY subcommand specification is a pspp extension.
The DROP subcommand can be used to specify a list of variables to exclude from the
output. By contrast, the KEEP subcommand can be used to specify variables to include in
the output; all variables not listed are dropped. DROP and KEEP are executed in left-to-right
order and may be repeated any number of times. DROP and KEEP do not affect variables
created by the IN, FIRST, and LAST subcommands, which are always included in the new
active dataset, but they can be used to drop BY variables.
The FIRST and LAST subcommands are optional. They may only be specified on MATCH
FILES and ADD FILES, and only when BY is used. FIRST and LIST each adds a numeric
variable to the new active dataset, with the name given as the subcommands argument
and F1.0 print and write formats. The value of the FIRST variable is 1 in the first output
case with a given set of values for the BY variables, and 0 in other cases. Similarly, the LAST
variable is 1 in the last case with a given of BY values, and 0 in other cases.
When any of these commands creates an output case, variables that are only in files
that are not present for the current case are set to the system-missing value for numeric
variables or spaces for string variables.
These commands may combine any number of files, limited only by the machines mem-
ory.
When ADD FILES creates an output case, variables that are not part of the input file
from which the case was drawn are set to the system-missing value for numeric variables or
spaces for string variables.
When MATCH FILES creates an output case, variables that are only in files that are not
present for the current case are set to the system-missing value for numeric variables or
spaces for string variables.
10.4 UPDATE
UPDATE
11 Manipulating variables
The variables in the active dataset dictionary are important. There are several utility
functions for examining and adjusting them.
11.3 DISPLAY
DISPLAY [SORTED] NAMES [[/VARIABLES=]var list].
DISPLAY [SORTED] INDEX [[/VARIABLES=]var list].
DISPLAY [SORTED] LABELS [[/VARIABLES=]var list].
DISPLAY [SORTED] VARIABLES [[/VARIABLES=]var list].
DISPLAY [SORTED] DICTIONARY [[/VARIABLES=]var list].
DISPLAY [SORTED] SCRATCH [[/VARIABLES=]var list].
DISPLAY [SORTED] ATTRIBUTES [[/VARIABLES=]var list].
DISPLAY [SORTED] @ATTRIBUTES [[/VARIABLES=]var list].
DISPLAY [SORTED] VECTORS.
DISPLAY displays information about the active dataset. A variety of different forms of
information can be requested.
The following keywords primarily cause information about variables to be displayed.
With these keywords, by default information is displayed about all variable in the active
dataset, in the order that variables occur in the active dataset dictionary. The SORTED
keyword causes output to be sorted alphabetically by variable name. The VARIABLES sub-
command limits output to the specified variables.
NAMES The variables names are displayed.
INDEX The variables names are displayed along with a value describing their position
within the active dataset dictionary.
LABELS Variable names, positions, and variable labels are displayed.
Chapter 11: Manipulating variables 104
VARIABLES
Variable names, positions, print and write formats, and missing values are dis-
played.
DICTIONARY
Variable names, positions, print and write formats, missing values, variable
labels, and value labels are displayed.
SCRATCH
Variable names are displayed, for scratch variables only (see Section 6.7.5
[Scratch Variables], page 43).
ATTRIBUTES
@ATTRIBUTES
Datafile and variable attributes are displayed. The first form of the command
omits those attributes whose names begin with @ or $@. In the second for, all
datafile and variable attributes are displayed.
With the VECTOR keyword, DISPLAY lists all the currently declared vectors. If the SORTED
keyword is given, the vectors are listed in alphabetical order; otherwise, they are listed in
textual order of definition within the pspp syntax file.
For related commands, see Section 16.6 [DISPLAY DOCUMENTS], page 161, and
Section 16.7 [DISPLAY FILE LABEL], page 161.
11.4 FORMATS
FORMATS var list (fmt spec) [var list (fmt spec)]. . . .
FORMATS set both print and write formats for the specified variables to the specified
format specification. See Section 6.7.4 [Input and Output Formats], page 34.
Specify a list of variables followed by a format specification in parentheses. The print
and write formats of the specified variables will be changed. All of the variables listed
together must have the same type and, for string variables, the same width.
Additional lists of variables and formats may be included following the first one.
FORMATS takes effect immediately. It is not affected by conditional and looping structures
such as DO IF or LOOP.
11.5 LEAVE
LEAVE var list.
LEAVE prevents the specified variables from being reinitialized whenever a new case is
processed.
Normally, when a data file is processed, every variable in the active dataset is initialized
to the system-missing value or spaces at the beginning of processing for each case. When a
variable has been specified on LEAVE, this is not the case. Instead, that variable is initialized
to 0 (not system-missing) or spaces for the first case. After that, it retains its value between
cases.
This becomes useful for counters. For instance, in the example below the variable SUM
maintains a running total of the values in the ITEM variable.
DATA LIST /ITEM 1-3.
Chapter 11: Manipulating variables 105
COMPUTE SUM=SUM+ITEM.
PRINT /ITEM SUM.
LEAVE SUM
BEGIN DATA.
123
404
555
999
END DATA.
Partial output from this example:
123 123.00
404 527.00
555 1082.00
999 2081.00
It is best to use LEAVE command immediately before invoking a procedure command,
because the left status of variables is reset by certain transformationsfor instance, COMPUTE
and IF. Left status is also reset by all procedure invocations.
11.8 MRSETS
MRSETS
/MDGROUP NAME=name VARIABLES=var list VALUE=value
[CATEGORYLABELS={VARLABELS,COUNTEDVALUES}]
[{LABEL=label,LABELSOURCE=VARLABEL}]
/DELETE NAME={[names],ALL}
/DISPLAY NAME={[names],ALL}
MRSETS creates, modifies, deletes, and displays multiple response sets. A multiple re-
sponse set is a set of variables that represent multiple responses to a single survey question
in one of the two following ways:
A multiple dichotomy set is analogous to a survey question with a set of checkboxes.
Each variable in the set is treated in a Boolean fashion: one value (the "counted value")
means that the box was checked, and any other value means that it was not.
Chapter 11: Manipulating variables 107
A multiple category set represents a survey question where the respondent is instructed
to list up to n choices. Each variable represents one of the responses.
The MCGROUP subcommand creates a new multiple category set or replaces an existing
multiple response set. The NAME and VARIABLES specifications are required, and LABEL is
optional. Their meanings are as described above in MDGROUP. pspp warns if two variables
in the set have different value labels for a single value, since each of the variables in the set
should have the same possible categories.
The DELETE subcommand deletes multiple response groups. A list of groups may be
named within a set of required square brackets, or ALL may be used to delete all groups.
The DISPLAY subcommand displays information about defined multiple response sets.
Its syntax is the same as the DELETE subcommand.
Multiple response sets are saved to and read from system files by, e.g., the SAVE and
GET command. Otherwise, multiple response sets are currently used only by third party
software.
Chapter 11: Manipulating variables 108
11.9 NUMERIC
NUMERIC /var list [(fmt spec)].
NUMERIC explicitly declares new numeric variables, optionally setting their output for-
mats.
Specify a slash (/), followed by the names of the new numeric variables. If you wish to
set their output formats, follow their names by an output format specification in parentheses
(see Section 6.7.4 [Input and Output Formats], page 34); otherwise, the default is F8.2.
Variables created with NUMERIC are initialized to the system-missing value.
FORMAT Groups variables by print format; within a format, sorts narrower formats before
wider ones; with the same format and width, sorts fewer decimal places before
more decimal places. See Section 11.4 [FORMATS], page 104.
LABEL Sorts variables without a variable label before those with one. See Section 11.16
[VARIABLE LABELS], page 111.
VALUES Sorts variables without value labels before those with some. See Section 11.13
[VALUE LABELS], page 109.
MISSING Sorts variables without missing values before those with some. See Section 11.6
[MISSING VALUES], page 105.
MEASURE
Sorts nominal variables first, followed by ordinal variables, followed by scale
variables. See Section 11.19 [VARIABLE LEVEL], page 112.
ROLE Groups variables according to their role. See Section 11.20 [VARIABLE ROLE],
page 112.
COLUMNS
Sorts variables in ascending display width. See Section 11.18 [VARIABLE
WIDTH], page 112.
ALIGNMENT
Sorts variables according to their alignment, first left-aligned, then
right-aligned, then centered. See Section 11.17 [VARIABLE ALIGNMENT],
page 111.
ATTRIBUTE name
Sorts variables according to the first value of their name attribute. Vari-
ables without attribute are sorted first. See Section 11.15 [VARIABLE AT-
TRIBUTE], page 110.
Only one sort criterion can be specified. The sort is stable, so to sort on multiple
criteria one may perform multiple sorts. For example, the following will sort primarily
based on alignment, with variables that have the same alignment ordered based on display
width:
SORT VARIABLES BY COLUMNS.
SORT VARIABLES BY ALIGNMENT.
Specify (D) to reverse the sort order.
To set up value labels for one or more variables, specify the variable names after a slash
(/), followed by a list of values and their associated labels, separated by spaces.
Value labels in output are normally broken into lines automatically. Put \n in a label
string to force a line break at that point. The label may still be broken into lines at
additional points.
Before VALUE LABELS is executed, any existing value labels are cleared from the variables
specified. Use ADD VALUE LABELS (see Section 11.1 [ADD VALUE LABELS], page 103) to
add value labels without clearing those already present.
11.14 STRING
STRING var list (fmt spec) [/var list (fmt spec)] [. . . ].
STRING creates new string variables for use in transformations.
Specify a list of names for the variable you want to create, followed by the desired
output format specification in parentheses (see Section 6.7.4 [Input and Output Formats],
page 34). Variable widths are implicitly derived from the specified output formats. The
created variables will be initialized to spaces.
If you want to create several variables with distinct output formats, you can either use
two or more separate STRING commands, or you can specify further variable list and format
specification pairs, each separated from the previous by a slash (/).
The following example is one way to create three string variables; Two of the variables
have format A24 and the other A80:
STRING firstname lastname (A24) / address (A80).
Here is another way to achieve the same result:
STRING firstname lastname (A24).
STRING address (A80).
. . . and here is yet another way:
STRING firstname (A24).
STRING lastname (A24).
STRING address (A80).
Use the ATTRIBUTE subcommand to add or modify custom variable attributes. Specify
the name of the attribute as an identifier (see Section 6.1 [Tokens], page 28), followed by the
desired value, in parentheses, as a quoted string. The specified attributes are then added
or modified in the variables specified on VARIABLES. Attribute names that begin with $
are reserved for pspps internal use, and attribute names that begin with @ or $@ are not
displayed by most pspp commands that display other attributes. Other attribute names
are not treated specially.
Attributes may also be organized into arrays. To assign to an array element, add an
integer array index enclosed in square brackets ([ and ]) between the attribute name and
value. Array indexes start at 1, not 0. An attribute array that has a single element (number
1) is not distinguished from a non-array attribute.
Use the DELETE subcommand to delete an attribute from the variable specified on
VARIABLES. Specify an attribute name by itself to delete an entire attribute, including
all array elements for attribute arrays. Specify an attribute name followed by an array
index in square brackets to delete a single element of an attribute array. In the latter case,
all the array elements numbered higher than the deleted element are shifted down, filling
the vacated position.
To associate custom attributes with the entire active dataset, instead of with particular
variables, use DATAFILE ATTRIBUTE (see Section 8.3 [DATAFILE ATTRIBUTE], page 64)
instead.
VARIABLE ATTRIBUTE takes effect immediately. It is not affected by conditional and
looping structures such as DO IF or LOOP.
The PSPPIRE GUI does not yet use variable roles as intended.
11.21 VECTOR
Two possible syntaxes:
VECTOR vec name=var list.
VECTOR vec name list(count [format]).
VECTOR allows a group of variables to be accessed as if they were consecutive members
of an array with a vector(index) notation.
To make a vector out of a set of existing variables, specify a name for the vector followed
by an equals sign (=) and the variables to put in the vector. The variables must be all
numeric or all string, and string variables must have the same width.
To make a vector and create variables at the same time, specify one or more vector
names followed by a count in parentheses. This will create variables named vec1 through
veccount. By default, the new variables are numeric with format F8.2, but an alternate
format may be specified inside the parentheses before or after the count and separated from
it by white space or a comma. With a string format such as A8, the variables will be
string variables; with a numeric format, they will be numeric. Variable names including the
suffixes may not exceed 64 characters in length, and none of the variables may exist prior
to VECTOR.
Vectors created with VECTOR disappear after any procedure or procedure-like command
is executed. The variables contained in the vectors remain, unless they are scratch variables
(see Section 6.7.5 [Scratch Variables], page 43).
Variables within a vector may be referenced in expressions using vector(index) syntax.
12 Data transformations
The pspp procedures examined in this chapter manipulate data and prepare the active
dataset for later analyses. They do not produce output, as a rule.
12.1 AGGREGATE
AGGREGATE
OUTFILE={*,file name,file handle} [MODE={REPLACE, ADDVARIABLES}]
/PRESORTED
/DOCUMENT
/MISSING=COLUMNWISE
/BREAK=var list
/dest var[label]. . . =agr func(src vars, args . . . ). . .
AGGREGATE summarizes groups of cases into single cases. Cases are divided into groups
that have the same values for one or more variables called break variables. Several functions
are available for summarizing case contents.
The OUTFILE subcommand is required and must appear first. Specify a system file or
portable file by file name or file handle (see Section 6.9 [File Handles], page 44), or a dataset
by its name (see Section 6.7 [Datasets], page 32). The aggregated cases are written to this
file. If * is specified, then the aggregated cases replace the active datasets data. Use of
OUTFILE to write a portable file is a pspp extension.
If OUTFILE=* is given, then the subcommand MODE may also be specified. The mode
subcommand has two possible values: ADDVARIABLES or REPLACE. In REPLACE mode, the
entire active dataset is replaced by a new dataset which contains just the break variables
and the destination varibles. In this mode, the new file will contain as many cases as there
are unique combinations of the break variables. In ADDVARIABLES mode, the destination
variables will be appended to the existing active dataset. Cases which have identical com-
binations of values in their break variables, will receive identical values for the destination
variables. The number of cases in the active dataset will remain unchanged. Note that if
ADDVARIABLES is specified, then the data must be sorted on the break variables.
By default, the active dataset will be sorted based on the break variables before ag-
gregation takes place. If the active dataset is already sorted or otherwise grouped in
terms of the break variables, specify PRESORTED to save time. PRESORTED is assumed if
MODE=ADDVARIABLES is used.
Specify DOCUMENT to copy the documents from the active dataset into the aggregate file
(see Section 16.5 [DOCUMENT], page 160). Otherwise, the aggregate file will not contain
any documents, even if the aggregate file replaces the active dataset.
Normally, only a single case (for SD and SD., two cases) need be non-missing in each group
for the aggregate variable to be non-missing. Specifying /MISSING=COLUMNWISE inverts this
behavior, so that the aggregate variable becomes missing if any aggregated value is missing.
If PRESORTED, DOCUMENT, or MISSING are specified, they must appear between OUTFILE
and BREAK.
At least one break variable must be specified on BREAK, a required subcommand. The
values of these variables are used to divide the active dataset into groups to be summarized.
In addition, at least one dest var must be specified.
Chapter 12: Data transformations 115
One or more sets of aggregation variables must be specified. Each set comprises a list
of aggregation variables, an equals sign (=), the name of an aggregation function (see the
list below), and a list of source variables in parentheses. Some aggregation functions expect
additional arguments following the source variable names.
Aggregation variables typically are created with no variable label, value labels, or missing
values. Their default print and write formats depend on the aggregation function used, with
details given in the table below. A variable label for an aggregation variable may be specified
just after the variables name in the aggregation variable list.
Each set must have exactly as many source variables as aggregation variables. Each
aggregation variable receives the results of applying the specified aggregation function to
the corresponding source variable. The MEAN, MEDIAN, SD, and SUM aggregation functions
may only be applied to numeric variables. All the rest may be applied to numeric and string
variables.
The available aggregation functions are as follows:
FGT(var_name, value)
Fraction of values greater than the specified constant. The default format is
F5.3.
FIN(var_name, low, high)
Fraction of values within the specified inclusive range of constants. The default
format is F5.3.
FLT(var_name, value)
Fraction of values less than the specified constant. The default format is F5.3.
FIRST(var_name)
First non-missing value in break group. The aggregation variable receives the
complete dictionary information from the source variable. The sort performed
by AGGREGATE (and by SORT CASES) is stable, so that the first case with partic-
ular values for the break variables before sorting will also be the first case in
that break group after sorting.
FOUT(var_name, low, high)
Fraction of values strictly outside the specified range of constants. The default
format is F5.3.
LAST(var_name)
Last non-missing value in break group. The aggregation variable receives the
complete dictionary information from the source variable. The sort performed
by AGGREGATE (and by SORT CASES) is stable, so that the last case with partic-
ular values for the break variables before sorting will also be the last case in
that break group after sorting.
MAX(var_name)
Maximum value. The aggregation variable receives the complete dictionary
information from the source variable.
MEAN(var_name)
Arithmetic mean. Limited to numeric values. The default format is F8.2.
Chapter 12: Data transformations 116
MEDIAN(var_name)
The median value. Limited to numeric values. The default format is F8.2.
MIN(var_name)
Minimum value. The aggregation variable receives the complete dictionary
information from the source variable.
N(var_name)
Number of non-missing values. The default format is F7.0 if weighting is not
enabled, F8.2 if it is (see Section 13.7 [WEIGHT], page 127).
N Number of cases aggregated to form this group. The default format is F7.0 if
weighting is not enabled, F8.2 if it is (see Section 13.7 [WEIGHT], page 127).
NMISS(var_name)
Number of missing values. The default format is F7.0 if weighting is not enabled,
F8.2 if it is (see Section 13.7 [WEIGHT], page 127).
NU(var_name)
Number of non-missing values. Each case is considered to have a weight of
1, regardless of the current weighting variable (see Section 13.7 [WEIGHT],
page 127). The default format is F7.0.
NU Number of cases aggregated to form this group. Each case is considered to have
a weight of 1, regardless of the current weighting variable. The default format
is F7.0.
NUMISS(var_name)
Number of missing values. Each case is considered to have a weight of 1,
regardless of the current weighting variable. The default format is F7.0.
PGT(var_name, value)
Percentage between 0 and 100 of values greater than the specified constant.
The default format is F5.1.
PIN(var_name, low, high)
Percentage of values within the specified inclusive range of constants. The
default format is F5.1.
PLT(var_name, value)
Percentage of values less than the specified constant. The default format is
F5.1.
POUT(var_name, low, high)
Percentage of values strictly outside the specified range of constants. The de-
fault format is F5.1.
SD(var_name)
Standard deviation of the mean. Limited to numeric values. The default format
is F8.2.
SUM(var_name)
Sum. Limited to numeric values. The default format is F8.2.
Chapter 12: Data transformations 117
12.2 AUTORECODE
AUTORECODE VARIABLES=src vars INTO dest vars
[ /DESCENDING ]
[ /PRINT ]
[ /GROUP ]
[ /BLANK = {VALID, MISSING} ]
The AUTORECODE procedure considers the n values that a variable takes on and maps
them onto values 1. . . n on a new numeric variable.
Subcommand VARIABLES is the only required subcommand and must come first. Specify
VARIABLES, an equals sign (=), a list of source variables, INTO, and a list of target variables.
There must the same number of source and target variables. The target variables must not
already exist.
By default, increasing values of a source variable (for a string, this is based on character
code comparisons) are recoded to increasing values of its target variable. To cause increasing
values of a source variable to be recoded to decreasing values of its target variable (n down
to 1), specify DESCENDING.
PRINT is currently ignored.
The GROUP subcommand is relevant only if more than one variable is to be recoded. It
causes a single mapping between source and target values to be used, instead of one map
per variable.
If /BLANK=MISSING is given, then string variables which contain only whitespace are
recoded as SYSMIS. If /BLANK=VALID is given then they will be allocated a value like any
other. /BLANK is not relevant to numeric values. /BLANK=VALID is the default.
AUTORECODE is a procedure. It causes the data to be read.
12.3 COMPUTE
COMPUTE variable = expression.
or
COMPUTE vector(index) = expression.
COMPUTE assigns the value of an expression to a target variable. For each case, the
expression is evaluated and its value assigned to the target variable. Numeric and string
variables may be assigned. When a string expressions width differs from the target vari-
ables width, the string result of the expression is truncated or padded with spaces on the
right as necessary. The expression and variable types must match.
Chapter 12: Data transformations 118
For numeric variables only, the target variable need not already exist. Numeric variables
created by COMPUTE are assigned an F8.2 output format. String variables must be declared
before they can be used as targets for COMPUTE.
The target variable may be specified as an element of a vector (see Section 11.21 [VEC-
TOR], page 113). In this case, an expression index must be specified in parentheses fol-
lowing the vector name. The expression index must evaluate to a numeric value that, after
rounding down to the nearest integer, is a valid index for the named vector.
Using COMPUTE to assign to a variable specified on LEAVE (see Section 11.5 [LEAVE],
page 104) resets the variables left state. Therefore, LEAVE should be specified following
COMPUTE, not before.
COMPUTE is a transformation. It does not cause the active dataset to be read.
When COMPUTE is specified following TEMPORARY (see Section 13.6 [TEMPORARY],
page 126), the LAG function may not be used (see [LAG], page 57).
12.4 COUNT
COUNT var name = var . . . (value . . . ).
12.5 FLIP
FLIP /VARIABLES=var list /NEWNAMES=var name.
FLIP transposes rows and columns in the active dataset. It causes cases to be swapped
with variables, and vice versa.
All variables in the transposed active dataset are numeric. String variables take on the
system-missing value in the transposed file.
N subcommands are required. If specified, the VARIABLES subcommand selects variables
to be transformed into cases, and variables not specified are discarded. If the VARIABLES
subcommand is omitted, all variables are selected for transposition.
The variables specified by NEWNAMES, which must be a string variable, is used to give
names to the variables created by FLIP. Only the first 8 characters of the variable are used.
If NEWNAMES is not specified then the default is a variable named CASE LBL, if it exists. If
it does not then the variables created by FLIP are named VAR000 through VAR999, then
VAR1000, VAR1001, and so on.
When a NEWNAMES variable is available, the names must be canonicalized before becoming
variable names. Invalid characters are replaced by letter V in the first position, or by _ in
subsequent positions. If the name thus generated is not unique, then numeric extensions are
added, starting with 1, until a unique name is found or there are no remaining possibilities.
If the latter occurs then the FLIP operation aborts.
The resultant dictionary contains a CASE LBL variable, a string variable of width 8,
which stores the names of the variables in the dictionary before the transposition. Vari-
ables names longer than 8 characters are truncated. If the active dataset is subsequently
transposed using FLIP, this variable can be used to recreate the original variable names.
Chapter 12: Data transformations 120
FLIP honors N OF CASES (see Section 13.2 [N OF CASES], page 124). It ignores
TEMPORARY (see Section 13.6 [TEMPORARY], page 126), so that temporary
transformations become permanent.
12.6 IF
IF condition variable=expression.
or
IF condition vector(index)=expression.
The IF transformation conditionally assigns the value of a target expression to a target
variable, based on the truth of a test expression.
Specify a boolean-valued expression (see Chapter 7 [Expressions], page 46) to be tested
following the IF keyword. This expression is evaluated for each case. If the value is true,
then the value of the expression is computed and assigned to the specified variable. If the
value is false or missing, nothing is done. Numeric and string variables may be assigned.
When a string expressions width differs from the target variables width, the string result of
the expression is truncated or padded with spaces on the right as necessary. The expression
and variable types must match.
The target variable may be specified as an element of a vector (see Section 11.21 [VEC-
TOR], page 113). In this case, a vector index expression must be specified in parentheses
following the vector name. The index expression must evaluate to a numeric value that,
after rounding down to the nearest integer, is a valid index for the named vector.
Using IF to assign to a variable specified on LEAVE (see Section 11.5 [LEAVE], page 104)
resets the variables left state. Therefore, LEAVE should be specified following IF, not before.
When IF is specified following TEMPORARY (see Section 13.6 [TEMPORARY], page 126),
the LAG function may not be used (see [LAG], page 57).
12.7 RECODE
The RECODE command is used to transform existing values into other, user specified values.
The general form is:
RECODE src vars
(src value src value . . . = dest value)
(src value src value . . . = dest value)
(src value src value . . . = dest value) . . .
[INTO dest vars].
Following the RECODE keyword itself comes src vars which is a list of variables whose
values are to be transformed. These variables may be string variables or they may be
numeric. However the list must be homogeneous; you may not mix string variables and
numeric variables in the same recoding.
After the list of source variables, there should be one or more mappings. Each mapping
is enclosed in parentheses, and contains the source values and a destination value separated
by a single =. The source values are used to specify the values in the dataset which need to
change, and the destination value specifies the new value to which they should be changed.
Each src value may take one of the following forms:
number If the source variables are numeric then src value may be a literal number.
Chapter 12: Data transformations 121
string If the source variables are string variables then src value may be a literal string
(like all strings, enclosed in single or double quotes).
num1 THRU num2
This form is valid only when the source variables are numeric. It specifies all
values in the range between num1 and num2, including both endpoints of the
range. By convention, num1 should be less than num2. Open-ended ranges
may be specified using LO or LOWEST for num1 or HI or HIGHEST for num2.
MISSING The literal keyword MISSING matches both system missing and user missing
values. It is valid for both numeric and string variables.
SYSMIS The literal keyword SYSMIS matches system missing values. It is valid for both
numeric variables only.
ELSE The ELSE keyword may be used to match any values which are not matched
by any other src value appearing in the command. If this keyword appears, it
should be used in the last mapping of the command.
After the source variables comes an = and then the dest value. The dest value may
take any of the following forms:
number A literal numeric value to which the source values should be changed. This
implies the destination variable must be numeric.
string A literal string value (enclosed in quotation marks) to which the source values
should be changed. This implies the destination variable must be a string
variable.
SYSMIS The keyword SYSMIS changes the value to the system missing value. This
implies the destination variable must be numeric.
COPY The special keyword COPY means that the source value should not be modified,
but copied directly to the destination value. This is meaningful only if INTO
dest_vars is specified.
Mappings are considered from left to right. Therefore, if a value is matched by a src value
from more than one mapping, the first (leftmost) mapping which matches will be considered.
Any subsequent matches will be ignored.
The clause INTO dest_vars is optional. The behaviour of the command is slightly
different depending on whether it appears or not.
If INTO dest_vars does not appear, then values will be recoded in place. This means
that the recoded values are written back to the source variables from whence the original
values came. In this case, the dest value for every mapping must imply a value which has
the same type as the src value. For example, if the source value is a string value, it is not
permissible for dest value to be SYSMIS or another forms which implies a numeric result.
It is also not permissible for dest value to be longer than the width of the source variable.
The following example two numeric variables x and y are recoded in place. Zero is
recoded to 99, the values 1 to 10 inclusive are unchanged, values 1000 and higher are
recoded to the system-missing value and all other values are changed to 999:
recode x y
Chapter 12: Data transformations 122
(0 = 99)
(1 THRU 10 = COPY)
(1000 THRU HIGHEST = SYSMIS)
(ELSE = 999).
If INTO dest_vars is given, then recoded values are written into the variables specified
in dest vars, which must therefore contain a list of valid variable names. The number of
variables in dest vars must be the same as the number of variables in src vars and the
respective order of the variables in dest vars corresponds to the order of src vars. That is
to say, recoded values whose original value came from the nth variable in src vars will be
placed into the nth variable in dest vars. The source variables will be unchanged. If any
mapping implies a string as its destination value, then the respective destination variable
must already exist, or have been declared using STRING or another transformation. Numeric
variables however will be automatically created if they dont already exist. The following
example deals with two source variables, a and b which contain string values. Hence there
are two destination variables v1 and v2. Any cases where a or b contain the values apple,
pear or pomegranate will result in v1 or v2 being filled with the string fruit whilst
cases with tomato, lettuce or carrot will result in vegetable. Any other values will
produce the result unknown:
string v1 (a20).
string v2 (a20).
recode a b
("apple" "pear" "pomegranate" = "fruit")
("tomato" "lettuce" "carrot" = "vegetable")
(ELSE = "unknown")
into v1 v2.
There is one very special mapping, not mentioned above. If the source variable is a string
variable then a mapping may be specified as (CONVERT). This mapping, if it appears must
be the last mapping given and the INTO dest_vars clause must also be given and must not
refer to a string variable. CONVERT causes a number specified as a string to be converted to
a numeric value. For example it will convert the string "3" into the numeric value 3 (note
that it will not convert three into 3). If the string cannot be parsed as a number, then the
system-missing value is assigned instead. In the following example, cases where the value of
x (a string variable) is the empty string, are recoded to 999 and all others are converted to
the numeric equivalent of the input value. The results are placed into the numeric variable
y:
recode x
("" = 999)
(convert)
into y.
It is possible to specify multiple recodings on a single command. Introduce additional
recodings with a slash (/) to separate them from the previous recodings:
recode
a (2 = 22) (else = 99)
/b (1 = 3) into z
Chapter 12: Data transformations 123
.
Here we have two recodings. The first affects the source variable a and recodes in-place the
value 2 into 22 and all other values to 99. The second recoding copies the values of b into
the variable z, changing any instances of 1 into 3.
This chapter documents pspp commands that temporarily or permanently select data
records from the active dataset for analysis.
13.1 FILTER
FILTER BY var name.
FILTER OFF.
FILTER allows a boolean-valued variable to be used to select cases from the data stream
for processing.
To set up filtering, specify BY and a variable name. Keyword BY is optional but rec-
ommended. Cases which have a zero or system- or user-missing value are excluded from
analysis, but not deleted from the data stream. Cases with other values are analyzed. To
filter based on a different condition, use transformations such as COMPUTE or RECODE to
compute a filter variable of the required form, then specify that variable on FILTER.
FILTER OFF turns off case filtering.
Filtering takes place immediately before cases pass to a procedure for analysis. Only one
filter variable may be active at a time. Normally, case filtering continues until it is explicitly
turned off with FILTER OFF. However, if FILTER is placed after TEMPORARY, it filters only
the next procedure or procedure-like command.
13.2 N OF CASES
N [OF CASES] num of cases [ESTIMATED].
N OF CASES limits the number of cases processed by any procedures that follow it in the
command stream. N OF CASES 100, for example, tells pspp to disregard all cases after the
first 100.
When N OF CASES is specified after TEMPORARY, it affects only the next procedure (see
Section 13.6 [TEMPORARY], page 126). Otherwise, cases beyond the limit specified are
not processed by any later procedure.
If the limit specified on N OF CASES is greater than the number of cases in the active
dataset, it has no effect.
When N OF CASES is used along with SAMPLE or SELECT IF, the case limit is applied to
the cases obtained after sampling or case selection, regardless of how N OF CASES is placed
relative to SAMPLE or SELECT IF in the command file. Thus, the commands N OF CASES 100
and SAMPLE .5 will both randomly sample approximately half of the active datasets cases,
then select the first 100 of those sampled, regardless of their order in the command file.
N OF CASES with the ESTIMATED keyword gives an estimated number of cases before DATA
LIST or another command to read in data. ESTIMATED never limits the number of cases
processed by procedures. pspp currently does not make use of case count estimates.
Chapter 13: Selecting data for analysis 125
13.3 SAMPLE
SAMPLE num1 [FROM num2].
SAMPLE randomly samples a proportion of the cases in the active file. Unless it follows
TEMPORARY, it operates as a transformation, permanently removing cases from the active
dataset.
The proportion to sample can be expressed as a single number between 0 and 1. If k is
the number specified, and N is the number of currently-selected cases in the active dataset,
then after SAMPLE k., approximately k*N cases will be selected.
The proportion to sample can also be specified in the style SAMPLE m FROM N. With this
style, cases are selected as follows:
1. If N is equal to the number of currently-selected cases in the active dataset, exactly m
cases will be selected.
2. If N is greater than the number of currently-selected cases in the active dataset, an
equivalent proportion of cases will be selected.
3. If N is less than the number of currently-selected cases in the active, exactly m cases
will be selected from the first N cases in the active dataset.
SAMPLE and SELECT IF are performed in the order specified by the syntax file.
SAMPLE is always performed before N OF CASES, regardless of ordering in the syntax file
(see Section 13.2 [N OF CASES], page 124).
The same values for SAMPLE may result in different samples. To obtain the same sample,
use the SET command to set the random number seed to the same value before each SAMPLE.
Different samples may still result when the file is processed on systems with differing en-
dianness or floating-point formats. By default, the random number seed is based on the
system time.
13.4 SELECT IF
SELECT IF expression.
SELECT IF selects cases for analysis based on the value of expression. Cases not selected
are permanently eliminated from the active dataset, unless TEMPORARY is in effect (see
Section 13.6 [TEMPORARY], page 126).
Specify a boolean expression (see Chapter 7 [Expressions], page 46). If the value of the
expression is true for a particular case, the case will be analyzed. If the expression has a
false or missing value, then the case will be deleted from the data stream.
Place SELECT IF as early in the command file as possible. Cases that are deleted early
can be processed more efficiently in time and space.
When SELECT IF is specified following TEMPORARY (see Section 13.6 [TEMPORARY],
page 126), the LAG function may not be used (see [LAG], page 57).
SPLIT FILE allows multiple sets of data present in one data file to be analyzed separately
using single statistical procedure commands.
Specify a list of variable names to analyze multiple sets of data separately. Groups
of adjacent cases having the same values for these variables are analyzed by statistical
procedure commands as one group. An independent analysis is carried out for each group
of cases, and the variable values for the group are printed along with the analysis.
When a list of variable names is specified, one of the keywords LAYERED or SEPARATE
may also be specified. If provided, either keyword are ignored.
Groups are formed only by adjacent cases. To create a split using a variable where like
values are not adjacent in the working file, you should first sort the data by that variable
(see Section 12.8 [SORT CASES], page 123).
Specify OFF to disable SPLIT FILE and resume analysis of the entire active dataset as a
single group of data.
When SPLIT FILE is specified after TEMPORARY, it affects only the next procedure (see
Section 13.6 [TEMPORARY], page 126).
13.6 TEMPORARY
TEMPORARY.
TEMPORARY is used to make the effects of transformations following its execution tem-
porary. These transformations will affect only the execution of the next procedure or
procedure-like command. Their effects will not be saved to the active dataset.
The only specification on TEMPORARY is the command name.
TEMPORARY may not appear within a DO IF or LOOP construct. It may appear only once
between procedures and procedure-like commands.
Scratch variables cannot be used following TEMPORARY.
An example may help to clarify:
DATA LIST /X 1-2.
BEGIN DATA.
2
4
10
15
20
24
END DATA.
COMPUTE X=X/2.
TEMPORARY.
COMPUTE X=X+3.
DESCRIPTIVES X.
DESCRIPTIVES X.
Chapter 13: Selecting data for analysis 127
The data read by the first DESCRIPTIVES are 4, 5, 8, 10.5, 13, 15. The data read by the
first DESCRIPTIVES are 1, 2, 5, 7.5, 10, 12.
13.7 WEIGHT
WEIGHT BY var name.
WEIGHT OFF.
WEIGHT assigns cases varying weights, changing the frequency distribution of the active
dataset. Execution of WEIGHT is delayed until data have been read.
If a variable name is specified, WEIGHT causes the values of that variable to be used as
weighting factors for subsequent statistical procedures. Use of keyword BY is optional but
recommended. Weighting variables must be numeric. Scratch variables may not be used
for weighting (see Section 6.7.5 [Scratch Variables], page 43).
When OFF is specified, subsequent statistical procedures will weight all cases equally.
A positive integer weighting factor w on a case will yield the same statistical output as
would replicating the case w times. A weighting factor of 0 is treated for statistical purposes
as if the case did not exist in the input. Weighting values need not be integers, but negative
and system-missing values for the weighting variable are interpreted as weighting factors of
0. User-missing values are not treated specially.
When WEIGHT is specified after TEMPORARY, it affects only the next procedure (see
Section 13.6 [TEMPORARY], page 126).
WEIGHT does not cause cases in the active dataset to be replicated in memory.
128
14.1 BREAK
BREAK.
BREAK terminates execution of the innermost currently executing LOOP construct.
BREAK is allowed only inside LOOP. . . END LOOP. See Section 14.4 [LOOP], page 129, for
more details.
14.2 DO IF
DO IF condition.
...
[ELSE IF condition.
...
]. . .
[ELSE.
. . .]
END IF.
DO IF allows one of several sets of transformations to be executed, depending on user-
specified conditions.
If the specified boolean expression evaluates as true, then the block of code following
DO IF is executed. If it evaluates as missing, then none of the code blocks is executed. If
it is false, then the boolean expression on the first ELSE IF, if present, is tested in turn,
with the same rules applied. If all expressions evaluate to false, then the ELSE code block
is executed, if it is present.
When DO IF or ELSE IF is specified following TEMPORARY (see Section 13.6 [TEMPO-
RARY], page 126), the LAG function may not be used (see [LAG], page 57).
14.3 DO REPEAT
DO REPEAT dummy name=expansion. . . .
...
END REPEAT [PRINT].
14.4 LOOP
LOOP [index var=start TO end [BY incr]] [IF condition].
...
END LOOP [IF condition].
LOOP iterates a group of commands. A number of termination options are offered.
Specify index var to make that variable count from one value to another by a particular
increment. index var must be a pre-existing numeric variable. start, end, and incr are
numeric expressions (see Chapter 7 [Expressions], page 46.)
During the first iteration, index var is set to the value of start. During each successive
iteration, index var is increased by the value of incr. If end > start, then the loop terminates
when index var > end; otherwise it terminates when index var < end. If incr is not specified
then it defaults to +1 or -1 as appropriate.
If end > start and incr < 0, or if end < start and incr > 0, then the loop is never executed.
index var is nevertheless set to the value of start.
Modifying index var within the loop is allowed, but it has no effect on the value of
index var in the next iteration.
Chapter 14: Conditional and Looping Constructs 130
Specify a boolean expression for the condition on LOOP to cause the loop to be executed
only if the condition is true. If the condition is false or missing before the loop contents are
executed the first time, the loop contents are not executed at all.
If index and condition clauses are both present on LOOP, the index variable is always set
before the condition is evaluated. Thus, a condition that makes use of the index variable
will always see the index value to be used in the next execution of the body.
Specify a boolean expression for the condition on END LOOP to cause the loop to terminate
if the condition is true after the enclosed code block is executed. The condition is evaluated
at the end of the loop, not at the beginning, so that the body of a loop with only a condition
on END LOOP will always execute at least once.
If neither the index clause nor either condition clause is present, then the loop is executed
max loops (see Section 16.20 [SET], page 164) times. The default value of max loops is 40.
BREAK also terminates LOOP execution (see Section 14.1 [BREAK], page 128).
Loop index variables are by default reset to system-missing from one case to another,
not left, unless a scratch variable is used as index. When loops are nested, this is usually
undesired behavior, which can be corrected with LEAVE (see Section 11.5 [LEAVE], page 104)
or by using a scratch variable as the loop index.
When LOOP or END LOOP is specified following TEMPORARY (see Section 13.6 [TEMPO-
RARY], page 126), the LAG function may not be used (see [LAG], page 57).
131
15 Statistics
This chapter documents the statistical procedures that pspp supports so far.
15.1 DESCRIPTIVES
DESCRIPTIVES
/VARIABLES=var list
/MISSING={VARIABLE,LISTWISE} {INCLUDE,NOINCLUDE}
/FORMAT={LABELS,NOLABELS} {NOINDEX,INDEX} {LINE,SERIAL}
/SAVE
/STATISTICS={ALL,MEAN,SEMEAN,STDDEV,VARIANCE,KURTOSIS,
SKEWNESS,RANGE,MINIMUM,MAXIMUM,SUM,DEFAULT,
SESKEWNESS,SEKURTOSIS}
/SORT={NONE,MEAN,SEMEAN,STDDEV,VARIANCE,KURTOSIS,SKEWNESS,
RANGE,MINIMUM,MAXIMUM,SUM,SESKEWNESS,SEKURTOSIS,NAME}
{A,D}
The DESCRIPTIVES procedure reads the active dataset and outputs descriptive statistics
requested by the user. In addition, it can optionally compute Z-scores.
The VARIABLES subcommand, which is required, specifies the list of variables to be
analyzed. Keyword VARIABLES is optional.
All other subcommands are optional:
The MISSING subcommand determines the handling of missing variables. If INCLUDE is
set, then user-missing values are included in the calculations. If NOINCLUDE is set, which is
the default, user-missing values are excluded. If VARIABLE is set, then missing values are
excluded on a variable by variable basis; if LISTWISE is set, then the entire case is excluded
whenever any value in that case has a system-missing or, if INCLUDE is set, user-missing
value.
The FORMAT subcommand affects the output format. Currently the LABELS/NOLABELS
and NOINDEX/INDEX settings are not used. When SERIAL is set, both valid and missing
number of cases are listed in the output; when NOSERIAL is set, only valid cases are listed.
The SAVE subcommand causes DESCRIPTIVES to calculate Z scores for all the specified
variables. The Z scores are saved to new variables. Variable names are generated by
trying first the original variable name with Z prepended and truncated to a maximum of 8
characters, then the names ZSC000 through ZSC999, STDZ00 through STDZ09, ZZZZ00
through ZZZZ09, ZQZQ00 through ZQZQ09, in that sequence. In addition, Z score variable
names can be specified explicitly on VARIABLES in the variable list by enclosing them in
parentheses after each variable. When Z scores are calculated, pspp ignores TEMPORARY,
treating temporary transformations as permanent.
The STATISTICS subcommand specifies the statistics to be displayed:
ALL All of the statistics below.
MEAN Arithmetic mean.
SEMEAN Standard error of the mean.
STDDEV Standard deviation.
Chapter 15: Statistics 132
VARIANCE Variance.
KURTOSIS Kurtosis and standard error of the kurtosis.
SKEWNESS Skewness and standard error of the skewness.
RANGE Range.
MINIMUM Minimum value.
MAXIMUM Maximum value.
SUM Sum.
DEFAULT Mean, standard deviation of the mean, minimum, maximum.
SEKURTOSIS
Standard error of the kurtosis.
SESKEWNESS
Standard error of the skewness.
The SORT subcommand specifies how the statistics should be sorted. Most of the possi-
ble values should be self-explanatory. NAME causes the statistics to be sorted by name. By
default, the statistics are listed in the order that they are specified on the VARIABLES sub-
command. The A and D settings request an ascending or descending sort order, respectively.
15.2 FREQUENCIES
FREQUENCIES
/VARIABLES=var list
/FORMAT={TABLE,NOTABLE,LIMIT(limit)}
{AVALUE,DVALUE,AFREQ,DFREQ}
/MISSING={EXCLUDE,INCLUDE}
/STATISTICS={DEFAULT,MEAN,SEMEAN,MEDIAN,MODE,STDDEV,VARIANCE,
KURTOSIS,SKEWNESS,RANGE,MINIMUM,MAXIMUM,SUM,
SESKEWNESS,SEKURTOSIS,ALL,NONE}
/NTILES=ntiles
/PERCENTILES=percent. . .
/HISTOGRAM=[MINIMUM(x min)] [MAXIMUM(x max)]
[{FREQ[(y max)],PERCENT[(y max)]}] [{NONORMAL,NORMAL}]
/PIECHART=[MINIMUM(x min)] [MAXIMUM(x max)]
[{FREQ,PERCENT}] [{NOMISSING,MISSING}]
/BARCHART=[MINIMUM(x min)] [MAXIMUM(x max)]
[{FREQ,PERCENT}]
/ORDER={ANALYSIS,VARIABLE}
The VARIABLES subcommand is the only required subcommand. Specify the variables
to be analyzed.
The FORMAT subcommand controls the output format. It has several possible settings:
TABLE, the default, causes a frequency table to be output for every variable specified.
NOTABLE prevents them from being output. LIMIT with a numeric argument causes
them to be output except when there are more than the specified number of values in
the table.
Normally frequency tables are sorted in ascending order by value. This is AVALUE.
DVALUE tables are sorted in descending order by value. AFREQ and DFREQ tables are
sorted in ascending and descending order, respectively, by frequency count.
The MISSING subcommand controls the handling of user-missing values. When EXCLUDE,
the default, is set, user-missing values are not included in frequency tables or statistics.
When INCLUDE is set, user-missing are included. System-missing values are never included
in statistics, but are listed in frequency tables.
The available STATISTICS are the same as available in DESCRIPTIVES (see Section 15.1
[DESCRIPTIVES], page 131), with the addition of MEDIAN, the datas median value, and
MODE, the mode. (If there are multiple modes, the smallest value is reported.) By default,
the mean, standard deviation of the mean, minimum, and maximum are reported for each
variable.
PERCENTILES causes the specified percentiles to be reported. The percentiles should be
presented at a list of numbers between 0 and 100 inclusive. The NTILES subcommand causes
the percentiles to be reported at the boundaries of the data set divided into the specified
number of ranges. For instance, /NTILES=4 would cause quartiles to be reported.
The HISTOGRAM subcommand causes the output to include a histogram for each specified
numeric variable. The X axis by default ranges from the minimum to the maximum value
observed in the data, but the MINIMUM and MAXIMUM keywords can set an explicit range.1
Histograms are not created for string variables.
Specify NORMAL to superimpose a normal curve on the histogram.
The PIECHART subcommand adds a pie chart for each variable to the data. Each slice
represents one value, with the size of the slice proportional to the values frequency. By
default, all non-missing values are given slices. The MINIMUM and MAXIMUM keywords can
be used to limit the displayed slices to a given range of values. The keyword NOMISSING
causes missing values to be omitted from the piechart. This is the default. If instead,
MISSING is specified, then a single slice will be included representing all system missing and
user-missing cases.
The BARCHART subcommand produces a bar chart for each variable. The MINIMUM and
MAXIMUM keywords can be used to omit categories whose counts which lie outside the spec-
ified limits. The FREQ option (default) causes the ordinate to display the frequency of each
category, whereas the PERCENT option will display relative percentages.
The FREQ and PERCENT options on HISTOGRAM and PIECHART are accepted but not cur-
rently honoured.
1
The number of bins is chosen according to the Freedman-Diaconis rule: 2IQR(x)n1/3 , where IQR(x)
is the interquartile range of x and n is the number of samples. Note that EXAMINE uses a different
algorithm to determine bin sizes.
Chapter 15: Statistics 134
15.3 EXAMINE
EXAMINE
VARIABLES= var1 [var2] . . . [varN ]
[BY factor1 [BY subfactor1]
[ factor2 [BY subfactor2]]
...
[ factor3 [BY subfactor3]]
]
/STATISTICS={DESCRIPTIVES, EXTREME[(n)], ALL, NONE}
/PLOT={BOXPLOT, NPPLOT, HISTOGRAM, SPREADLEVEL[(t)], ALL, NONE}
/CINTERVAL p
/COMPARE={GROUPS,VARIABLES}
/ID=identity variable
/{TOTAL,NOTOTAL}
/PERCENTILE=[percentiles]={HAVERAGE, WAVERAGE, ROUND, AEM-
PIRICAL, EMPIRICAL }
/MISSING={LISTWISE, PAIRWISE} [{EXCLUDE, INCLUDE}]
[{NOREPORT,REPORT}]
how closely each cell conforms to a normal distribution, whilst the spread vs. level plot can
be useful to visualise how the variance of differs between factors. Boxplots will also show
you the outliers and extreme values.2
The SPREADLEVEL plot displays the interquartile range versus the median. It takes an
optional parameter t, which specifies how the data should be transformed prior to plotting.
The given value t is a power to which the data is raised. For example, if t is given as 2,
then the data will be squared. Zero, however is a special value. If t is 0 or is omitted, then
data will be transformed by taking its natural logarithm instead of raising to the power of
t.
The COMPARE subcommand is only relevant if producing boxplots, and it is only useful
there is more than one dependent variable and at least one factor. If /COMPARE=GROUPS is
specified, then one plot per dependent variable is produced, each of which contain boxplots
for all the cells. If /COMPARE=VARIABLES is specified, then one plot per cell is produced, each
containing one boxplot per dependent variable. If the /COMPARE subcommand is omitted,
then pspp behaves as if /COMPARE=GROUPS were given.
The ID subcommand is relevant only if /PLOT=BOXPLOT or /STATISTICS=EXTREME has
been given. If given, it should provide the name of a variable which is to be used to
labels extreme values and outliers. Numeric or string variables are permissible. If the ID
subcommand is not given, then the case number will be used for labelling.
The CINTERVAL subcommand specifies the confidence interval to use in calculation of the
descriptives command. The default is 95%.
The PERCENTILES subcommand specifies which percentiles are to be calculated, and
which algorithm to use for calculating them. The default is to calculate the 5, 10, 25, 50,
75, 90, 95 percentiles using the HAVERAGE algorithm.
The TOTAL and NOTOTAL subcommands are mutually exclusive. If NOTOTAL is given and
factors have been specified in the VARIABLES subcommand, then then statistics for the
unfactored dependent variables are produced in addition to the factored variables. If there
are no factors specified then TOTAL and NOTOTAL have no effect.
The following example will generate descriptive statistics and histograms for two vari-
ables score1 and score2. Two factors are given, viz : gender and gender BY culture. There-
fore, the descriptives and histograms will be generated for each distinct value of gender and
for each distinct combination of the values of gender and race. Since the NOTOTAL keyword
is given, statistics and histograms for score1 and score2 covering the whole dataset are not
produced.
EXAMINE score1 score2 BY
gender
gender BY culture
/STATISTICS = DESCRIPTIVES
/PLOT = HISTOGRAM
/NOTOTAL.
Here is a second example showing how the examine command can be used to find
extremities.
EXAMINE height weight BY
2
HISTOGRAM uses Sturges rule to determine the number of bins, as approximately 1 + log 2(n), where n is
the number of samples. Note that FREQUENCIES uses a different algorithm to find the bin size.
Chapter 15: Statistics 136
gender
/STATISTICS = EXTREME (3)
/PLOT = BOXPLOT
/COMPARE = GROUPS
/ID = name.
In this example, we look at the height and weight of a sample of individuals and how
they differ between male and female. A table showing the 3 largest and the 3 smallest values
of height and weight for each gender, and for the whole dataset will be shown. Boxplots will
also be produced. Because /COMPARE = GROUPS was given, boxplots for male and female will
be shown in the same graphic, allowing us to easily see the difference between the genders.
Since the variable name was specified on the ID subcommand, this will be used to label the
extreme values.
Warning! If many dependent variables are specified, or if factor variables are specified
for which there are many distinct values, then EXAMINE will produce a very large quantity
of output.
15.4 GRAPH
GRAPH
/HISTOGRAM [(NORMAL)]= var
/SCATTERPLOT [(BIVARIATE)] = var1 WITH var2 [BY var3]
/BAR = {summary-function(var1) | count-function} BY var2 [BY var3]
[ /MISSING={LISTWISE, VARIABLE} [{EXCLUDE, INCLUDE}] ]
[{NOREPORT,REPORT}]
The GRAPH produces graphical plots of data. Only one of the subcommands HISTOGRAM
or SCATTERPLOT can be specified, i.e. only one plot can be produced per call of GRAPH. The
MISSING is optional.
15.4.1 Scatterplot
The subcommand SCATTERPLOT produces an xy plot of the data. The different values of
the optional third variable var3 will result in different colours and/or markers for the plot.
The following is an example for producing a scatterplot.
GRAPH
/SCATTERPLOT = height WITH weight BY gender.
This example will produce a scatterplot where height is plotted versus weight. Depending
on the value of the gender variable, the colour of the datapoint is different. With this plot
it is possible to analyze gender differences for height vs. weight relation.
15.4.2 Histogram
The subcommand HISTOGRAM produces a histogram. Only one variable is allowed for the
histogram plot. The keyword NORMAL may be specified in parentheses, to indicate that the
ideal normal curve should be superimposed over the histogram. For an alternative method
to produce histograms see Section 15.3 [EXAMINE], page 134. The following example
produces a histogram plot for the variable weight.
GRAPH
Chapter 15: Statistics 137
/HISTOGRAM = weight.
15.5 CORRELATIONS
CORRELATIONS
/VARIABLES = var list [ WITH var list ]
[
.
.
Chapter 15: Statistics 138
.
/VARIABLES = var list [ WITH var list ]
/VARIABLES = var list [ WITH var list ]
]
15.6 CROSSTABS
CROSSTABS
/TABLES=var list BY var list [BY var list]. . .
/MISSING={TABLE,INCLUDE,REPORT}
/WRITE={NONE,CELLS,ALL}
/FORMAT={TABLES,NOTABLES}
{PIVOT,NOPIVOT}
{AVALUE,DVALUE}
{NOINDEX,INDEX}
{BOX,NOBOX}
Chapter 15: Statistics 139
/CELLS={COUNT,ROW,COLUMN,TOTAL,EXPECTED,RESIDUAL,SRESIDUAL,
ASRESIDUAL,ALL,NONE}
/COUNT={ASIS,CASE,CELL}
{ROUND,TRUNCATE}
/STATISTICS={CHISQ,PHI,CC,LAMBDA,UC,BTAU,CTAU,RISK,GAMMA,D,
KAPPA,ETA,CORR,ALL,NONE}
/BARCHART
(Integer mode.)
/VARIABLES=var list (low,high). . .
The CROSSTABS procedure displays crosstabulation tables requested by the user. It can
calculate several statistics for each cell in the crosstabulation tables. In addition, a number
of statistics can be calculated for each table itself.
The TABLES subcommand is used to specify the tables to be reported. Any number
of dimensions is permitted, and any number of variables per dimension is allowed. The
TABLES subcommand may be repeated as many times as needed. This is the only required
subcommand in general mode.
Occasionally, one may want to invoke a special mode called integer mode. Normally,
in general mode, pspp automatically determines what values occur in the data. In integer
mode, the user specifies the range of values that the data assumes. To invoke this mode,
specify the VARIABLES subcommand, giving a range of data values in parentheses for each
variable to be used on the TABLES subcommand. Data values inside the range are truncated
to the nearest integer, then assigned to that value. If values occur outside this range, they
are discarded. When it is present, the VARIABLES subcommand must precede the TABLES
subcommand.
In general mode, numeric and string variables may be specified on TABLES. In integer
mode, only numeric variables are allowed.
The MISSING subcommand determines the handling of user-missing values. When set
to TABLE, the default, missing values are dropped on a table by table basis. When set
to INCLUDE, user-missing values are included in tables and statistics. When set to REPORT,
which is allowed only in integer mode, user-missing values are included in tables but marked
with an M (for missing) and excluded from statistical calculations.
Currently the WRITE subcommand is ignored.
The FORMAT subcommand controls the characteristics of the crosstabulation tables to be
displayed. It has a number of possible settings:
TABLES, the default, causes crosstabulation tables to be output. NOTABLES suppresses
them.
PIVOT, the default, causes each TABLES subcommand to be displayed in a pivot table
format. NOPIVOT causes the old-style crosstabulation format to be used.
AVALUE, the default, causes values to be sorted in ascending order. DVALUE asserts a
descending sort order.
INDEX and NOINDEX are currently ignored.
BOX and NOBOX is currently ignored.
Chapter 15: Statistics 140
The CELLS subcommand controls the contents of each cell in the displayed crosstabula-
tion table. The possible settings are:
COUNT Frequency count.
ROW Row percent.
COLUMN Column percent.
TOTAL Table percent.
EXPECTED
Expected value.
RESIDUAL
Residual.
SRESIDUAL
Standardized residual.
ASRESIDUAL
Adjusted standardized residual.
ALL All of the above.
NONE Suppress cells entirely.
/CELLS without any settings specified requests COUNT, ROW, COLUMN, and TOTAL. If
CELLS is not specified at all then only COUNT will be selected.
By default, crosstabulation and statistics use raw case weights, without rounding. Use
the /COUNT subcommand to perform rounding: CASE rounds the weights of individual
weights as cases are read, CELL rounds the weights of cells within each crosstabulation
table after it has been constructed, and ASIS explicitly specifies the default non-rounding
behavior. When rounding is requested, ROUND, the default, rounds to the nearest integer
and TRUNCATE rounds toward zero.
The STATISTICS subcommand selects statistics for computation:
CHISQ
Pearson chi-square, likelihood ratio, Fishers exact test, continuity correction,
linear-by-linear association.
PHI Phi.
CC Contingency coefficient.
LAMBDA Lambda.
UC Uncertainty coefficient.
BTAU Tau-b.
CTAU Tau-c.
RISK Risk estimate.
GAMMA Gamma.
D Somers D.
Chapter 15: Statistics 141
15.7 FACTOR
FACTOR {
VARIABLES=var list,
MATRIX IN ({CORR,COV}={*,file spec})
}
[ /ANALYSIS=var list ]
[ /EXTRACTION={PC, PAF}]
[ /PLOT=[EIGEN] ]
If /PLOT=EIGEN is given, then a Scree plot of the eigenvalues will be printed. This can
be useful for visualizing which factors (components) should be retained.
The /FORMAT subcommand determined how data are to be displayed in loading matrices.
If SORT is specified, then the variables are sorted in descending order of significance. If
BLANK(n) is specified, then coefficients whose absolute value is less than n will not be
printed. If the keyword DEFAULT is given, or if no /FORMAT subcommand is given, then no
sorting is performed, and all coefficients will be printed.
The /CRITERIA subcommand is used to specify how the number of extracted factors
(components) are chosen. If FACTORS(n) is specified, where n is an integer, then n factors
will be extracted. Otherwise, the MINEIGEN setting will be used. MINEIGEN(l) requests
that all factors whose eigenvalues are greater than or equal to l are extracted. The default
value of l is 1. The ECONVERGE setting has effect only when iterative algorithms for factor
extraction (such as Principal Axis Factoring) are used. ECONVERGE(delta) specifies that
iteration should cease when the maximum absolute value of the communality estimate be-
tween one iteration and the previous is less than delta. The default value of delta is 0.001.
The ITERATE(m) may appear any number of times and is used for two different purposes.
It is used to set the maximum number of iterations (m) for convergence and also to set
the maximum number of iterations for rotation. Whether it affects convergence or rota-
tion depends upon which subcommand follows the ITERATE subcommand. If EXTRACTION
follows, it affects convergence. If ROTATION follows, it affects rotation. If neither ROTATION
nor EXTRACTION follow a ITERATE subcommand it will be ignored. The default value of m
is 25.
The MISSING subcommand determines the handling of missing variables. If INCLUDE is
set, then user-missing values are included in the calculations, but system-missing values
are not. If EXCLUDE is set, which is the default, user-missing values are excluded as well
as system-missing values. This is the default. If LISTWISE is set, then the entire case
is excluded from analysis whenever any variable specified in the VARIABLES subcommand
contains a missing value. If PAIRWISE is set, then a case is considered missing only if either
of the values for the particular coefficient are missing. The default is LISTWISE.
15.8 GLM
GLM dependent vars BY fixed factors
[/METHOD = SSTYPE(type)]
[/DESIGN = interaction 0 [interaction 1 [... interaction n]]]
[/INTERCEPT = {INCLUDE|EXCLUDE}]
[/MISSING = {INCLUDE|EXCLUDE}]
The GLM procedure can be used for fixed effects factorial Anova.
The dependent vars are the variables to be analysed. You may analyse several variables
in the same command in which case they should all appear before the BY keyword.
The fixed factors list must be one or more categorical variables. Normally it will not
make sense to enter a scalar variable in the fixed factors and doing so may cause pspp to
do a lot of unnecessary processing.
The METHOD subcommand is used to change the method for producing the sums of
squares. Available values of type are 1, 2 and 3. The default is type 3.
Chapter 15: Statistics 144
You may specify a custom design using the DESIGN subcommand. The design comprises
a list of interactions where each interaction is a list of variables separated by a *. For
example the command
GLM subject BY sex age group race
/DESIGN = age group sex group age group*sex age group*race
specifies the model subject = ageg roup + sex + race + ageg roup sex + ageg roup race.
If no DESIGN subcommand is specified, then the default is all possible combinations of the
fixed factors. That is to say
GLM subject BY sex age group race
implies the model subject = ageg roup + sex + race + ageg roup sex + ageg roup race +
sex race + ageg roup sex race.
The MISSING subcommand determines the handling of missing variables. If INCLUDE is
set then, for the purposes of GLM analysis, only system-missing values are considered to
be missing; user-missing values are not regarded as missing. If EXCLUDE is set, which is
the default, then user-missing values are considered to be missing as well as system-missing
values. A case for which any dependent variable or any factor variable has a missing value
is excluded from the analysis.
[/MISSING = {INCLUDE|EXCLUDE}]
Bivariate Logistic Regression is used when you want to explain a dichotomous dependent
variable in terms of one or more predictor variables.
The minimum command is
LOGISTIC REGRESSION y WITH x1 x2 ... xn.
Here, y is the dependent variable, which must be dichotomous and x1 . . . xn are the
predictor variables whose coefficients the procedure estimates.
By default, a constant term is included in the model. Hence, the full model is y =
b0 + b1 x1 + b2 x2 + . . . + bn xn
Predictor variables which are categorical in nature should be listed on the /CATEGORICAL
subcommand. Simple variables as well as interactions between variables may be listed here.
If you want a model without the constant term b0 , use the keyword /ORIGIN. /NOCONST
is a synonym for /ORIGIN.
Chapter 15: Statistics 145
An iterative Newton-Raphson procedure is used to fit the model. The /CRITERIA sub-
command is used to specify the stopping criteria of the procedure, and other parameters.
The value of cut point is used in the classification table. It is the threshold above which
predicted values are considered to be 1. Values of cut point must lie in the range [0,1]. Dur-
ing iterations, if any one of the stopping criteria are satisfied, the procedure is considered
complete. The stopping criteria are:
The number of iterations exceeds max iterations. The default value of max iterations
is 20.
The change in the all coefficient estimates are less than min delta. The default value
of min delta is 0.001.
The magnitude of change in the likelihood estimate is less than min likelihood delta.
The default value of min delta is zero. This means that this criterion is disabled.
The differential of the estimated probability for all cases is less than min epsilon. In
other words, the probabilities are close to zero or one. The default value of min epsilon
is 0.00000001.
The PRINT subcommand controls the display of optional statistics. Currently there is
one such option, CI, which indicates that the confidence interval of the odds ratio should
be displayed as well as its value. CI should be followed by an integer in parentheses, to
indicate the confidence level of the desired confidence interval.
The MISSING subcommand determines the handling of missing variables. If INCLUDE is
set, then user-missing values are included in the calculations, but system-missing values
are not. If EXCLUDE is set, which is the default, user-missing values are excluded as well as
system-missing values. This is the default.
15.10 MEANS
MEANS [TABLES =]
{var list}
[ BY {var list} [BY {var list} [BY {var list} . . . ]]]
[ /{var list}
[ BY {var list} [BY {var list} [BY {var list} . . . ]]] ]
MEANS v.
which calculates the mean, count and standard deviation for v. If you specify a grouping
variable, for example
MEANS v BY g.
then the means, counts and standard deviations for v after having been grouped by g will
be calculated. Instead of the mean, count and standard deviation, you could specify the
statistics in which you are interested:
MEANS x y BY g
/CELLS = HARMONIC SUM MIN.
This example calculates the harmonic mean, the sum and the minimum values of x and
y grouped by g.
The CELLS subcommand specifies which statistics to calculate. The available statistics
are:
MEAN The arithmetic mean.
COUNT The count of the values.
STDDEV The standard deviation.
SEMEAN The standard error of the mean.
SUM The sum of the values.
MIN The minimum value.
MAX The maximum value.
RANGE The difference between the maximum and minimum values.
VARIANCE The variance.
FIRST The first value in the category.
LAST The last value in the category.
SKEW The skewness.
SESKEW The standard error of the skewness.
KURT The kurtosis
SEKURT The standard error of the kurtosis.
HARMONIC The harmonic mean.
GEOMETRIC The geometric mean.
In addition, three special keywords are recognized:
DEFAULT This is the same as MEAN COUNT STDDEV.
ALL All of the above statistics will be calculated.
NONE No statistics will be calculated (only a summary will be shown).
More than one table can be specified in a single command. Each table is separated by
a /. For example
MEANS TABLES =
c d e BY x
/a b BY x y
/f BY y BY z.
Chapter 15: Statistics 147
has three tables (the TABLE = is optional). The first table has three dependent variables
c, d and e and a single categorical variable x. The second table has two dependent variables
a and b, and two categorical variables x and y. The third table has a single dependent
variables f and a categorical variable formed by the combination of y and z.
By default values are omitted from the analysis only if missing values (either system
missing or user missing) for any of the variables directly involved in their calculation are
encountered. This behaviour can be modified with the /MISSING subcommand. Three
options are possible: TABLE, INCLUDE and DEPENDENT.
/MISSING = TABLE causes cases to be dropped if any variable is missing in the table
specification currently being processed, regardless of whether it is needed to calculate the
statistic.
/MISSING = INCLUDE says that user missing values, either in the dependent variables or
in the categorical variables should be taken at their face value, and not excluded.
/MISSING = DEPENDENT says that user missing values, in the dependent variables should
be taken at their face value, however cases which have user missing values for the categorical
variables should be omitted from the calculation.
[ /STATISTICS={DESCRIPTIVES} ]
The Friedman test is used to test for differences between repeated measures when there
is no indication that the distributions are normally distributed.
A list of variables which contain the measured data must be given. The procedure prints
the sum of ranks for each variable, the test statistic and its significance.
The mean rank of each group as well as the chi-squared value and significance of the test
will be printed. The abbreviated subcommand K-W may be used in place of KRUSKAL-WALLIS.
number or as one of MEAN, MEDIAN or MODE. Following the threshold specification comes the
list of variables whose values are to be tested.
The subcommand shows the number of runs, the asymptotic significance based on the
length of the data.
15.12 T-TEST
T-TEST
/MISSING={ANALYSIS,LISTWISE} {EXCLUDE,INCLUDE}
/CRITERIA=CI(confidence)
The T-TEST procedure outputs tables used in testing hypotheses about means. It oper-
ates in one of three modes:
One Sample mode.
Independent Groups mode.
Paired mode.
Each of these modes are described in more detail below. There are two optional subcom-
mands which are common to all modes.
The /CRITERIA subcommand tells pspp the confidence interval used in the tests. The
default value is 0.95.
The MISSING subcommand determines the handling of missing variables. If INCLUDE is
set, then user-missing values are included in the calculations, but system-missing values
are not. If EXCLUDE is set, which is the default, user-missing values are excluded as well as
system-missing values. This is the default.
If LISTWISE is set, then the entire case is excluded from analysis whenever any variable
specified in the /VARIABLES, /PAIRS or /GROUPS subcommands contains a missing value. If
ANALYSIS is set, then missing values are excluded only in the analysis for which they would
be needed. This is the default.
tables for all combinations of variables given in the PAIRS subcommand are generated. If
the WITH keyword is given, and the (PAIRED) keyword is also given, then the number of
variables preceding WITH must be the same as the number following it. In this case, tables
for each respective pair of variables are generated. In the event that the WITH keyword is
given, but the (PAIRED) keyword is omitted, then tables for each combination of variable
preceding WITH against variable following WITH are generated.
15.13 ONEWAY
ONEWAY
[/VARIABLES = ] var list BY var
/MISSING={ANALYSIS,LISTWISE} {EXCLUDE,INCLUDE}
/CONTRAST= value1 [, value2] ... [,valueN ]
/STATISTICS={DESCRIPTIVES,HOMOGENEITY}
/POSTHOC={BONFERRONI, GH, LSD, SCHEFFE, SIDAK, TUKEY, AL-
PHA ([value])}
The ONEWAY procedure performs a one-way analysis of variance of variables factored by
a single independent variable. It is used to compare the means of a population divided into
more than two groups.
The dependent variables to be analysed should be given in the VARIABLES subcommand.
The list of variables must be followed by the BY keyword and the name of the independent
(or factor) variable.
You can use the STATISTICS subcommand to tell pspp to display ancillary information.
The options accepted are:
DESCRIPTIVES Displays descriptive statistics about the groups factored by the in-
dependent variable.
HOMOGENEITY Displays the Levene test of Homogeneity of Variance for the variables
and their groups.
The CONTRAST subcommand is used when you anticipate certain differences between the
groups. The subcommand must be followed by a list of numerals which are the coefficients
of the groups to be tested. The number of coefficients must correspond to the number of
distinct groups (or values of the independent variable). If the total sum of the coefficients are
not zero, then pspp will display a warning, but will proceed with the analysis. The CONTRAST
subcommand may be given up to 10 times in order to specify different contrast tests. The
MISSING subcommand defines how missing values are handled. If LISTWISE is specified then
cases which have missing values for the independent variable or any dependent variable will
be ignored. If ANALYSIS is specified, then cases will be ignored if the independent variable
is missing or if the dependent variable currently being analysed is missing. The default is
ANALYSIS. A setting of EXCLUDE means that variables whose values are user-missing are to
be excluded from the analysis. A setting of INCLUDE means they are to be included. The
default is EXCLUDE.
Using the POSTHOC subcommand you can perform multiple pairwise comparisons on the
data. The following comparison methods are available:
LSD Least Significant Difference.
TUKEY Tukey Honestly Significant Difference.
Chapter 15: Statistics 154
15.15 RANK
RANK
[VARIABLES=] var list [{A,D}] [BY var list]
/TIES={MEAN,LOW,HIGH,CONDENSE}
/FRACTION={BLOM,TUKEY,VW,RANKIT}
/PRINT[={YES,NO}
/MISSING={EXCLUDE,INCLUDE}
The RANK command ranks variables and stores the results into new variables.
The VARIABLES subcommand, which is mandatory, specifies one or more variables whose
values are to be ranked. After each variable, A or D may appear, indicating that the
variable is to be ranked in ascending or descending order. Ascending is the default. If a
BY keyword appears, it should be followed by a list of variables which are to serve as group
variables. In this case, the cases are gathered into groups, and ranks calculated for each
group.
The TIES subcommand specifies how tied values are to be treated. The default is to
take the mean value of all the tied cases.
The FRACTION subcommand specifies how proportional ranks are to be calculated. This
only has any effect if NORMAL or PROPORTIONAL rank functions are requested.
The PRINT subcommand may be used to specify that a summary of the rank variables
created should appear in the output.
The MISSING subcommand determines how user missing values are to be treated. A
setting of EXCLUDE means that variables whose values are user-missing are to be excluded
from the rank scores. A setting of INCLUDE means they are to be included. The default is
EXCLUDE.
Chapter 15: Statistics 156
15.16 REGRESSION
The REGRESSION procedure fits linear models to data via least-squares estimation. The pro-
cedure is appropriate for data which satisfy those assumptions typical in linear regression:
The data set contains n observations of a dependent variable, say Y1 , . . . , Yn , and n
observations of one or more explanatory variables. Let X11 , X12 , . . . , X1n denote the
n observations of the first explanatory variable; X21 ,. . . ,X2n denote the n observations
of the second explanatory variable; Xk1 ,. . . ,Xkn denote the n observations of the kth
explanatory variable.
The dependent variable Y has the following relationship to the explanatory variables:
Yi = b0 + b1 X1i + ... + bk Xki + Zi where b0 , b1 , . . . , bk are unknown coefficients, and
Z1 , . . . , Zn are independent, normally distributed noise terms with mean zero and com-
mon variance. The noise, or error terms are unobserved. This relationship is called the
linear model.
The REGRESSION procedure estimates the coefficients b0 , . . . , bk and produces output
relevant to inferences for the linear model.
15.16.1 Syntax
REGRESSION
/VARIABLES=var list
/DEPENDENT=var list
/STATISTICS={ALL, DEFAULTS, R, COEFF, ANOVA, BCOV, CI[conf ]}
{ /ORIGIN | /NOORIGIN }
/SAVE={PRED, RESID}
The REGRESSION procedure reads the active dataset and outputs statistics relevant to
the linear model specified by the user.
The VARIABLES subcommand, which is required, specifies the list of variables to be
analyzed. Keyword VARIABLES is required. The DEPENDENT subcommand specifies the de-
pendent variable of the linear model. The DEPENDENT subcommand is required. All variables
listed in the VARIABLES subcommand, but not listed in the DEPENDENT subcommand, are
treated as explanatory variables in the linear model.
All other subcommands are optional:
The STATISTICS subcommand specifies which statistics are to be displayed. The follow-
ing keywords are accepted:
ALL All of the statistics below.
R The ratio of the sums of squares due to the model to the total sums of squares
for the dependent variable.
COEFF A table containing the estimated model coefficients and their standard errors.
CI (conf) This item is only relevant if COEFF has also been selected. It specifies that the
confidence interval for the coefficients should be printed. The optional value
conf, which must be in parentheses, is the desired confidence level expressed as
a percentage.
ANOVA Analysis of variance table for the model.
Chapter 15: Statistics 157
15.16.2 Examples
The following pspp syntax will generate the default output and save the predicted values
and residuals to the active dataset.
title Demonstrate REGRESSION procedure.
data list / v0 1-2 (A) v1 v2 3-22 (10).
begin data.
b 7.735648 -23.97588
b 6.142625 -19.63854
a 7.651430 -25.26557
c 6.125125 -16.57090
a 8.245789 -25.80001
c 6.031540 -17.56743
a 9.832291 -28.35977
c 5.343832 -16.79548
a 8.838262 -29.25689
b 6.200189 -18.58219
end data.
list.
regression /variables=v0 v1 v2 /statistics defaults /dependent=v2
/save pred resid /method=enter.
15.17 RELIABILITY
RELIABILITY
/VARIABLES=var list
/SCALE (name) = {var list, ALL}
/MODEL={ALPHA, SPLIT[(n)]}
/SUMMARY={TOTAL,ALL}
/MISSING={EXCLUDE,INCLUDE}
The RELIABILITY command performs reliability analysis on the data.
Chapter 15: Statistics 158
The VARIABLES subcommand is required. It determines the set of variables upon which
analysis is to be performed.
The SCALE subcommand determines which variables reliability is to be calculated for. If
it is omitted, then analysis for all variables named in the VARIABLES subcommand will be
used. Optionally, the name parameter may be specified to set a string name for the scale.
The MODEL subcommand determines the type of analysis. If ALPHA is specified, then
Cronbachs Alpha is calculated for the scale. If the model is SPLIT, then the variables
are divided into 2 subsets. An optional parameter n may be given, to specify how many
variables to be in the first subset. If n is omitted, then it defaults to one half of the variables
in the scale, or one half minus one if there are an odd number of variables. The default
model is ALPHA.
By default, any cases with user missing, or system missing values for any variables given
in the VARIABLES subcommand will be omitted from analysis. The MISSING subcommand
determines whether user missing values are to be included or excluded in the analysis.
The SUMMARY subcommand determines the type of summary analysis to be performed.
Currently there is only one type: SUMMARY=TOTAL, which displays per-item analysis tested
against the totals.
15.18 ROC
ROC var list BY state var (state value)
/PLOT = { CURVE [(REFERENCE)], NONE }
/PRINT = [ SE ] [ COORDINATES ]
/CRITERIA = [ CUTOFF({INCLUDE,EXCLUDE}) ]
[ TESTPOS ({LARGE,SMALL}) ]
[ CI (confidence) ]
[ DISTRIBUTION ({FREE, NEGEXPO }) ]
/MISSING={EXCLUDE,INCLUDE}
The ROC command is used to plot the receiver operating characteristic curve of a dataset,
and to estimate the area under the curve. This is useful for analysing the efficacy of a
variable as a predictor of a state of nature.
The mandatory var list is the list of predictor variables. The variable state var is the
variable whose values represent the actual states, and state value is the value of this variable
which represents the positive state.
The optional subcommand PLOT is used to determine if and how the ROC curve is drawn.
The keyword CURVE means that the ROC curve should be drawn, and the optional keyword
REFERENCE, which should be enclosed in parentheses, says that the diagonal reference line
should be drawn. If the keyword NONE is given, then no ROC curve is drawn. By default,
the curve is drawn with no reference line.
The optional subcommand PRINT determines which additional tables should be printed.
Two additional tables are available. The SE keyword says that standard error of the area
under the curve should be printed as well as the area itself. In addition, a p-value under the
null hypothesis that the area under the curve equals 0.5 will be printed. The COORDINATES
keyword says that a table of coordinates of the ROC curve should be printed.
The CRITERIA subcommand has four optional parameters:
159
The TESTPOS parameter may be LARGE or SMALL. LARGE is the default, and says that
larger values in the predictor variables are to be considered positive. SMALL indicates
that smaller values should be considered positive.
The CI parameter specifies the confidence interval that should be printed. It has no
effect if the SE keyword in the PRINT subcommand has not been given.
The DISTRIBUTION parameter determines the method to be used when estimating the
area under the curve. There are two possibilities, viz : FREE and NEGEXPO. The FREE
method uses a non-parametric estimate, and the NEGEXPO method a bi-negative ex-
ponential distribution estimate. The NEGEXPO method should only be used when the
number of positive actual states is equal to the number of negative actual states. The
default is FREE.
The CUTOFF parameter is for compatibility and is ignored.
The MISSING subcommand determines whether user missing values are to be included
or excluded in the analysis. The default behaviour is to exclude them. Cases are excluded
on a listwise basis; if any of the variables in var list or if the variable state var is missing,
then the entire case will be excluded.
160
16 Utilities
Commands that dont fit any other category are placed here.
Most of these commands are not affected by commands like IF and LOOP: they take
effect only once, unconditionally, at the time that they are encountered in the input.
16.2 CACHE
CACHE.
This command is accepted, for compatibility, but it has no effect.
16.3 CD
CD new directory .
CD changes the current directory. The new directory will become that specified by the
command.
16.4 COMMENT
Two possibles syntaxes:
COMMENT comment text . . . .
*comment text . . . .
COMMENT is ignored. It is used to provide information to the author and other readers of
the pspp syntax file.
COMMENT can extend over any number of lines. Dont forget to terminate it with a dot
or a blank line.
16.5 DOCUMENT
DOCUMENT documentary text.
DOCUMENT adds one or more lines of descriptive commentary to the active dataset. Doc-
uments added in this way are saved to system files. They can be viewed using SYSFILE
INFO or DISPLAY DOCUMENTS. They can be removed from the active dataset with DROP
DOCUMENTS.
Specify the documentary text following the DOCUMENT keyword. It is interpreted literally
any quotes or other punctuation marks will be included in the file. You can extend
Chapter 16: Utilities 161
the documentary text over as many lines as necessary. Lines are truncated at 80 bytes.
Dont forget to terminate the command with a dot or a blank line. See Section 16.1 [ADD
DOCUMENT], page 160.
16.9 ECHO
ECHO arbitrary text .
Use ECHO to write arbitrary text to the output stream. The text should be enclosed
in quotation marks following the normal rules for string tokens (see Section 6.1 [Tokens],
page 28).
16.10 ERASE
ERASE FILE file name.
ERASE FILE deletes a file from the local filesystem. file name must be quoted. This
command cannot be used if the SAFER (see Section 16.20 [SET], page 164) setting is
active.
16.11 EXECUTE
EXECUTE.
EXECUTE causes the active dataset to be read and all pending transformations to be
executed.
Chapter 16: Utilities 162
16.13 FINISH
FINISH.
FINISH terminates the current pspp session and returns control to the operating system.
16.14 HOST
HOST.
HOST COMMAND=[command...].
HOST suspends the current pspp session and temporarily returns control to the operating
system. This command cannot be used if the SAFER (see Section 16.20 [SET], page 164)
setting is active.
If the COMMAND subcommand is specified, as a sequence of shell commands as quoted
strings within square brackets, then pspp executes them together in a single subshell.
If no subcommands are specified, then pspp invokes an interactive subshell.
16.15 INCLUDE
INCLUDE [FILE=]file name [ENCODING=encoding].
INCLUDE causes the pspp command processor to read an additional command file as if it
were included bodily in the current command file. If errors are encountered in the included
file, then command processing will stop and no more commands will be processed. Include
files may be nested to any depth, up to the limit of available memory.
The INSERT command (see Section 16.16 [INSERT], page 162) is a more flexible alterna-
tive to INCLUDE. An INCLUDE command acts the same as INSERT with ERROR=STOP CD=NO
SYNTAX=BATCH specified.
The optional ENCODING subcommand has the same meaning as with INSERT.
16.16 INSERT
INSERT [FILE=]file name
[CD={NO,YES}]
[ERROR={CONTINUE,STOP}]
[SYNTAX={BATCH,INTERACTIVE}]
[ENCODING={LOCALE, charset name}].
INSERT is similar to INCLUDE (see Section 16.15 [INCLUDE], page 162) but somewhat
more flexible. It causes the command processor to read a file as if it were embedded in the
current command file.
Chapter 16: Utilities 163
If CD=YES is specified, then before including the file, the current directory will be changed
to the directory of the included file. The default setting is CD=NO. Note that this directory
will remain current until it is changed explicitly (with the CD command, or a subsequent
INSERT command with the CD=YES option). It will not revert to its original setting even
after the included file is finished processing.
If ERROR=STOP is specified, errors encountered in the inserted file will cause processing to
immediately cease. Otherwise processing will continue at the next command. The default
setting is ERROR=CONTINUE.
If SYNTAX=INTERACTIVE is specified then the syntax contained in the included file must
conform to interactive syntax conventions. See Section 6.3 [Syntax Variants], page 30. The
default setting is SYNTAX=BATCH.
ENCODING optionally specifies the character set used by the included file. Its argument,
which is not case-sensitive, must be in one of the following forms:
LOCALE The encoding used by the system locale, or as overridden by the SET command
(see Section 16.20 [SET], page 164). On GNU/Linux and other Unix-like sys-
tems, environment variables, e.g. LANG or LC_ALL, determine the system locale.
charset name
One of the character set names listed by IANA at http://www.iana.org/
assignments / character-sets. Some examples are ASCII (United States),
ISO-8859-1 (western Europe), EUC-JP (Japan), and windows-1252 (Windows).
Not all systems support all character sets.
Auto,encoding
Automatically detects whether a syntax file is encoded in an Unicode encoding
such as UTF-8, UTF-16, or UTF-32. If it is not, then pspp generally assumes
that the file is encoded in encoding (an IANA character set name). However,
if encoding is UTF-8, and the syntax file is not valid UTF-8, pspp instead
assumes that the file is encoded in windows-1252.
For best results, encoding should be an ASCII-compatible encoding (the most
common locale encodings are all ASCII-compatible), because encodings that are
not ASCII compatible cannot be automatically distinguished from UTF-8.
Auto
Auto,Locale
Automatic detection, as above, with the default encoding taken from the system
locale or the setting on SET LOCALE.
When ENCODING is not specified, the default is taken from the --syntax-encoding
command option, if it was specified, and otherwise it is Auto.
16.17 OUTPUT
OUTPUT MODIFY
/SELECT TABLES
/TABLECELLS SELECT = [ {SIGNIFICANCE, COUNT} ]
FORMAT = fmt spec.
Chapter 16: Utilities 164
Please note: In the above synopsis the characters [ and ] are literals. They
must appear in the syntax to be interpreted.
OUTPUT changes the appearance of the tables in which results are printed. In particular,
it can be used to set the format and precision to which results are displayed.
After running this command, the default table appearance parameters will have been
modified and each new output table generated will use the new parameters.
Following /TABLECELLS SELECT = a list of cell classes must appear, enclosed in square
brackets. This list determines the classes of values should be selected for modification. Each
class can be:
SIGNIFICANCE
Significance of tests (p-values).
COUNT Counts or sums of weights.
The value of fmt spec must be a valid output format (see Section 6.7.4 [Input and Output
Formats], page 34). Note that not all possible formats are meaningful for all classes.
16.18 PERMISSIONS
PERMISSIONS
FILE=file name
/PERMISSIONS = {READONLY,WRITEABLE}.
PERMISSIONS changes the permissions of a file. There is one mandatory subcommand
which specifies the permissions to which the file should be changed. If you set a files
permission to READONLY, then the file will become unwritable either by you or anyone else
on the system. If you set the permission to WRITEABLE, then the file will become writeable
by you; the permissions afforded to others will be unchanged. This command cannot be
used if the SAFER (see Section 16.20 [SET], page 164) setting is active.
16.20 SET
SET
(data input)
/BLANKS={SYSMIS,.,number}
/DECIMAL={DOT,COMMA}
/FORMAT=fmt spec
/EPOCH={AUTOMATIC,year}
Chapter 16: Utilities 165
/RIB={NATIVE,MSBFIRST,LSBFIRST,VAX}
/RRB={NATIVE,ISL,ISB,IDL,IDB,VF,VD,VG,ZS,ZL}
(interaction)
/MXERRS=max errs
/MXWARNS=max warnings
/WORKSPACE=workspace size
(syntax execution)
/LOCALE=locale
/MEXPAND={ON,OFF}
/MITERATE=max iterations
/MNEST=max nest
/MPRINT={ON,OFF}
/MXLOOPS=max loops
/SEED={RANDOM,seed value}
/UNDEFINED={WARN,NOWARN}
/FUZZBITS=fuzzbits
(data output)
/CC{A,B,C,D,E}={npre,pre,suf,nsuf ,npre.pre.suf.nsuf }
/DECIMAL={DOT,COMMA}
/FORMAT=fmt spec
/WIB={NATIVE,MSBFIRST,LSBFIRST,VAX}
/WRB={NATIVE,ISL,ISB,IDL,IDB,VF,VD,VG,ZS,ZL}
(output routing)
/ERRORS={ON,OFF,TERMINAL,LISTING,BOTH,NONE}
/MESSAGES={ON,OFF,TERMINAL,LISTING,BOTH,NONE}
/PRINTBACK={ON,OFF,TERMINAL,LISTING,BOTH,NONE}
/RESULTS={ON,OFF,TERMINAL,LISTING,BOTH,NONE}
(logging)
/JOURNAL={ON,OFF} [file name]
(system files)
/COMPRESSION={ON,OFF}
/SCOMPRESSION={ON,OFF}
Chapter 16: Utilities 166
(miscellaneous)
/SAFER=ON
/LOCALE=string
pspp extension to set the byte ordering (endianness) used for reading data in IB
or PIB format (see Section 6.7.4.4 [Binary and Hexadecimal Numeric Formats],
page 39). In MSBFIRST ordering, the most-significant byte appears at the left
end of a IB or PIB field. In LSBFIRST ordering, the least-significant byte appears
at the left end. VAX ordering is like MSBFIRST, except that each pair of bytes
is in reverse order. NATIVE, the default, is equivalent to MSBFIRST or LSBFIRST
depending on the native format of the machine running pspp.
RRB
pspp extension to set the floating-point format used for reading data in RB for-
mat (see Section 6.7.4.4 [Binary and Hexadecimal Numeric Formats], page 39).
The possibilities are:
NATIVE The native format of the machine running pspp. Equivalent to
either IDL or IDB.
ISL 32-bit IEEE 754 single-precision floating point, in little-endian byte
order.
ISB 32-bit IEEE 754 single-precision floating point, in big-endian byte
order.
IDL 64-bit IEEE 754 double-precision floating point, in little-endian
byte order.
IDB 64-bit IEEE 754 double-precision floating point, in big-endian byte
order.
VF 32-bit VAX F format, in VAX-endian byte order.
VD 64-bit VAX D format, in VAX-endian byte order.
VG 64-bit VAX G format, in VAX-endian byte order.
ZS 32-bit IBM Z architecture short format hexadecimal floating point,
in big-endian byte order.
ZL 64-bit IBM Z architecture long format hexadecimal floating point,
in big-endian byte order.
Z architecture also supports IEEE 754 floating point. The ZS and
ZL formats are only for use with very old input files.
The default is NATIVE.
Interaction subcommands affect the way that pspp interacts with an online user. The
interaction subcommands are
MXERRS The maximum number of errors before pspp halts processing of the current
command file. The default is 50.
MXWARNS
The maximum number of warnings + errors before pspp halts processing the
current command file. The special value of zero means that all warning situ-
ations should be ignored. No warnings will be issued, except a single initial
warning advising the user that warnings will not be given. The default value is
100.
Chapter 16: Utilities 168
Syntax execution subcommands control the way that pspp commands execute. The
syntax execution subcommands are
LOCALE Overrides the system locale for the purpose of reading and writing syntax and
data files. The argument should be a locale name in the general form language_
country.encoding, where language and country are 2-character language and
country abbreviations, respectively, and encoding is an IANA character set
name. Example locales are en_US.UTF-8 (UTF-8 encoded English as spoken in
the United States) and ja_JP.EUC-JP (EUC-JP encoded Japanese as spoken
in Japan).
MEXPAND
MITERATE
MNEST
MPRINT Currently not used.
MXLOOPS
The maximum number of iterations for an uncontrolled loop (see Section 14.4
[LOOP], page 129). The default max loops is 40.
SEED The initial pseudo-random number seed. Set to a real number or to RANDOM,
which will obtain an initial seed from the current time of day.
UNDEFINED
Currently not used.
FUZZBITS
The maximum number of bits of errors in the least-significant places to accept
for rounding up a value that is almost halfway between two possibilities for
rounding with the RND operator (see Section 7.7.2 [Miscellaneous Mathemat-
ics], page 48). The default fuzzbits is 6.
WORKSPACE
The maximum amount of memory (in kilobytes) that pspp will use to store
data being processed. If memory in excess of the workspace size is required,
then pspp will start to use temporary files to store the data. Setting a higher
value will, in general, mean procedures will run faster, but may cause other
applications to run slower. On platforms without virtual memory management,
setting a very large workspace may cause pspp to abort.
Data output subcommands affect the format of output data. These subcommands are
CCA
CCB
CCC
CCD
CCE
Set up custom currency formats. See Section 6.7.4.2 [Custom Currency For-
mats], page 37, for details.
DECIMAL
The default DOT setting causes the decimal point character to be .. A setting
of COMMA causes the decimal point character to be ,.
Chapter 16: Utilities 169
FORMAT Allows the default numeric input/output format to be specified. The default is
F8.2. See Section 6.7.4 [Input and Output Formats], page 34.
WIB
pspp extension to set the byte ordering (endianness) used for writing data in IB
or PIB format (see Section 6.7.4.4 [Binary and Hexadecimal Numeric Formats],
page 39). In MSBFIRST ordering, the most-significant byte appears at the left
end of a IB or PIB field. In LSBFIRST ordering, the least-significant byte appears
at the left end. VAX ordering is like MSBFIRST, except that each pair of bytes
is in reverse order. NATIVE, the default, is equivalent to MSBFIRST or LSBFIRST
depending on the native format of the machine running pspp.
WRB
pspp extension to set the floating-point format used for writing data in RB for-
mat (see Section 6.7.4.4 [Binary and Hexadecimal Numeric Formats], page 39).
The choices are the same as SET RIB. The default is NATIVE.
In the pspp text-based interface, the output routing subcommands affect where output
is sent. The following values are allowed for each of these subcommands:
OFF
NONE Discard this kind of output.
TERMINAL
Write this output to the terminal, but not to listing files and other output
devices.
LISTING Write this output to listing files and other output devices, but not to the ter-
minal.
ON
BOTH Write this type of output to all output devices.
HEADERS
LENGTH
MORE
WIDTH
TNUMBERS
The TNUMBERS option sets the way in which values are displayed in output
tables. The valid settings are VALUES, LABELS and BOTH. If TNUMBERS is set
to VALUES, then all values are displayed with their literal value (which for a
numeric value is a number and for a string value an alphanumeric string). If
TNUMBERS is set to LABELS, then values are displayed using their assigned labels
if any. (See Section 11.13 [VALUE LABELS], page 109.) If the a value has
no label, then it will be displayed using its literal value. If TNUMBERS is set
to BOTH, then values will be displayed with both their label (if any) and their
literal value in parentheses.
TVARS The TVARS option sets the way in which variables are displayed in output tables.
The valid settings are NAMES, LABELS and BOTH. If TVARS is set to NAMES, then
all variables are displayed using their names. If TVARS is set to LABELS, then
variables are displayed using their label if one has been set. If no label has been
set, then the name will be used. (See Section 11.16 [VARIABLE LABELS],
page 111.) If TVARS is set to BOTH, then variables will be displayed with both
their label (if any) and their name in parentheses.
Logging subcommands affect logging of commands executed to external files. These
subcommands are
JOURNAL
LOG These subcommands, which are synonyms, control the journal. The default is
ON, which causes commands entered interactively to be written to the journal
file. Commands included from syntax files that are included interactively and
error messages printed by pspp are also written to the journal file, prefixed by
>. OFF disables use of the journal.
The journal is named pspp.jnl by default. A different name may be specified.
System file subcommands affect the default format of system files produced by pspp.
These subcommands are
COMPRESSION
Not currently used.
SCOMPRESSION
Whether system files created by SAVE or XSAVE are compressed by default. The
default is ON.
Security subcommands affect the operations that commands are allowed to perform.
The security subcommands are
SAFER Setting this option disables the following operations:
The ERASE command.
The HOST command.
The PERMISSIONS command.
Chapter 16: Utilities 171
SET LOCALE=ru_RU.cp1251.
SET LOCALE=japanese.
Contrary to intuition, this command does not affect any aspect of the systems
locale.
16.21 SHOW
SHOW
[ALL]
[BLANKS]
[CC]
[CCA]
[CCB]
[CCC]
[CCD]
[CCE]
[COPYING]
[DECIMALS]
[DIRECTORY]
[ENVIRONMENT]
[FORMAT]
[FUZZBITS]
[LENGTH]
[MXERRS]
[MXLOOPS]
[MXWARNS]
[N]
[SCOMPRESSION]
[TEMPDIR]
[UNDEFINED]
Chapter 16: Utilities 172
[VERSION]
[WARRANTY]
[WEIGHT]
[WIDTH]
SHOW can be used to display the current state of pspps execution parameters. Parameters
that can be changed using SET (see Section 16.20 [SET], page 164), can be examined using
SHOW using the subcommand with the same name. SHOW supports the following additional
subcommands:
ALL Show all settings.
CC Show all custom currency settings (CCA through CCE).
DIRECTORY
Shows the current working directory.
ENVIRONMENT
Shows the operating system details.
N Reports the number of cases in the active dataset. The reported number is not
weighted. If no dataset is defined, then Unknown will be reported.
TEMPDIR Shows the path of the directory where temporary files will be stored.
VERSION Shows the version of this installation of pspp.
WARRANTY Show details of the lack of warranty for pspp.
COPYING / LICENSE
Display the terms of pspps copyright licence (see Chapter 2 [License], page 3).
Specifying SHOW without any subcommands is equivalent to SHOW ALL.
16.22 SUBTITLE
SUBTITLE subtitle string.
or
SUBTITLE subtitle string.
SUBTITLE provides a subtitle to a particular pspp run. This subtitle appears at the top
of each output page below the title, if headers are enabled on the output device.
Specify a subtitle as a string in quotes. The alternate syntax that did not require quotes
is now obsolete. If it is used then the subtitle is converted to all uppercase.
16.23 TITLE
TITLE title string.
or
TITLE title string.
TITLE provides a title to a particular pspp run. This title appears at the top of each
output page, if headers are enabled on the output device.
Specify a title as a string in quotes. The alternate syntax that did not require quotes is
now obsolete. If it is used then the title is converted to all uppercase.
173
17 Invoking pspp-convert
pspp-convert is a command-line utility accompanying pspp. It reads an SPSS or
SPSS/PC+ system file or SPSS portable file or encrypted SPSS syntax file input and
writes a copy of it to another output in a different format. Synopsis:
pspp-convert [options] input output
pspp-convert --help
pspp-convert --version
The format of input is automatically detected, when possible. The character encoding
of old SPSS system files cannot always be guessed correctly, and SPSS/PC+ system files do
not include any indication of their encoding. Use -e encoding to specify the encoding in
this case.
By default, the intended format for output is inferred based on its extension:
csv
txt Comma-separated value. Each value is formatted according to its variables
print format. The first line in the file contains variable names.
sav
sys SPSS system file.
por SPSS portable file.
sps SPSS syntax file. (Only encrypted syntax files may be converted to this format.)
pspp-convert can convert most input formats to most output formats. Encrypted
system file and syntax files are exceptions: if the input file is in an encrypted format,
then the output file must be the same format (decrypted). To decrypt such a file, specify
the encrypted file as input. The output will be the equivalent plaintext file. You will be
prompted for the password (or use -p, documented below).
Use -O extension to override the inferred format or to specify the format for unrecog-
nized extensions.
The following options are accepted:
-O format
--output-format=format
Specifies the desired output format. format must be one of the extensions listed
above, e.g. -O csv requests comma-separated value output.
-c maxcases
--cases=maxcases
By default, all cases are copied from input to output. Specifying this option to
limit the number of cases written to output to maxcases.
-e charset
--encoding=charset
Overrides the encoding in which character strings in input are interpreted. This
option is necessary because old SPSS system files, and SPSS/PC+ system files,
do not self-identify their encoding.
174
-p password
--password=password
Specifies the password to use to decrypt an encrypted SPSS system file or syntax
file. If this option is not specified, pspp-convert will prompt interactively for
the password as necessary.
Be aware that command-line options, including passwords, may be visible to
other users on multiuser systems.
-h
--help Prints a usage message on stdout and exits.
-v
--version
Prints version information on stdout and exits.
175
18 Invoking pspp-dump-sav
pspp-dump-sav is a command-line utility accompanying pspp. It reads one or more SPSS
system files and prints their contents. The output format is useful for debugging system
file readers and writers and for discovering how to interpret unknown or poorly under-
stood records. End users may find the output useful for providing the PSPP developers
information about system files that PSPP does not accurately read.
Synopsis:
pspp-dump-sav [-d[maxcases] | --data[=maxcases]] file . . .
pspp-dump-sav --help | -h
pspp-dump-sav --version | -v
The following options are accepted:
-d[maxcases]
--data[=maxcases]
By default, pspp-dump-sav does not print any of the data in a system file, only
the file headers. Specify this option to print the data as well. If maxcases is
specified, then it limits the number of cases printed.
-h
--help Prints a usage message on stdout and exits.
-v
--version
Prints version information on stdout and exits.
Some errors that prevent files from being interpreted successfully cause pspp-dump-sav
to exit without reading any additional files given on the command line.
176
19 Not Implemented
This chapter lists parts of the pspp language that are not yet implemented.
2SLS Two stage least squares regression
ACF Autocorrelation function
ALSCAL Multidimensional scaling
ANACOR Correspondence analysis
ANOVA Factorial analysis of variance
CASEPLOT Plot time series
CASESTOVARS
Restructure complex data
CATPCA Categorical principle components analysis
CATREG Categorical regression
CCF Time series cross correlation
CLEAR TRANSFORMATIONS
Clears transformations from active dataset
CLUSTER Hierarchical clustering
CONJOINT Analyse full concept data
CORRESPONDENCE
Show correspondence
COXREG Cox proportional hazards regression
CREATE Create time series data
CSDESCRIPTIVES
Complex samples descriptives
CSGLM Complex samples GLM
CSLOGISTIC
Complex samples logistic regression
CSPLAN Complex samples design
CSSELECT Select complex samples
CSTABULATE
Tabulate complex samples
CTABLES Display complex samples
CURVEFIT Fit curve to line plot
DATE Create time series data
DEFINE Syntax macros
Chapter 19: Not Implemented 177
DETECTANOMALY
Find unusual cases
DISCRIMINANT
Linear discriminant analysis
EDIT obsolete
END FILE TYPE
Ends complex data input
FILE TYPE Complex data input
FIT Goodness of Fit
GENLOG Categorical model fitting
GET TRANSLATE
Read other file formats
GGRAPH Custom defined graphs
HILOGLINEAR
Hierarchical loglinear models
HOMALS Homogeneity analysis
IGRAPH Interactive graphs
INFO Local Documentation
KEYED DATA LIST
Read nonsequential data
KM Kaplan-Meier
LOGLINEAR
General model fitting
MANOVA Multivariate analysis of variance
MAPS Geographical display
MATRIX Matrix processing
MCONVERT Convert covariance/correlation matrices
MIXED Mixed linear models
MODEL CLOSE
Close server connection
MODEL HANDLE
Define server connection
MODEL LIST
Show existing models
MODEL NAME
Specify model label
Chapter 19: Not Implemented 178
MULTIPLE CORRESPONDENCE
Multiple correspondence analysis
MULT RESPONSE
Multiple response analysis
MVA Missing value analysis
NAIVEBAYES
Small sample bayesian prediction
NLR Non Linear Regression
NOMREG Multinomial logistic regression
NONPAR CORR
Nonparametric correlation
NUMBERED
OLAP CUBES
On-line analytical processing
OMS Output management
ORTHOPLAN
Orthogonal effects design
OVERALS Nonlinear canonical correlation
PACF Partial autocorrelation
PARTIAL CORR
Partial correlation
PLANCARDS
Conjoint analysis planning
PLUM Estimate ordinal regression models
POINT Marker in keyed file
PPLOT Plot time series variables
PREDICT Specify forecast period
PREFSCAL Multidimensional unfolding
PRINCALS PCA by alternating least squares
PROBIT Probit analysis
PROCEDURE OUTPUT
Specify output file
PROXIMITIES
Pairwise similarity
PROXSCAL Multidimensional scaling of proximity data
Chapter 19: Not Implemented 179
RATIO STATISTICS
Descriptives of ratios
READ MODEL
Read new model
RECORD TYPE
Defines a type of record within FILE TYPE
REFORMAT Read obsolete files
REPEATING DATA
Specify multiple cases per input record
REPORT Pretty print working file
RMV Replace missing values
SCRIPT Run script file
SEASON Estimate seasonal factors
SELECTPRED
Select predictor variables
SPCHART Plot control charts
SPECTRA Plot spectral density
STEMLEAF Plot stem-and-leaf display
SUMMARIZE
Univariate statistics
SURVIVAL Survival analysis
TDISPLAY Display active models
TREE Create classification tree
TSAPPLY Apply time series model
TSET Set time sequence variables
TSHOW Show time sequence variables
TSMODEL Estimate time series model
TSPLOT Plot time sequence variables
TWOSTEP CLUSTER
Cluster observations
UNIANOVA Univariate analysis
UNNUMBERED
obsolete
VALIDATEDATA
Identify suspicious cases
180
20 Bugs
Occasionally you may encounter a bug in pspp.
results in:
4
5
6
1
2
3
Here, the developers have the necessary information to reproduce the circumstances of the
bug report, and they understand what the reporter expected.
Conversely, the following is a useless bug report:
I downloaded the latest version of PSPP and entered a sequence of numbers,
but when I analyse them it gives the wrong output.
In that example, it is impossible to reproduce, and there is no indication of why the reporter
thought what he saw was wrong.
Note that the purpose of bug reports is to help improve the quality of pspp for the
benefit of all users. It is not a consultancy or support service. If that is what you want,
you are welcome to make private arrangements. Since pspp is free software, consultants
have access to the information they need to provide such support. The pspp developers
appreciate all users feedback, but cannot promise an immediate response.
Please do not use the bug reporting address for general enquiries or to seek help in using,
installing or running the program. For that, use the pspp-users mailing list mentioned above.
183
21 Function Index
( D
(variable) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58 DATE.DMY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
DATE.MDY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
DATE.MOYR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
A DATE.QYR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
DATE.WKYR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
ABS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 DATE.YRDAY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
ACOS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 DATEDIFF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
ANY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 DATESUM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
ARCOS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
ARSIN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
ARTAN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
ASIN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 E
ATAN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 EXP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
C I
CDF.BERNOULLI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
CDF.BETA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 IDF.BETA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
CDF.BINOM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62 IDF.CAUCHY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
CDF.CAUCHY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 IDF.CHISQ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
CDF.CHISQ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 IDF.EXP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
CDF.EXP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 IDF.F . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
CDF.F . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 IDF.GAMMA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
CDF.GAMMA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 IDF.LAPLACE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
CDF.GEOM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62 IDF.LNORMAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
CDF.HYPER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 IDF.LOGISTIC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
CDF.LAPLACE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 IDF.NORMAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
CDF.LNORMAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 IDF.PARETO . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
CDF.LOGISTIC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 IDF.RAYLEIGH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
CDF.NEGBIN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 IDF.T . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
CDF.NORMAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 IDF.T1G . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
CDF.PARETO . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 IDF.T2G . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
CDF.POISSON . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 IDF.UNIFORM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
CDF.RAYLEIGH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 IDF.WEIBULL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
CDF.T . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 INDEX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
CDF.T1G . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
CDF.T2G . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
CDF.UNIFORM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62 L
CDF.VBNOR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
CDF.WEIBULL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62 LAG . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
CDFNORM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 LENGTH. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
CFVAR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 LG10 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
CONCAT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 LN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
COS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 LNGAMMA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
CTIME.DAYS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 LOWER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
CTIME.HOURS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 LPAD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52
CTIME.MINUTES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 LTRIM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52
CTIME.SECONDS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
Chapter 21: Function Index 184
M R
MAX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 RANGE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
MEAN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 REPLACE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52
MEDIAN. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 RINDEX. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52
MIN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 RND . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
MISSING . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 RPAD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52, 53
MOD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 RTRIM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
MOD10 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 RV.BERNOULLI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
RV.BETA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
RV.BINOM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
RV.CAUCHY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
N RV.CHISQ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
NCDF.BETA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 RV.EXP. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
NCDF.CHISQ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 RV.F . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
NMISS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 RV.GAMMA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
NORMAL. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 RV.GEOM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
NPDF.BETA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 RV.HYPER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63
NUMBER. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52 RV.LANDAU . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
NVALID. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 RV.LAPLACE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
RV.LEVY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
RV.LNORMAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
RV.LOG. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63
P RV.LOGISTIC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
PDF.BERNOULLI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62 RV.LVSKEW . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
PDF.BETA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 RV.NEGBIN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63
PDF.BINOM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62 RV.NORMAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
RV.NTAIL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
PDF.BVNOR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
RV.PARETO . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
PDF.CAUCHY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
RV.POISSON . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63
PDF.EXP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
RV.RAYLEIGH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
PDF.F . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
RV.RTAIL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
PDF.GAMMA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
RV.T . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
PDF.GEOM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
RV.UNIFORM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
PDF.HYPER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 RV.WEIBULL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
PDF.LANDAU . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 RV.XPOWER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
PDF.LAPLACE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
PDF.LNORMAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
PDF.LOG . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 S
PDF.LOGISTIC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
PDF.NEGBIN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 SD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
PDF.NORMAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 SIG.CHISQ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
SIG.F . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
PDF.NTAIL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
SIN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
PDF.PARETO . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
SQRT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
PDF.POISSON . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63
STRING. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
PDF.RAYLEIGH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
STRUNC. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
PDF.RTAIL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
SUBSTR. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
PDF.T . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
SUM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
PDF.T1G . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62 SYSMIS. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
PDF.T2G . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
PDF.UNIFORM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
PDF.WEIBULL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62 T
PDF.XPOWER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
PROBIT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 TAN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
TIME.DAYS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
TIME.HMS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
TRUNC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
Chapter 21: Function Index 185
U XDATE.QUARTER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
UNIFORM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62 XDATE.SECOND . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
UPCASE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 XDATE.TDAY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
XDATE.TIME . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
XDATE.WEEK . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
V XDATE.WKDAY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
VALUE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 XDATE.YEAR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
VARIANCE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
Y
X YRMODA. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58
XDATE.DATE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
XDATE.HOUR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
XDATE.JDAY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
XDATE.MDAY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
XDATE.MINUTE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
XDATE.MONTH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
186
22 Command Index
* E
* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160 ECHO . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161
END CASE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70
END DATA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64
A END FILE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70
ADD DOCUMENT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160 ERASE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161
ADD FILES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100 EXAMINE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 134
ADD VALUE LABELS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103 EXECUTE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161
AGGREGATE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 114 EXPORT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85
APPLY DICTIONARY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84
AUTORECODE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117
F
B FACTOR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141
FILE HANDLE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70
BEGIN DATA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64
FILE LABEL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 162
BINOMIAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 147
FILTER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 124
BREAK. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128
FINISH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 162
FLIP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 119
C FORMATS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104
FREQUENCIES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132
CACHE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160
FRIEDMAN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148
CD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160
CHISQUARE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148
Cochran . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148
COMMENT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160 G
COMPUTE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117 GET . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15, 85
CORRELATIONS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137 GET DATA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86
COUNT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 118 GLM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 143
CROSSTABS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138 GRAPH. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 136
D H
DATA LIST . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
DATA LIST FIXED . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66 HOST . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 162
DATA LIST FREE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69
DATA LIST LIST . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70
DATAFILE ATTRIBUTE . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 I
DATASET . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 IF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 120
DATASET ACTIVATE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 IMPORT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
DATASET CLOSE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 INCLUDE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 162
DATASET COPY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 INPUT PROGRAM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
DATASET DECLARE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 INSERT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 162
DATASET DISPLAY. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
DATASET NAME . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65
DELETE VARIABLES . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
DESCRIPTIVES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131
K
DISPLAY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103 K-S . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149
DISPLAY DOCUMENTS . . . . . . . . . . . . . . . . . . . . . . . . . . . 161 K-W . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149
DISPLAY FILE LABEL . . . . . . . . . . . . . . . . . . . . . . . . . . 161 KENDALL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149
DO IF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 KOLMOGOROV-SMIRNOV . . . . . . . . . . . . . . . . . . . . . . . . . . 149
DO REPEAT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 KRUSKAL-WALLIS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149
DOCUMENT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160
DROP DOCUMENTS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161
Chapter 22: Command Index 187
L S
LEAVE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 SAMPLE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 125
LIST . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15, 76 SAVE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16, 92
LOGISTIC REGRESSION . . . . . . . . . . . . . . . . . . . . . . . . . 144 SAVE TRANSLATE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94
LOOP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 SELECT IF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 125
SET . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164
M SHOW . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 171
SIGN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151
M-W . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150
MANN-WHITNEY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 SORT CASES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123
MATCH FILES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101 SORT VARIABLES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 108
MATRIX DATA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76 SPLIT FILE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 125
MCNEMAR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 STRING . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110
MEANS. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 145 SUBTITLE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 172
MEDIAN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 SYSFILE INFO . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96
MISSING VALUES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105
MODIFY VARS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105
MRSETS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 106
T
N T-TEST . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23, 151
TEMPORARY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 126
N OF CASES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 124
TITLE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 172
NEW FILE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76
NPAR TESTS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 147
NUMERIC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 108
U
O UPDATE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102
ONEWAY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 153
OUTPUT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 163
V
P
VALUE LABELS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109
PERMISSIONS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164
VARIABLE ALIGNMENT . . . . . . . . . . . . . . . . . . . . . . . . . . 111
PRESERVE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164
PRINT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 VARIABLE ATTRIBUTE . . . . . . . . . . . . . . . . . . . . . . . . . . 110
PRINT EJECT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80 VARIABLE LABELS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 111
PRINT FORMATS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 108 VARIABLE LEVEL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112
PRINT SPACE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80 VARIABLE ROLE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112
VARIABLE WIDTH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112
VECTOR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113
Q
QUICK CLUSTER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 154
W
R WEIGHT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 127
RANK . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155 WILCOXON . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151
RECODE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 120 WRITE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
REGRESSION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24, 156
WRITE FORMATS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113
RELIABILITY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157
RENAME VARIABLES . . . . . . . . . . . . . . . . . . . . . . . . . . . . 108
REPEATING DATA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81
REREAD. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81 X
RESTORE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164
ROC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 158 XEXPORT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96
RUNS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 XSAVE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96
188
23 Concept Index
.
pspp language . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32, 45
"
" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 /
/ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
$
$CASENUM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
$DATE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 <
$JDATE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
< . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
$LENGTH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
<= . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
$SYSMIS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
$TIME . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 <> . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
$WIDTH. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
& =
& . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 = . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
>
> . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
>= . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
(
( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
( ) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
_ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
)
) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
* is defined as . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
** . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
|
+ | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
+ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
, ~
pspp, command structure . . . . . . . . . . . . . . . . . . . . . . 29 ~ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
pspp, invoking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 ~= . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
pspp, language . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
- . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46, 47
Chapter 23: Concept Index 189
A copyright . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
absolute value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 correlation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138
addition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 cosine. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
analysis of variance . . . . . . . . . . . . . . . . . . . . . . 143, 153 covariance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138
AND . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 Cronbachs Alpha . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157
ANOVA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 143, 153 cross-case function . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
arccosine. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 currency formats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
arcsine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 custom attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
arctangent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
Area under curve . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 158
arguments, invalid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55 D
arguments, minimum valid . . . . . . . . . . . . . . . . . . . . . 50 data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64
arguments, of date construction functions . . . . . . 54 data file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
arguments, of date extraction functions . . . . . . . . . 55
data files. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
arithmetic mean . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146
data reduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141
arithmetic operators . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
Data, embedding in syntax files . . . . . . . . . . . . . . . . 64
attributes of variables . . . . . . . . . . . . . . . . . . . . . . . . . . 32
data, embedding in syntax files . . . . . . . . . . . . . . . . . 66
data, fixed-format, reading . . . . . . . . . . . . . . . . . . . . . 66
B data, reading from a file . . . . . . . . . . . . . . . . . . . . . . . . 66
databases . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16, 87
Backus-Naur Form . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
dataset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
bar chart . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133, 137, 141
date examination . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
Batch syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
date formats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
binary formats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
date, Julian . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58
binomial test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 147
bivariate logistic regression . . . . . . . . . . . . . . . . . . . . 144 dates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
BNF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 dates, concepts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
Boolean . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46, 47 dates, constructing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
boxplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 134 dates, day of the month . . . . . . . . . . . . . . . . . . . . . . . . 56
bugs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 181 dates, day of the week . . . . . . . . . . . . . . . . . . . . . . . . . 56
dates, day of the year . . . . . . . . . . . . . . . . . . . . . . . . . . 56
dates, day-month-year . . . . . . . . . . . . . . . . . . . . . . . . . 55
C dates, in days . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
dates, in hours . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
case conversion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
dates, in minutes. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
case-sensitivity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
dates, in months . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
cases . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64
dates, in quarters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
changing directory . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160
changing file permissions . . . . . . . . . . . . . . . . . . . . . . 164 dates, in seconds . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
chi-square . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140 dates, in weekdays . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
chisquare . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140 dates, in weeks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
chisquare test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148 dates, in years . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
clustering . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 154 dates, mathematical properties of . . . . . . . . . . . . . . 56
Cochran Q test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148 dates, month-year . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
coefficient of concordance . . . . . . . . . . . . . . . . . . . . . 149 dates, quarter-year . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
coefficient of variation . . . . . . . . . . . . . . . . . . . . . . . . . . 50 dates, time of day . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
comma separated values. . . . . . . . . . . . . . . . . . . . . . . . 16 dates, valid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
command file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 dates, week-year . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
command syntax, description of . . . . . . . . . . . . . . . . 45 dates, year-day. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
commands, ordering . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 day of the month . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
commands, structure . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 day of the week . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
commands, unimplemented . . . . . . . . . . . . . . . . . . . 176 day of the year . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
concatenation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 day-month-year . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
conditionals. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 days . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54, 55, 56
consistency . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 decimal places . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 163
constructing dates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 description of command syntax . . . . . . . . . . . . . . . . . 45
constructing times . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 deviation, standard . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
control flow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 dictionary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
convention, TO . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 directory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160
Chapter 23: Concept Index 190
division . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 H
DocBook. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
harmonic mean . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146
headers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170
E hexadecimal formats . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
embedding data in syntax files . . . . . . . . . . . . . . . . . 66 histogram . . . . . . . . . . . . . . . . . . . . . . . . . . . 133, 134, 136
Embedding data in syntax files . . . . . . . . . . . . . . . . . 64 hours . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54, 55
embedding fixed-format data . . . . . . . . . . . . . . . . . . . 66 hours-minutes-seconds . . . . . . . . . . . . . . . . . . . . . . . . . 54
encoding, characters . . . . . . . . . . . . . . . . . . . . . . . . . . 171 HTML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2, 9
equality, testing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 Hypothesis testing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
EQ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
erroneous data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
errors, in data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
examination, of times . . . . . . . . . . . . . . . . . . . . . . . . . . 54
Exploratory data analysis . . . . . . . . . . . . . . . . 134, 136 I
exponentiation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 identifiers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
expression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 identifiers, reserved . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
expressions, mathematical . . . . . . . . . . . . . . . . . . . . . . 46 inequality, testing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
extraction, of dates . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
input . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64
extraction, of time . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
input program commands . . . . . . . . . . . . . . . . . . . . . . 30
integer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
F integers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
factor analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141 Interactive syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
factorial anova . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 143 intersection, logical . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
false . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
file definition commands . . . . . . . . . . . . . . . . . . . . . . . 30 inverse cosine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
file handles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 inverse sine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
file mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164 inverse tangent. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
file, command . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 inversion, logical . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
file, data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 Inverting data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
file, output. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 invocation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
file, portable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 Invocation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 173, 175
file, syntax file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
file, system . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
fixed effects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 143
fixed-format data, reading . . . . . . . . . . . . . . . . . . . . . . 66
flow of control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 J
formats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
Julian date . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58
Friedman test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148
function, cross-case . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
functions, miscellaneous . . . . . . . . . . . . . . . . . . . . . . . . 57
functions, missing-value . . . . . . . . . . . . . . . . . . . . . . . . 49 K
functions, statistical. . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
K-means clustering . . . . . . . . . . . . . . . . . . . . . . . . . . . 154
functions, string . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
functions, time & date . . . . . . . . . . . . . . . . . . . . . . . . . 53 Kendalls W test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149
keywords . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
Kolmogorov-Smirnov test . . . . . . . . . . . . . . . . . . . . . 149
G Kruskal-Wallis test. . . . . . . . . . . . . . . . . . . . . . . . . . . . 149
geometric mean . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146
GE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
Gnumeric . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
Graphic user interface . . . . . . . . . . . . . . . . . . . . . . . . . . 12
greater than . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
greater than or equal to . . . . . . . . . . . . . . . . . . . . . . . . 47
grouping operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
GT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
Chapter 23: Concept Index 191
L N
labels, value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 names, of functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
labels, variable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 negation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
language, pspp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2, 28 NE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
language, command structure . . . . . . . . . . . . . . . . . . 29 nonparametric tests . . . . . . . . . . . . . . . . . . . . . . . . . . . 147
language, lexical analysis . . . . . . . . . . . . . . . . . . . . . . . 28 nonterminals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
language, tokens . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 normality, testing . . . . . . . . . . . . . . . . . . . . . 20, 134, 136
length . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 NOT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
less than . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 npplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 134
less than or equal to . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 null hypothesis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
lexical analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 number. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
LE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 numbers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
licence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 numbers, converting from strings . . . . . . . . . . . . . . . 52
numbers, converting to strings . . . . . . . . . . . . . . . . . 53
license . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
numeric formats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
Likert scale . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
linear regression . . . . . . . . . . . . . . . . . . . . . . . . . . . 24, 156
locale . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 171 O
logarithms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
obligations, your . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
logical intersection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
observations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64
logical inversion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 OpenDocument . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
logical operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 operations, order of . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63
logical union . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 operator precedence . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63
logistic regression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 144 operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29, 45, 48
loops . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 operators, arithmetic . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
LT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 operators, grouping . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
operators, logical. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
order of commands. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
M order of operations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63
OR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
Mann-Whitney U test. . . . . . . . . . . . . . . . . . . . . . . . . 150
output . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64
mathematical expressions . . . . . . . . . . . . . . . . . . . . . . 46
output file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
mathematics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
mathematics, advanced . . . . . . . . . . . . . . . . . . . . . . . . 48
mathematics, applied to times & dates . . . . . . . . . 56 P
mathematics, miscellaneous . . . . . . . . . . . . . . . . . . . . 48
p-value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
maximum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
padding strings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52
McNemar test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150
pager . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170
mean . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
parentheses . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46, 48
means . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 145
PDF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2, 7
median . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
percentiles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133, 135
Median test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 period . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
membership, of set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 piechart . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133
memory, amount used to store cases . . . . . . . . . . . 168 portable file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
minimum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 postgres . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
minimum valid number of arguments . . . . . . . . . . . 50 Postscript . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
minutes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54, 56 PostScript . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
missing values . . . . . . . . . . . . . . . . . . . . . . . . . . 32, 33, 49 precedence, operator . . . . . . . . . . . . . . . . . . . . . . . . . . . 63
mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164 precision, of output . . . . . . . . . . . . . . . . . . . . . . . . . . . 163
modulus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 principal axis factoring . . . . . . . . . . . . . . . . . . . . . . . . 141
modulus, by 10 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 principal components analysis . . . . . . . . . . . . . . . . . 141
month-year . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55 print format . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
months . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56 procedures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
more . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 productions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
multiplication . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 pspp-convert . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 173
pspp-dump-sav . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 175
PSPPIRE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
punctuators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29, 45
Chapter 23: Concept Index 192
Q SVG . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
Q, Cochran Q . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148 symbol, start . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
quarter-year . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55 syntax file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
quarters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56 SYSMIS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
system file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
system files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
R system variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
reading data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 system-missing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
reading data from a file . . . . . . . . . . . . . . . . . . . . . . . . 66
reading fixed-format data . . . . . . . . . . . . . . . . . . . . . . 66
reals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 T
Receiver Operating Characteristic . . . . . . . . . . . . . 158
T-test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
recoding data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
regression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 156 tangent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
reliability . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 terminals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
replacing substrings . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52 terminals and nonterminals, differences . . . . . . . . . 45
reserved identifiers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 testing for equality . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
restricted transformations . . . . . . . . . . . . . . . . . . . . . . 30 testing for inequality . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
rights, your . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 text files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
rounding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 time . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
runs test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 time examination . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
time formats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
time, concepts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
S time, in days . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54, 55
saving . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 time, in hours . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54, 55
scatterplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 136 time, in hours-minutes-seconds . . . . . . . . . . . . . . . . . 54
scratch variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 time, in minutes . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54, 56
screening . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 time, in seconds . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54, 56
searching strings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 time, instants of . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
seconds . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54, 56 time, intervals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
set membership . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 time, lengths of . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
sign test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151 time, mathematical properties of . . . . . . . . . . . . . . . 56
sine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 times . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
spreadlevel plot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 134 times, constructing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
spreadsheet files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87 times, in days . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
spreadsheets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 tnumbers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170
square roots . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 TO convention . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
standard deviation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 tokens . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
start symbol . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 transformation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
statistics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 transformations . . . . . . . . . . . . . . . . . . . . . . . . . . . 30, 114
string. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 trigonometry . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
string formats. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 troubleshooting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 181
string functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 true . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
strings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 truncation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
strings, case of . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51, 53 type of variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
strings, concatenation of . . . . . . . . . . . . . . . . . . . . . . . 51
strings, converting from numbers . . . . . . . . . . . . . . . 53
strings, converting to numbers . . . . . . . . . . . . . . . . . 52
strings, finding length of . . . . . . . . . . . . . . . . . . . . . . . 51 U
strings, padding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52 U, Mann-Whitney U . . . . . . . . . . . . . . . . . . . . . . . . . . 150
strings, replacing substrings . . . . . . . . . . . . . . . . . . . . 52 unimplemented commands . . . . . . . . . . . . . . . . . . . . 176
strings, searching backwards . . . . . . . . . . . . . . . . . . . 52 union, logical . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
strings, taking substrings of . . . . . . . . . . . . . . . . . . . . 53
univariate analysis of variance . . . . . . . . . . . . . . . . . 143
strings, trimming . . . . . . . . . . . . . . . . . . . . . . . . . . . 52, 53
utility commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
strings, truncating . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
substrings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
subtraction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
sum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
Chapter 23: Concept Index 193
V W
value label . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58 week . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
value labels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 week-year . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
values, Boolean . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 weekday . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
values, missing. . . . . . . . . . . . . . . . . . . . . . . . . . 32, 33, 49
white space, trimming . . . . . . . . . . . . . . . . . . . . . . 52, 53
values, system-missing . . . . . . . . . . . . . . . . . . . . . . . . . 47
width . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170
var-list . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
var-name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 width of variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
variable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 wilcoxon matched pairs signed ranks test . . . . . . 151
variable labels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 workspace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 168
variable names, ending with period . . . . . . . . . . . . . 32 write format . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
variable role . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
variables, attributes of . . . . . . . . . . . . . . . . . . . . . . . . . 32
variables, system . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 Y
variables, type . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
variables, width . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 year-day . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
variance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 years . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
variation, coefficient of . . . . . . . . . . . . . . . . . . . . . . . . . 50 your rights and obligations . . . . . . . . . . . . . . . . . . . . . . 3
194
under this License. If a section does not fit the above definition of Secondary then it is
not allowed to be designated as Invariant. The Document may contain zero Invariant
Sections. If the Document does not identify any Invariant Sections then there are none.
The Cover Texts are certain short passages of text that are listed, as Front-Cover
Texts or Back-Cover Texts, in the notice that says that the Document is released under
this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may
be at most 25 words.
A Transparent copy of the Document means a machine-readable copy, represented
in a format whose specification is available to the general public, that is suitable for
revising the document straightforwardly with generic text editors or (for images com-
posed of pixels) generic paint programs or (for drawings) some widely available drawing
editor, and that is suitable for input to text formatters or for automatic translation to
a variety of formats suitable for input to text formatters. A copy made in an otherwise
Transparent file format whose markup, or absence of markup, has been arranged to
thwart or discourage subsequent modification by readers is not Transparent. An image
format is not Transparent if used for any substantial amount of text. A copy that is
not Transparent is called Opaque.
Examples of suitable formats for Transparent copies include plain ascii without
markup, Texinfo input format, LaTEX input format, SGML or XML using a publicly
available DTD, and standard-conforming simple HTML, PostScript or PDF designed
for human modification. Examples of transparent image formats include PNG, XCF
and JPG. Opaque formats include proprietary formats that can be read and edited
only by proprietary word processors, SGML or XML for which the DTD and/or
processing tools are not generally available, and the machine-generated HTML,
PostScript or PDF produced by some word processors for output purposes only.
The Title Page means, for a printed book, the title page itself, plus such following
pages as are needed to hold, legibly, the material this License requires to appear in the
title page. For works in formats which do not have any title page as such, Title Page
means the text near the most prominent appearance of the works title, preceding the
beginning of the body of the text.
The publisher means any person or entity that distributes copies of the Document
to the public.
A section Entitled XYZ means a named subunit of the Document whose title either
is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in
another language. (Here XYZ stands for a specific section name mentioned below, such
as Acknowledgements, Dedications, Endorsements, or History.) To Preserve
the Title of such a section when you modify the Document means that it remains a
section Entitled XYZ according to this definition.
The Document may include Warranty Disclaimers next to the notice which states that
this License applies to the Document. These Warranty Disclaimers are considered to
be included by reference in this License, but only as regards disclaiming warranties:
any other implication that these Warranty Disclaimers may have is void and has no
effect on the meaning of this License.
2. VERBATIM COPYING
Appendix A: GNU Free Documentation License 196
You may copy and distribute the Document in any medium, either commercially or
noncommercially, provided that this License, the copyright notices, and the license
notice saying this License applies to the Document are reproduced in all copies, and
that you add no other conditions whatsoever to those of this License. You may not use
technical measures to obstruct or control the reading or further copying of the copies
you make or distribute. However, you may accept compensation in exchange for copies.
If you distribute a large enough number of copies you must also follow the conditions
in section 3.
You may also lend copies, under the same conditions stated above, and you may publicly
display copies.
3. COPYING IN QUANTITY
If you publish printed copies (or copies in media that commonly have printed covers) of
the Document, numbering more than 100, and the Documents license notice requires
Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all
these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
the back cover. Both covers must also clearly and legibly identify you as the publisher
of these copies. The front cover must present the full title with all words of the title
equally prominent and visible. You may add other material on the covers in addition.
Copying with changes limited to the covers, as long as they preserve the title of the
Document and satisfy these conditions, can be treated as verbatim copying in other
respects.
If the required texts for either cover are too voluminous to fit legibly, you should put
the first ones listed (as many as fit reasonably) on the actual cover, and continue the
rest onto adjacent pages.
If you publish or distribute Opaque copies of the Document numbering more than 100,
you must either include a machine-readable Transparent copy along with each Opaque
copy, or state in or with each Opaque copy a computer-network location from which
the general network-using public has access to download using public-standard network
protocols a complete Transparent copy of the Document, free of added material. If
you use the latter option, you must take reasonably prudent steps, when you begin
distribution of Opaque copies in quantity, to ensure that this Transparent copy will
remain thus accessible at the stated location until at least one year after the last time
you distribute an Opaque copy (directly or through your agents or retailers) of that
edition to the public.
It is requested, but not required, that you contact the authors of the Document well
before redistributing any large number of copies, to give them a chance to provide you
with an updated version of the Document.
4. MODIFICATIONS
You may copy and distribute a Modified Version of the Document under the conditions
of sections 2 and 3 above, provided that you release the Modified Version under precisely
this License, with the Modified Version filling the role of the Document, thus licensing
distribution and modification of the Modified Version to whoever possesses a copy of
it. In addition, you must do these things in the Modified Version:
A. Use in the Title Page (and on the covers, if any) a title distinct from that of the
Document, and from those of previous versions (which should, if there were any,
Appendix A: GNU Free Documentation License 197
be listed in the History section of the Document). You may use the same title as
a previous version if the original publisher of that version gives permission.
B. List on the Title Page, as authors, one or more persons or entities responsible for
authorship of the modifications in the Modified Version, together with at least five
of the principal authors of the Document (all of its principal authors, if it has fewer
than five), unless they release you from this requirement.
C. State on the Title page the name of the publisher of the Modified Version, as the
publisher.
D. Preserve all the copyright notices of the Document.
E. Add an appropriate copyright notice for your modifications adjacent to the other
copyright notices.
F. Include, immediately after the copyright notices, a license notice giving the public
permission to use the Modified Version under the terms of this License, in the form
shown in the Addendum below.
G. Preserve in that license notice the full lists of Invariant Sections and required Cover
Texts given in the Documents license notice.
H. Include an unaltered copy of this License.
I. Preserve the section Entitled History, Preserve its Title, and add to it an item
stating at least the title, year, new authors, and publisher of the Modified Version
as given on the Title Page. If there is no section Entitled History in the Docu-
ment, create one stating the title, year, authors, and publisher of the Document
as given on its Title Page, then add an item describing the Modified Version as
stated in the previous sentence.
J. Preserve the network location, if any, given in the Document for public access to
a Transparent copy of the Document, and likewise the network locations given in
the Document for previous versions it was based on. These may be placed in the
History section. You may omit a network location for a work that was published
at least four years before the Document itself, or if the original publisher of the
version it refers to gives permission.
K. For any section Entitled Acknowledgements or Dedications, Preserve the Title
of the section, and preserve in the section all the substance and tone of each of the
contributor acknowledgements and/or dedications given therein.
L. Preserve all the Invariant Sections of the Document, unaltered in their text and
in their titles. Section numbers or the equivalent are not considered part of the
section titles.
M. Delete any section Entitled Endorsements. Such a section may not be included
in the Modified Version.
N. Do not retitle any existing section to be Entitled Endorsements or to conflict in
title with any Invariant Section.
O. Preserve any Warranty Disclaimers.
If the Modified Version includes new front-matter sections or appendices that qualify
as Secondary Sections and contain no material copied from the Document, you may at
your option designate some or all of these sections as invariant. To do this, add their
Appendix A: GNU Free Documentation License 198
titles to the list of Invariant Sections in the Modified Versions license notice. These
titles must be distinct from any other section titles.
You may add a section Entitled Endorsements, provided it contains nothing but
endorsements of your Modified Version by various partiesfor example, statements of
peer review or that the text has been approved by an organization as the authoritative
definition of a standard.
You may add a passage of up to five words as a Front-Cover Text, and a passage of up
to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified
Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be
added by (or through arrangements made by) any one entity. If the Document already
includes a cover text for the same cover, previously added by you or by arrangement
made by the same entity you are acting on behalf of, you may not add another; but
you may replace the old one, on explicit permission from the previous publisher that
added the old one.
The author(s) and publisher(s) of the Document do not by this License give permission
to use their names for publicity for or to assert or imply endorsement of any Modified
Version.
5. COMBINING DOCUMENTS
You may combine the Document with other documents released under this License,
under the terms defined in section 4 above for modified versions, provided that you
include in the combination all of the Invariant Sections of all of the original documents,
unmodified, and list them all as Invariant Sections of your combined work in its license
notice, and that you preserve all their Warranty Disclaimers.
The combined work need only contain one copy of this License, and multiple identical
Invariant Sections may be replaced with a single copy. If there are multiple Invariant
Sections with the same name but different contents, make the title of each such section
unique by adding at the end of it, in parentheses, the name of the original author or
publisher of that section if known, or else a unique number. Make the same adjustment
to the section titles in the list of Invariant Sections in the license notice of the combined
work.
In the combination, you must combine any sections Entitled History in the vari-
ous original documents, forming one section Entitled History; likewise combine any
sections Entitled Acknowledgements, and any sections Entitled Dedications. You
must delete all sections Entitled Endorsements.
6. COLLECTIONS OF DOCUMENTS
You may make a collection consisting of the Document and other documents released
under this License, and replace the individual copies of this License in the various
documents with a single copy that is included in the collection, provided that you
follow the rules of this License for verbatim copying of each of the documents in all
other respects.
You may extract a single document from such a collection, and distribute it individu-
ally under this License, provided you insert a copy of this License into the extracted
document, and follow this License in all other respects regarding verbatim copying of
that document.
Appendix A: GNU Free Documentation License 199