- Data Analysis with IBM SPSS Statistics
- Kenneth Stehlik Barry Anthony J. Babinec
- 107字
- 2021-07-02 18:13:46
Reading IBM SPSS Statistics files
The IBM SPSS Statistics file is a data file created and saved in IBM SPSS Statistics. This file contains data in binary form, variable names, and other variable properties, and is directly readable by IBM SPSS Statistics.
In IBM SPSS Statistics 24, use File | Open | Data.
Here is the Open Data dialog box:

Click on OK to read the file, or click on Paste to paste the constructed syntax to the syntax window.
Here is the constructed syntax:
GET
FILE='C:\Users\Tony\Documents\KSBSPSSBOOK_DATA\chapter2\gss2014\gss2014extract170113.sav'.
DATASET NAME DataSet1 WINDOW=FRONT.
Running the syntax populates an IBM SPSS Statistics Data Editor window with the data.
推薦閱讀
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Monkey Game Development:Beginner's Guide
- 小程序實戰視頻課:微信小程序開發全案精講
- 深入淺出Electron:原理、工程與實踐
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- PhpStorm Cookbook
- Swift細致入門與最佳實踐
- 從Java到Web程序設計教程
- JavaScript悟道
- 嵌入式C編程實戰
- Enterprise Application Architecture with .NET Core
- Game Development Patterns and Best Practices
- Cloud Development andDeployment with CloudBees
- JavaScript重難點實例精講
- Lucene 4 Cookbook