How do I calculate the standard error of the intercept (b0) when the model has two explanatory variables (say x1 and x2) for y = b0 + b1x1 + b2x2?
Thanks!
How do I calculate the standard error of the intercept (b0) when the model has two explanatory variables (say x1 and x2) for y = b0 + b1x1 + b2x2?
Thanks!
Under the Gauss-Markov assumptions, if $C\beta$ is estimable, then
$\hat{Var}$($C\hat{\beta}$) = $\hat{\sigma}^2C(X^{\prime}X)^{-}C^{\prime}$,
where $\hat{\sigma}^2$ is simply the $SSE\over{(n-r)}$ where $n$ is the number of observations and $r$ is the rank of $C$.
In your case, to find "b0", $C=[1, 0, 0]$ and $r = 1.$
You can then find the standard error by taking $\sqrt{\hat{Var}(C\hat{\beta}) }$.