Skip to Main Content

University Library, University of Illinois at Urbana-Champaign

SPSS Tutorial: SPSS Components

This guide provides a general walkthrough of SPSS's basic features.

The Data Editor

The Data Editor opens immediately upon starting SPSS and, when empty, looks like a typical spreadsheet. When data is loaded into the Data Editor, each column will represent a variable and each row will represent a case. Selecting the tab at the bottom that's labeled "Variable View" allows the user to view and edit information about each variable. To open a new Data Editor, select "File"->"New"->"Data." When the contents of the Data Editor are saved, the resulting file will have a ".sav" extension. If a file has been saved in the SAV format you can open it by selecting "File"->"Open"->"Data."

Variables in SPSS

Each variable in an SPSS dataset has a set of attributes that can be edited by toggling to the "Variable View" tab in the Data Editor:

Name is the variable's machine readable name. This is the name used to refer to the variable in SPSS's underlying code and, if no "Label" is defined, the name that will appear at the top of the column in the "Data View."

Type indicates the type of data that can be stored in the variable's column. The most frequently used types are "String" (for text) and "Numeric." SPSS uses the type to know what rules can be applied to a specific variable. It won't do arithmetic on a string variable, for example.

Width indicates the allowed number of characters per instance.

Decimals  sets the number of decimal places allowed in variable instances.

Label sets the name that will be displayed at the top of the column in the Data Editor, allowing for a human readable representation of the variable name.

Values sets names given to coded values (e.g. if the variable contains survey responses where a "0" represents "no" and "1" represents a "yes" this field can be used to tell SPSS to display the text values instead of the numerical raw data).

Missing sets the values that will be encoded as "Missing."

Columns sets the displayed column length.

Align sets the displayed alignment (right, left, or center).

Measure sets the statistical level of measurement. SPSS distinguishes between "Scale" (variables that represent a continuous scale like population or temperature), "Ordinal" (variables that can be rank ordered but do not represent precisely measured values), and "Nominal" (variables that cannot be ranked such as those that represent labels or classifications).

Role is used by some SPSS dialogues to distinguish between the variable's intended usage in some predictive applications (e.g. regression, clustering, classification). For most dialogues the role won't be significant.


Clicking in the appropriate cell will open a dialogue box or drop down menu that allows the attribute value to be altered.

SPSS Statistics Viewer

The Statistics Viewer displays the output of actions performed on data. Whether you want to generate frequency tables,  perform one-way ANOVA, or build a regression model, the results will end up as a table or graph in the statistics viewer. When data is loaded into the Data Editor or changed in some way (e.g., if it is sorted), the Statistics Viewer will also display some text describing the operation and any errors that occurred. Usually, the text is in the form of SPSS syntax (see below). Any Action you perform from the Data Editor that generates output will automatically open the Statistics Viewer, but you can also open a new Statistics Viewer window by selecting "File"->"New"->"Ouput." The contents of a Statistics Viewer window will be saved with a ".spv" extension.

SPSS Syntax Editor

The Syntax Editor allows you to control SPSS using the SPSS command language, usually referred to as "syntax" in the SPSS documentation. At one time all of the user's interactions with SPSS would have been performed using syntax commands, but these days, most processes are automated in the Data Editor's menus. There are still times when writing or editing syntax commands is useful, or even necessary. To open the Syntax Editor, select "File"->"New"->"Syntax."

SPSS also has a Script Editor, which allows users to automate processes by writing programs in Visual Basic or (with an extension) Python. The application is outside of the scope of this guide, but can be a powerful tool when used for processing large numbers of files consecutively or transforming text.

Library Info

Profile Photo
Social Sciences, Health, and Education Library
Contact:
SSHEL (Room 101)
Main Library
1408 W. Gregory Dr.
Urbana, IL 61801
General Telephone: (217) 333-2305 Information Services Desk Telephone: (217) 244-1864
Website