Tip: This is a one-page quick reference. Use Ctrl+P (Cmd+P on Mac) to print.
| Condition | Meaning | How to Check |
|---|---|---|
| Linearity | Relationship is linear | Scatter plot linear; residual plot shows no curve |
| Independence | Observations independent | Study design (random sample, no time series) |
| Normality | Residuals ≈ normal | Histogram of residuals bell-shaped (less critical if n≥30) |
| Equal Variance | Constant spread | Residual plot shows constant vertical spread (no fan) |
| Aspect | Confidence Interval | Prediction Interval |
|---|---|---|
| For | MEAN y for all at x* | SINGLE y for one at x* |
| Formula | ŷ ± t*sₑ√[1/n + (x*-x̄)²/Σ(x-x̄)²] | ŷ ± t*sₑ√[1+1/n + (x*-x̄)²/Σ(x-x̄)²] |
| Width | Narrower | Wider (accounts for individual variation) |
| Use | Estimating population average | Predicting specific individual |
| |r| Value | Strength | |r| Value | Strength |
|---|---|---|---|
| |r| = 1.0 | Perfect | 0 < |r| < 0.3 | Weak |
| 0.7 ≤ |r| < 1.0 | Strong | |r| = 0 | No linear relationship |
| 0.3 ≤ |r| < 0.7 | Moderate |