Trisha Shetty (Editor)

Phi coefficient

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Phi Coefficient - Software Debugging - YouTube

In statistics, the phi coefficient (also referred to as the "mean square contingency coefficient" and denoted by φ (or rφ)) is a measure of association for two binary variables. Introduced by Karl Pearson, this measure is similar to the Pearson correlation coefficient in its interpretation. In fact, a Pearson correlation coefficient estimated for two binary variables will return the phi coefficient. The square of the Phi coefficient is related to the chi-squared statistic for a 2×2 contingency table (see Pearson's chi-squared test)

ϕ 2 = χ 2 n

where n is the total number of observations. Two binary variables are considered positively associated if most of the data falls along the diagonal cells. In contrast, two binary variables are considered negatively associated if most of the data falls off the diagonal. If we have a 2×2 table for two random variables x and y

where n11, n10, n01, n00, are non-negative counts of number of observations that sum to n, the total number of observations. The phi coefficient that describes the association of x and y is

ϕ = n 11 n 00 n 10 n 01 n 1 n 0 n 0 n 1

Phi is related to the point-biserial correlation coefficient and Cohen's d and estimates the extent of the relationship between two variables (2×2).

The Phi coefficient can also be expressed using only n , n 11 , n 1 , and n 1 , as

ϕ = n n 11 n 1 n 1 n 1 n 1 ( n n 1 ) ( n n 1 )

Maximum values

Although computationally the Pearson correlation coefficient reduces to the phi coefficient in the 2×2 case, the interpretation of a Pearson correlation coefficient and phi coefficient must be taken cautiously. The Pearson correlation coefficient ranges from −1 to +1, where ±1 indicates perfect agreement or disagreement, and 0 indicates no relationship. The phi coefficient has a maximum value that is determined by the distribution of the two variables. If both have a 50/50 split, values of phi will range from −1 to +1. See Davenport El-Sanhury (1991) for a thorough discussion.

References

Phi coefficient Wikipedia