ARCHIVED: In SPSS, how do I generate a correlation matrix and export it into a new data set?

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, use the CORRELATIONS command to generate a correlation matrix.

For example, suppose you have three variables (e.g., age, response, and time), from which you would like to generate a correlation matrix. You can export the correlation matrix into a new SPSS data set. The set of commands is as follows:

  CORRELATIONS
    /VARIABLES=age response time
    /MATRIX=OUT ('c:\temp\correlations.sav').

The resulting correlation matrix will include the number of observations, standard deviations, means, and variable names. The data set correlations.sav will be saved in the c:\temp folder.

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 amoa in the Knowledge Base.
Last modified on 2023-05-09 14:43:42.