Correlation and Linear Regression

Data Organisation, Analysis and Variable Types

  • Independent Variable (XX): Predictor or explanatory variable that is known, controlled, or manipulated.
  • Dependent Variable (YY): Variable being predicted or determined.
  • Correlation: Statistical tool that measures and describes the relationship between two variables using two values (XX and YY) per observation.
  • Scatterplot: Visual diagram used to check for patterns between pairs of data, though it does not quantify relationship strength.

Coefficient of Correlation (rr)

  • Definition: Statistical measure of the direction and strength of the linear relationship between two variables, ranging from 1.00-1.00 to +1.00+1.00.
  • Direction of Relationship:
    • Positive Correlation: Both variables change in the same direction (XX increases as YY increases; direct relationship).
    • Negative Correlation: Variables change in opposite directions (XX increases as YY decreases; inverse relationship).
  • Strength of Relationship (Absolute Value Range):
    • 00 to 0.10.1: No correlation
    • 0.10.1 to 0.40.4: Weak correlation
    • 0.40.4 to 0.70.7: Moderate correlation
    • More than 0.70.7: Strong correlation
    • !1.00!1.00: Perfect correlation (+1.00+1.00 or 1.00-1.00)
    • 00: No linear relationship

Key Considerations in Correlation Analysis

  • Correlation vs. Causation: Correlation describes a relationship between variables but does not prove a cause-and-effect relationship.
  • Range of Values: Data collected from a restricted range can alter the correlation; a wider range is required for accurate population description.
  • Outliers: Extreme data points can dramatically alter correlation values (e.g., shifting rr from 0.080.08 to 0.850.85).

Coefficient of Determination (r2r^2)

  • Definition: The squared value of the correlation coefficient (r2r^2), ranging from 00 to 11.
  • Interpretation: Measures the proportion of variability in the dependent variable (YY) accounted for by variation in the independent variable (XX).
  • Predictability: An rr value of +0.5+0.5 yields r2=0.25r^2 = 0.25, indicating 25%25\% of the variability in YY is explained by XX.

Simple Linear Regression

  • Definition: Statistical technique used to model the relationship between one independent variable (XX) and one dependent variable (YY).
  • Linear Regression Equation: Y=a+bXY' = a + bX
    • YY': Predicted average value of YY for any given XX.
    • aa: YY-intercept (estimated YY value when X=0X = 0).
    • bb: Slope of the line (change in YY per one unit change in XX).
    • Least squares principle is used to obtain values for aa and b$.\n* **Application Limit:** Substituting X$$ values beyond the range of the dataset makes predictions unreliable.

Applications and the COPAI Framework

  • Prediction: Uses systematic relationships between variables to estimate unknown outcomes.
  • Validity and Reliability: Evaluates test validity through correlation direction and strength, and measures consistency across measurement sets.
  • COPAI Process: Correlation analysis identifies and quantifies variable relationships during the analysis phase, while linear regression builds predictive models to inform practical business strategies.