- Data Analysis with IBM SPSS Statistics
- Kenneth Stehlik Barry Anthony J. Babinec
- 250字
- 2021-07-02 18:13:49
Demo - defining variable properties
You have seen that you can Define Variable Properties either in the Variable View or via syntax. Yet another way is to use Define Variable Properties found in the Data menu. An advantage of using Define Variable Properties is that you fill in a dialog box but can use the Paste command to obtain the constructed syntax.
Here, let's consider defining variable properties for MARITAL.
To use Define Variable Properties from the menus, navigate to Data | Define Variable Properties.
This opens the Define Variable Properties dialog box. Move MARITAL to the right-hand side:

Here is a portion of the Define Variable Properties box after you press Continue:

This dialog box is an all-in-one view that shows both the variable properties and the actual data summarized. You can type in this dialog box to add Variable properties for MARITAL.
Here is the dialog box with the fields filled in:

Here is the constructed syntax when you paste:
* Define Variable Properties.
*MARITAL.
VARIABLE LABELS MARITAL 'Marital Status'.
MISSING VALUES MARITAL(9).
VALUE LABELS MARITAL
1 'Married'
2 'Widowed'
3 'Divorced'
4 'Separated'
5 'Never Married'
9 'No Answer'.
EXECUTE.
- Fundamentals of Linux
- Oracle Database In-Memory(架構與實踐)
- 程序員修煉之道:通向務實的最高境界(第2版)
- 持續輕量級Java EE開發:編寫可測試的代碼
- Access 2010中文版項目教程
- C# Multithreaded and Parallel Programming
- Learning Image Processing with OpenCV
- 寫給青少年的人工智能(Python版·微課視頻版)
- Head First Kotlin程序設計
- C++服務器開發精髓
- Java面向對象程序設計教程
- Python程序員面試算法寶典
- Java Web開發任務教程
- C語言學習手冊
- C# 7.0核心技術指南(原書第7版)