I have to solve the following problem:
After data cleansing and using ordinary least squares we derive the following formula:
$\hat{Y}_i=3,85+0,78X_i$
where $Y_i$ is the price of a stock of the i-th company (in \$) and $X_i$ the percentage that the i-th company reinvests (in %) for $i=1,2,\dots,56$. The standard errors of the two coefficients $3,85/0,78$ are $2,25$ and $0,17$ respectively. Furthermore we have: $\sum_{i=1}^{56}(x_i-\bar{x_i})^2=1008$.
Determine the F-test of this regression, $R^2$, and the values $p$ of each coefficient.
Furthermore it states in the example that we shall assume that for the degrees of freedom for the estimation of the distribution $Pr(F>7)=0,01$ and for the distribution t_Student $Pr(\tau>1,75)=0,04$ and $Pr(\tau>1,96)=0,01$.
I spent hours of googling the F-test for linear regressions and the setting was always different than in this example.
I am grateful for any advice on how to approach this problem.
Best regards,
Tobias