0

I have just run both Pearson's correlation analysis and linear regression analysis, and both sets of correlations differ. Is this supposed to be the case and if so, could somebody please tell me why?

Thank you.

Vicky
  • 1
  • 1

1 Answers1

3

Normally, if you have just two variables, the Pearson correlation coefficient is the same as the standardized beta coefficient in the linear regression. However, if you have more than two variables you will normally not be able to reproduce the Pearson correlation coefficients in a linear regression where all variables entered the model.

Suppose you have three variables, x1, x2 and y and you get Pearson correlations between the three variables

1) r(x1,x2) > 0,
2) r(x1,y) > 0
3) r(x2,y) > 0

then you will not be able to reproduce the correlations 2) and 3) in a multiple linear regression where y is the dependent and x1 and x2 are the independent variables. This is because x1 and x2 do correlate themselves. The only case in which a reproduction of the correlation 2) and 3) in a multiple linear regression would be possible is when correlation 1) is equal to zero.

The term you may look for further information is multicollinearity

secure.brightstat.com - statistics made easy

Nick Cox
  • 48,377
  • 8
  • 110
  • 156
  • Welcome to our site, and thank you for your contribution. – whuber Feb 26 '16 at 14:28
  • 3
    The link is to your own site. This is difficult territory: see http://stats.stackexchange.com/help/promotion for guidelines, Full disclosure is certainly advisable to avoid suspicions of spamming, – Nick Cox Feb 26 '16 at 14:49