Value of a Pearson Correlation

Pearson Product Moment Correlation Coefficient

  • Definition: The Pearson product moment correlation coefficient is a statistical measure that quantifies the strength of the linear relationship between two variables. It is frequently referred to simply as the correlation coefficient or Pearson's correlation.

  • Linear Relationship: A relationship is considered linear if the data points cluster closely around a straight line. The correlation coefficient is only indicative of the strength of the relationship when it is linear. If the relationship between the variables is not linear, the correlation coefficient fails to adequately represent the relationship's strength.

  • Visual Representation:

    • A figure illustrating a nonlinear relationship is presented to emphasize the concept that data may not conform to a straight line, thus rendering the correlation coefficient less meaningful.

Notation

  • The symbol for Pearson's correlation differs based on whether it is measured in a population or a sample:

    • Population: The symbol is rho (( \rho )).

    • Sample: The symbol is r.

  • Since most analyses are conducted using sample data, the term r represents Pearson's correlation unless stated otherwise.

Range of Pearson's r

  • The value of Pearson's r can range from -1 to 1:

    • r = -1: Indicates a perfect negative linear relationship. As one variable increases, the other variable decreases in perfect correlation.

    • r = 0: Indicates that there is no linear relationship between the variables. The variables do not affect each other.

    • r = 1: Indicates a perfect positive linear relationship. As one variable increases, the other variable does so in perfect correlation.

  • Figures to illustrate the concepts:

    • A scatter plot showing r = 1: Points fall perfectly on a straight line.

    • A scatter plot showing r = -1: Points fall on a straight line sloping downwards, indicating an inverse relationship where increasing x leads to decreasing y.

    • A scatter plot showing r = 0: Displays random points indicating no discernible relationship between x and y.

Real-World Application

  • In practice, perfect linear relationships (i.e., r = 1 or r = -1) in real data are rare to nonexistent.

  • Example: A practical example is provided showing the relationship between grip strength and arm strength in a sample of workers in physically demanding jobs. The calculated value of Pearson's correlation for this relationship is 0.63, suggesting a moderate positive linear association between grip and arm strength in the sample studied.