Book Image

Data Analysis with IBM SPSS Statistics

By : Ken Stehlik-Barry, Anthony Babinec
Book Image

Data Analysis with IBM SPSS Statistics

By: Ken Stehlik-Barry, Anthony Babinec

Overview of this book

SPSS Statistics is a software package used for logical batched and non-batched statistical analysis. Analytical tools such as SPSS can readily provide even a novice user with an overwhelming amount of information and a broad range of options for analyzing patterns in the data. The journey starts with installing and configuring SPSS Statistics for first use and exploring the data to understand its potential (as well as its limitations). Use the right statistical analysis technique such as regression, classification and more, and analyze your data in the best possible manner. Work with graphs and charts to visualize your findings. With this information in hand, the discovery of patterns within the data can be undertaken. Finally, the high level objective of developing predictive models that can be applied to other situations will be addressed. By the end of this book, you will have a firm understanding of the various statistical analysis techniques offered by SPSS Statistics, and be able to master its use for data analysis with ease.
Table of Contents (17 chapters)
4
Dealing with Missing Data and Outliers
10
Crosstabulation Patterns for Categorical Data

Sampling, Subsetting, and Weighting

You are often interested in analyzing a subset of cases and even treating that subset as a dataset in its own right. SPSS Statistics provides facilities to find subgroups of cases based on logical criteria, time or case ranges, random sampling, or values of a specific variable. This activity sometimes goes by the terms drilling down or filtering.

A related idea is weighting. Here, fewer records might stand in for more if you have a case weight variable that represents case replication.

In this chapter, we will consider SPSS Statistics commands that enable us to perform case selection, sampling, and weighting, in particular, the following topics:

  • Various forms of case selection
  • Temporary case selection with Temporary
  • Random sampling of cases with Sample
  • Repeating analyses in case subsets with Split File
  • Weighting with Weight
...