Linear Regression and finding Correlation Coefficient

205 Views Asked by At

In a Simple Linear Regression $y= \alpha + \beta x + \epsilon $, we gather this information:

$S_y=20, S_x=5, \widehat{\beta} = 0.2 $

how I could find Instance Correlation Coefficient between x and y?

I ran into this problem for gathering some information in my Research.

1

There are 1 best solutions below

2
On BEST ANSWER

The relation $$ \hat \beta = \frac{rS_y}{S_x} $$ implies that $0.2 = 4r$ and therefore $r = 0.05$.