ARCHIVED: In SPSS, how do I get Pearson correlations coefficient matrices?

This content has been archived, and is no longer maintained by Indiana University. Information here may no longer be accurate, and links may no longer be available or reliable.

In SPSS, the correlations command produces Pearson's correlation coefficient, r. The simplest correlation task is between two variables, for example:

  correlations variables=food rent.

This will produce a symmetric correlations matrix with "food" and "rent" in the rows and columns, respectively. You can also request an asymmetric correlations matrix by using the keyword with. The variables listed after the keyword with define the columns of the correlations matrix; the variables before it define the rows. You can also request more than one matrix on a correlations command, for example:

  correlations variables=food rent with cook teacher manager
    /food rent cook teacher manager.

Use a / (slash) to separate the specifications for each of the requested matrices. The first matrix gives three correlations of food with each of cook, teacher, and manager, and three correlations of rent with each of cook, teacher, and manager. The second matrix is a square matrix of all the variables from food to manager.

If you have questions about using statistical and mathematical software at Indiana University, contact the UITS Research Applications and Deep Learning team.

This is document afph in the Knowledge Base.
Last modified on 2023-05-09 14:39:04.