Matrix File Format

Statistica matrix files (such as Correlation, Covariances, Similarities, and Dissimilarities) can be used in the modules that support the matrix input file format.

By default, matrix spreadsheets are saved with the default file extension .smx. Most Statistica modules read both full and lower triangular matrices. However, in order for Statistica to recognize the file as a matrix file, the file must meet the following conditions:

Examples of correlation matrix files

  Var 1 Var 2 Var 3
Var 1 1.00 .20 .30
Var 2 .20 1.00 .10
Var 3 .30 .10 1.00
Means 12 11 10
Std. Dev. 3 5 2
No. Cases 50    
Matrix 1    

Examples of lower triangular correlation matrix files:

  Var 1 Var 2 Var 3
Var 1 1.00    
Var 2 .20 1.00  
Var 3 .30 .10 1.00
Means 12 11 10
Std. Dev. 3 5 2
No. Cases 50    
Matrix 1    

For further information, see: Types of Matrices and Multiple Correlation Matrices.