📘 Section 11.7 – Adequacy of the Regression Model

1. Overview

Fitting a regression model requires verifying assumptions about error terms, model structure, and variance. Section 11.7 discusses how to examine model adequacy using residual analysis and the coefficient of determination (R²).

2. Key Assumptions in Simple Linear Regression

3. Residual Analysis (Section 11.7.1)

Residuals (eᵢ = yᵢ − ŷᵢ) help detect non-normality, non-constant variance, and model misspecification. Residuals should ideally appear as random scatter with no pattern when plotted against predicted values or x-values.

Key Diagnostic Plots:

Common Residual Patterns:

Tips:

4. Example – Oxygen Purity Residuals

Model: Å· = 74.283 + 14.947x

Sample data point: At x = 1.02, y = 89.05, predicted ŷ = 89.53 → residual = −0.48

Another example: At x = 1.55, y = 99.42, predicted ŷ = 97.45 → residual = 1.97

5. Coefficient of Determination (R²) – Section 11.7.2

Formula: R² = SSR / SST = 1 − SSE / SST

Limitations & Misconceptions: