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

Assumptions of the classical linear regression model

Multiple regression fits a linear model by relating the predictors to the target variable. The model has the following form:

Y = B0 + B1 * X1 + B2 * X2 + … + Bp * Xp + e

Here, Y is the target variable, the Xs are the predictors, and the e term is the random disturbance. The Bs are capitalized to indicate that the are population parameters. Estimates of the Bs are found from the sample such that the sum of squares of the sample errors is minimized. The term ordinary least squares regression captures this feature.

The assumptions of the classical linear regression model are as follows:

  • The target variable can be calculated as a linear function of a specific set of predictor variables plus a disturbance term. The coefficients in this linear function are constant.
  • The expected value of the disturbance term is zero.
  • The disturbance...