Correlation Coefficients and Regression Analysis Notes
Correlation Coefficients and Regression Analysis
Importance of Correlation Coefficients
Generating correlation coefficients is a preliminary step before running a regression model to understand the relationships between variables.
Reason 1: Verifying Predictor-Outcome Relationship
Predictor variables need to be correlated with the outcome variable to effectively predict or explain variances in the outcome.
The strength and direction (positive or negative) of this relationship are crucial.
Generating correlation coefficients acts as a quick check to ensure this relationship exists before proceeding to more complex regression analyses.
If predictors and the outcome are not correlated, running a regression model might be unproductive, as the model may not yield meaningful results.
Reason 2: Identifying Collinearity Issues
Collinearity (or multicollinearity) occurs when predictor variables are highly correlated with each other.
This is problematic because it violates the assumption of independence in regression models.
High correlation leads to overlap in the variance explained by each predictor, making it difficult to determine the individual contribution of each predictor to the model.
A stronger predictor may mask the effects of a weaker one, leading to skewed results or unstable coefficient estimates in the regression model.
It's important to identify and address high correlations (typically above 0.7 or 0.8, depending on the field) to avoid collinearity problems, which can inflate standard errors and make it hard to trust the p-values of predictors.
Steps to Generate Correlation Matrix in Jamovi
Access Correlation Matrix:
Go to the "Analysis" tab in Jamovi.
Select "Regression."
Choose "Correlation Matrix."
Variable Selection:
Move all variables intended for the regression analysis into the box on the right.
This includes the outcome variable (the variable you're trying to predict, e.g., life satisfaction) and predictor variables (the variables you think might influence the outcome, e.g., positive affect, negative affect, self-esteem).
Correlation Coefficient Options:
Pearson's:
Suitable for continuous variables that are normally distributed.
It measures the strength and direction of a linear relationship between two variables.
Spearman's and Kendall's tau b:
Used for non-parametric correlations when the data does not meet the assumptions for Pearson's correlation.
Specifically for ordinal or ranked data, or when the relationship isn't linear.
Additional Options:
Report Significance:
Provides p-values to determine if correlations are statistically significant.
Hypothesis Testing:
Correlated (Two-Tailed Test):
Tests the significance of correlations without specifying the direction (positive or negative).
Use this if you're unsure whether the correlation will be positive or negative.
Correlated Positively (One-Tailed Test):
Tests specifically for positive correlations.
Use this if you hypothesize a positive relationship between variables.
Correlated Negatively (One-Tailed Test):
Tests specifically for negative correlations.
Use this if you hypothesize a negative relationship between variables.
Interpreting the Correlation Table
Two Key Checks:
Are the predictors significantly correlated with the outcome variable?
Look for p-values less than your chosen significance level (e.g., 0.05) to determine statistical significance.
Are the predictors correlated with each other, and if so, are they correlated too highly?
High correlations among predictors can indicate multicollinearity.
Example Interpretation:
Outcome variable: Life Satisfaction.
Predictors: Positive Affect, Negative Affect, Self-Esteem.
Scenario:
Life Satisfaction and Positive Affect:
Pearson's r =
p-value <
Interpretation: Significant, moderate positive correlation. As positive affect increases, life satisfaction tends to increase.
Life Satisfaction and Negative Affect:
Pearson's r =
p-value <
Interpretation: Significant, moderate negative correlation. As negative affect increases, life satisfaction tends to decrease.
Life Satisfaction and Self-Esteem:
Pearson's r =
p-value <
Interpretation: Significant, fairly strong positive correlation. Higher self-esteem is associated with higher life satisfaction.
Collinearity Check:
Acceptable correlation threshold: less than 0.7 or 0.8 is a common rule of thumb to avoid multicollinearity issues.
Positive Affect and Negative Affect: (No issue).
Positive Affect and Self Esteem: (No issue).
Negative Affect and Self Esteem: (No issue).
Conclusion:
Data is appropriate for regression if predictors are correlated with the outcome measure and correlations among predictors do not exceed the threshold for high collinearity.
If collinearity is present, consider removing one of the highly correlated predictors or using techniques like principal component analysis to reduce the number of predictors.