- 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.
推薦閱讀
- Mastering SVG
- Web Scraping with Python
- 看透JavaScript:原理、方法與實(shí)踐
- INSTANT Weka How-to
- Python Tools for Visual Studio
- Scratch 3.0少兒編程與邏輯思維訓(xùn)練
- 單片機(jī)應(yīng)用技術(shù)
- INSTANT Mercurial SCM Essentials How-to
- C++面向?qū)ο蟪绦蛟O(shè)計(jì)習(xí)題解答與上機(jī)指導(dǎo)(第三版)
- 深度學(xué)習(xí):Java語言實(shí)現(xiàn)
- 深入剖析Java虛擬機(jī):源碼剖析與實(shí)例詳解(基礎(chǔ)卷)
- 零代碼實(shí)戰(zhàn):企業(yè)級(jí)應(yīng)用搭建與案例詳解
- 后臺(tái)開發(fā):核心技術(shù)與應(yīng)用實(shí)踐
- Fastdata Processing with Spark
- 金融商業(yè)數(shù)據(jù)分析:基于Python和SAS