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

Partial correlations

One of the principal objectives of analytics is to discover underlying factors that account for observed patterns in data. Identifying these intervening factors often leads to an understanding of what drives a process or outcome of interest. Partial correlation is a technique that makes it possible to examine the correlation between two variables while controlling a third variable. Control variables are selected based on a hypothesis (or, at least, a hunch) that they influence the correlation between the two variables of interest.

For this example, we will look at the relationship between the birth rate, the infant mortality rate, and the secondary school enrollment ratio for females across nations. The hypothesis is that the educational level influences both the number of children born and the likelihood of a child surviving infancy.

The partial procedure...