To compute the confidence intervals for the coefficients, we use the formula:
\[ \text{CI} = \hat{\beta} \pm t_{\alpha/2, n-p} \times SE(\hat{\beta}) \]
where:
- \(\hat{\beta}\) is the estimated coefficient,
- \(t_{\alpha/2, n-p}\) is the critical value from the
Show more…