![]() | ![]() |
More Information | ![]() | ![]() |
![]() | ![]() |
![]() | ![]() |
|
Correlation Methods and Statistics
Correlation and Covariance Matrices
Fisher's z Transformation (zr)
Pearson Product-Moment Correlation Coefficient (Pearson's r)
Spearman's Rank-Order Correlation Coefficient (Spearman's ρ)
Correlation and Covariance Matrices
You can generate a correlation or covariance matrix from numeric data columns, and have the choice of storing the computation results in an-autogenerated worksheet, or display the results in a table format whose values can be color coded.
- This method requires multiple numeric data columns whose values should be stored in a single worksheet.
An example of a correlation matrix displayed as a color-coded table is shown below.

Using Fisher's z Transformation (zr)
|
This option is provided to allow transforming a skewed sampling distribution into a normalized format.
The relationship between Pearson's product-moment correlation coefficient and the Fisher-Transformed values are shown in the right-hand side image. The image below shows the Fisher-transformed values of the correlation matrix displayed above. |
![]() |

Pearson Product-Moment Correlation Coefficient (Pearson's r)
|
Pearson r is a measure of correlation between two variables. The associated tests evaluate whether the correlation coefficient for the underlying population is different from zero, i.e., whether there is a monotonous relationship between the two variables. Pearson's r varies from -1 to +1, with 0 indicating no relationship and 1 indicating perfect relationship. The test reports from Aabel include:
|
![]() |
Spearman's Rank-Order Correlation Coefficient (Spearman's ρ)
Spearman's ρ is the non-parametric analog of the Pearson product-moment correlation coefficient. The results or the former and latter are closely similar, as the Spearman correlation is calculated in a very similar manner as Pearson, except that Spearman first ranks the data.
- Converting each variable to ranks and calculating the Pearson correlation coefficient between the two sets of ranks
- Converting each variable to ranks and for each observation pair, correcting the ties and calculating the difference between the ranks (this is the method used in Aabel)
There are two different ways of calculating Spearman's ρ:
- The method requires two numeric variables.
- The test results include the estimated Spearman's rank-order correlation coefficient (rs), the critical one-tailed and two-tailed rs (0.05) and rs(0.01), t statistic, Z statistic and the corresponding p values (two-tailed and one-tailed).
Example:
- Published data of Bland, J.M., Mutoka, C., and Hutt, M.S.R. (1977), from a study of the geographical distribution of a tumor, Kaposi's sarcoma, in mainland Tanzania is shown in the left-hand side image below. The aim of the study is too evaluate if there is a relationship between the observed (reported) incidences of Kaposi's sarcoma and access to health centers.
- The right-hand side image below displays the corresponding output from the Spearman's correlation test. Based on interpretation of the test results, the null hypothesis (H0: &rhoS = 0 can not be rejected, i.e., there is no relationship between the observed (reported) incidences of Kaposi's sarcoma and access to health centers. That is, there is no monotonous relationship between the two variables.
![]() |
![]() |
Kendall's Rank Correlation Coefficient (Kendall's τ)
|
Like Spearman's ρ, Kendall's τ is a non-parametric method of correlation between two variables, but has an advantage over Spearman's ρ: Kendall's τ also indicates the difference between the probability that the observed data are in the same order for the two variables vs. the probability that the observed data are in different orders for the two variables.
The right-hand side image shows the Kendall's &tau report from the same data used or the Spearman's ρ above. |
![]() |















