Missing data

What is missing data?

Surveys may have missing data.

Variables and cases may have missing data.

In SPSS:

Why is some data missing?

Some reasons include:

Dealing with missing data

The presence of missing data should be identified through data screening.

Strategies for dealing with missing data should be decided prior to data analysis.

One strategy for dealing with missing data is listwise. This means that all cases with even a single piece of missing data (for the variables in an analysis) will not be used e.g.,:

DESCRIPTIVES VARIABLES=VAR00001
  /STATISTICS=MEAN STDDEV MIN MAX
  /MISSING=LISTWISE.

In other words, to be used in the analysis, a case must have no missing data.

Alternatively, missing data can be dealt with pairwise. This means that all available data is used, even from cases with some missing data.

Other approaches involve imputation. This involves predicting or "filling in" the missing data. The simplest form of imputation is mean replacement (i.e., replace the missing data with the mean score for other cases for the same variable). More sophisticated imputation uses regression-based prediction (using scores on other related variables to predict the missing value).

See also

External links

This article is issued from Wikiversity - version of the Wednesday, February 17, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.