Is it cheating if I know the answer, but ask it anyways?
I figure it's good for people to know :)
In particular, I am referring to the Pearson product-moment correlation coefficient
|
Is it cheating if I know the answer, but ask it anyways? I figure it's good for people to know :) In particular, I am referring to the Pearson product-moment correlation coefficient |
|||||||||||
|
|
What's the difference between the correlation between $X$ and $Y$ and a linear regression predicting $Y$ from $X$? First, some similarities:
Second, some differences:
|
||||
|
|
|
From correlation we can only get an index describing the linear relationship between two variables; in regression we can predict the relationship between more than two variables and can use it to identify which variables x can predict the outcome variable y. |
||||
|
Correlation is an index (just one number) of the strength of a relationship. Regression is an analysis (estimation of parameters of a model and statistical test of their significance) of the adequacy of a particular functional relationship. The size of the correlation is related to how accurate the predictions of the regression will be. |
|||
|
|
|
Correlation analysis only quantifies the relation between two variables ignoring which is dependent variable and which is independent. But before appliyng regression you have to calrify that impact of which variable you want to check on the other variable. |
||||
|
|
|
In the single predictor case of linear regression, the standardized slope has the same value as the correlation coefficient. The advantage of the linear regression is that the relationship can be described in such a way that you can predict (based on the relationship between the two variables) the score on the predicted variable given any particular value of the predictor variable. In particular one piece of information a linear regression gives you that a correlation does not is the intercept, the value on the predicted variable when the predictor is 0. In short - they produce identical results computationally, but there are more elements which are capable of interpretation in the simple linear regression. If you are interested in simply characterizing the magnitude of the relationship between two variables, use correlation - if you are interested in predicting or explaining your results in terms of particular values you probably want regression. |
|||
|
|
|
Here is an answer I posted on the graphpad.com website: Correlation and linear regression are not the same. Consider these differences:
|
|||
|
|