How do you perform a correlation test in SPSS?

A correlation test is a statistical method used to determine the strength and direction of the relationship between two variables. In order to perform a correlation test in SPSS, the following steps can be followed:

1. Open the SPSS software and import the data set that contains the two variables of interest.

2. Select “Analyze” from the top menu and then choose “Correlate”, followed by “Bivariate”.

3. A new window will appear where you can select the two variables you want to test for correlation from the list on the left. Move these variables to the “Variables” box on the right by clicking on the arrow button.

4. Optional: You can also choose to include additional statistics, such as means and standard deviations, by selecting the appropriate options under the “Statistics” tab.

5. Click on “OK” to run the correlation test. The results will be displayed in a new window, including the correlation coefficient (r) and its significance level (p-value).

6. To interpret the results, look at the correlation coefficient (r) which ranges from -1 to 1. A positive value indicates a positive correlation, meaning that as one variable increases, the other also tends to increase. A negative value indicates a negative correlation, meaning that as one variable increases, the other tends to decrease.

7. The significance level (p-value) indicates the probability of obtaining the observed correlation coefficient by chance. A p-value of less than 0.05 is generally considered statistically significant, meaning that there is a low chance of obtaining the observed correlation by chance.

In conclusion, performing a correlation test in SPSS involves selecting the appropriate variables, running the test, and interpreting the results to determine the strength and significance of the relationship between the two variables.

Perform a Correlation Test in SPSS


In statistics, we often use the Pearson correlation coefficient to measure the linear association between two variables.

To determine if a correlation coefficient is statistically significant, we can perform a correlation test in which we calculate a t-score and corresponding p-value.

A correlation test uses the following hypotheses:

  • H0: The correlation between the two variables is not statistically significant.
  • HA: The correlation between the two variables is statistically significant.

If the p-value of the test is less than some significance level (e.g. α = .05) then we can reject the null hypothesis and conclude that the correlation between the two variables is statistically significant.

The easiest way to perform a correlation test in SPSS is by using Analyze > Correlate > Bivariate.

The following example shows how to do so in practice.

Example: How to Perform a Correlation Test in SPSS

Suppose we have the following two variables in SPSS named X and Y:

Suppose that we would like to calculate the correlation between these two variables and perform a correlation test to determine if the correlation coefficient is statistically significant.

To do so, click the Analyze tab, then click Correlate, then click Bivariate:

In the new window that appears, drag both the X and Y variables into the Variables box:

Make sure that the box is checked next to Pearson under the list of Correlation Coefficients.

Then click OK.

correlation test in SPSS

The output shows a correlation matrix between X and Y.

From the output we can see the following values:

  • Pearson correlation coefficient: .651
  • p-value of Pearson correlation coefficient: .009

Recall the hypotheses used in a correlation test:

  • H0: The correlation between the two variables is not statistically significant.
  • HA: The correlation between the two variables is statistically significant.

Since the p-value in the output (.009) is less than .05, we .

We have sufficient evidence to say that the correlation between the two variables is statistically significant.

Note: Since the Pearson correlation coefficient (.651) was a positive value, this indicates that there is a positive correlation between the two variables.

Additional Resources

The following tutorials provide additional information about correlation coefficients:

An Introduction to the Pearson Correlation Coefficient

x