Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Data Analysis with IBM SPSS Statistics

You're reading from   Data Analysis with IBM SPSS Statistics Implementing data modeling, descriptive statistics and ANOVA

Arrow left icon
Product type Paperback
Published in Sep 2017
Publisher Packt
ISBN-13 9781787283817
Length 446 pages
Edition 1st Edition
Arrow right icon
Authors (2):
Arrow left icon
Ken Stehlik-Barry Ken Stehlik-Barry
Author Profile Icon Ken Stehlik-Barry
Ken Stehlik-Barry
Anthony Babinec Anthony Babinec
Author Profile Icon Anthony Babinec
Anthony Babinec
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Preface 1. Installing and Configuring SPSS 2. Accessing and Organizing Data FREE CHAPTER 3. Statistics for Individual Data Elements 4. Dealing with Missing Data and Outliers 5. Visually Exploring the Data 6. Sampling, Subsetting, and Weighting 7. Creating New Data Elements 8. Adding and Matching Files 9. Aggregating and Restructuring Data 10. Crosstabulation Patterns for Categorical Data 11. Comparing Means and ANOVA 12. Correlations 13. Linear Regression 14. Principal Components and Factor Analysis 15. Clustering 16. Discriminant Analysis

Conventions

In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning. Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "we will focus on the Extreme Values table and the boxplot."

A block of code is set as follows:

FREQUENCIES VARIABLES=Price
/FORMAT=NOTABLE
/PERCENTILES=1.0 5.0 10.0 25.0 50.0 75.0 90.0 95.0 99.0
/STATISTICS=MINIMUM MAXIMUM
/HISTOGRAM
/ORDER=ANALYSIS.

Any command-line input or output is written as follows:

RECODE quality (1 thru 3=0) (4 thru 5=1) INTO qualsatpos.
VARIABLE LABELS qualsatpos 'Satisfied with Quality.

New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "In order to download new modules, we will go to Files | Settings | Project Name | Project Interpreter."

Warnings or important notes appear like this.
Tips and tricks appear like this.
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime