Skip to main content

首页 / Posts

【SPSS】Normality Test

This article introduces how to use SPSS for descriptive statistical analysis, focusing on how to test normal distribution with histograms and Q-Q plots, helping users better understand data distributions and the analysis process.

Rosetears·
··268 words·2 mins

Operation Steps
#

  1. Choose the analysis method: click “Analyze” in the menu bar, then choose “Descriptive Statistics,” and then click “Explore.”
  2. Set variables: add the variables to be tested into the “Dependent List” box.
  3. Choose plots: click the “Plots” button, select “Histogram” and “Normality plots with tests,” then click “Continue.”
  4. Run the analysis: click “OK” to start the analysis process.

Result Interpretation
#

Inspect the Plots
#

  1. Histogram: judge whether the data distribution is close to a normal distribution by observing the histogram. A normal distribution usually appears as a bell-shaped curve that is higher in the middle and lower at both ends.
    image.png
  2. Q-Q plot: check the distribution of data points in the Q-Q plot and confirm whether they align along the diagonal line. If the points are close to the diagonal line, the data distribution is close to normal.
    image.png

Inspect the Table
#

Looking at plots is only a convenient method; the more rigorous approach is to read the table. Scroll down and you will see a table named “Tests of Normality.” Mainly look at the significance value. If it is greater than 0.05, the data meet the normal-distribution assumption; if it is less than 0.05, the data do not meet the normal-distribution assumption. The table usually includes two test methods: the Kolmogorov-Smirnov test, abbreviated as the K-S test, and the Shapiro-Wilk test, abbreviated as the S-W test. They differ in applicability: the K-S test applies when the sample size is greater than 50; the S-W test applies when the sample size is less than 50.

Click this text to watch the video version of this article

Related

【SPSS】Validity Analysis

··1081 words·6 mins
This article introduces common SPSS validity-analysis methods, including exploratory factor analysis, principal component analysis, and confirmatory factor analysis. It explains how to interpret the KMO test and factor loadings to help readers understand validity assessment in data analysis.

【SPSS】Descriptive Statistics

··3196 words·16 mins
SPSS descriptive statistics: including single-choice questions, multiple-choice questions, and crosstabs.

About Me | The Lost Dandelion

··368 words·2 mins
An introduction to the author and this small digital site, recording the starting point for learning, code, notes, and personal expression.