📈 6 · Simple Linear Regression
Research Question:
Using the same 8 students, build a regression model to predict GPA from study hours.
| Coefficient | B | SE | t | p | 95% CI |
| b₀ (Intercept) | 1.837 | 0.107 | 17.17 | <.001 | [1.575, 2.099] |
| b₁ (Hours) | 0.1042 | 0.00634 | 16.44 | <.001 | [0.0887, 0.1197] |
✅ Every additional study hour increases predicted GPA by 0.104. The model explains 97.8% of variance.
APA-7
Simple linear regression was used to predict GPA from weekly study hours. The model was statistically significant, F(1, 6) = 267.0, p < .001, R² = .978. Study hours significantly predicted GPA (b = 0.10, SE = 0.006, t(6) = 16.44, p < .001, 95% CI [0.09, 0.12]).