Output table linear regression

70 Views Asked by At

I am unsure of how you would get the missing values denoted "***" in the table using only the values listed in the table. Any help would be greatly appreciated, thanks.

Output table of linear regression

1

There are 1 best solutions below

6
On BEST ANSWER

Hint: The $t-$value for the estimated coefficient $b_i$ is $t_{b_i}=\frac{b_i}{\text{SE}}$,

where $\text{SE}$ is the standard error of coefficient $b_i$. The equation can be transposed for $b_i$ and $\text{SE}$.

Here is a table where you can check some numbers:

enter image description here