Confidence intervals provide a range of plausible values for regression coefficients. They help assess the precision of the estimated coefficients and support inference about the population parameters.
The 100(1−α)% confidence interval for the regression coefficient βj is:
β̂j: Least squares estimate of coefficientse(β̂j): Estimated standard errortα/2, n−k−1: t critical value with (n − k − 1) degrees of freedomLet’s consider the GPA model:
Suppose we have the following estimates and standard errors from a regression output:
| Coefficient | Estimate | Standard Error | 95% CI | 
|---|---|---|---|
| β₀ | 1.256 | 0.315 | 0.529 to 1.983 | 
| β₁ (Study) | 0.082 | 0.018 | 0.038 to 0.126 | 
| β₂ (Sleep) | 0.291 | 0.045 | 0.188 to 0.394 | 
| β₃ (Attendance) | 0.014 | 0.006 | 0.000 to 0.028 | 
These intervals are calculated using the t-distribution with degrees of freedom n − k − 1, where n = 5 students and k = 3 predictors, so df = 1.