Do the whole regression via Excel ToolPak (Data → Data Analysis → Regression) and learn to read the
Summary Output: Regression Statistics, ANOVA, and Coefficients.
Output → New Worksheet Ply. Click OK. Compare Excel’s table to the panel below — numbers should match.
In simple linear regression, Multiple R = |r|. Standard Error in “Regression Statistics” equals √MSE (≈ STEYX) in Y-units.
Step C — What Excel will show (mirrors “Summary Output”)
Regression Statistics
Multiple R
–
R Square
–
Adjusted R Square
–
Standard Error
–
Observations
–
ANOVA
Source
df
SS
MS
F
Significance F
Regression
1
–
–
–
–
Residual
–
–
–
–
–
Total
–
–
–
–
–
Reading tip: SST = total variation in Y; SSR = explained by the line; SSE = leftover error. MS = SS/df. F = MSR/MSE tests if slope ≠ 0. In simple regression, F = t(b₁)².
ANOVA glossary:
SST = Total Sum of Squares = Σ(y−ȳ)² (df = n−1) •
SSR = Regression/Explained Sum of Squares = Σ(ŷ−ȳ)² (df = # predictors) •
SSE = Error/Residual Sum of Squares = Σ(y−ŷ)² (df = n−(# predictors+1)) •
MS = SS/df, F = MSR/MSE, R² = SSR/SST. With one X, F = t(b₁)².
In Excel’s ANOVA: Regression SS = SSR, Residual SS = SSE, Total SS = SST.
Coefficients
Coefficients
Standard Error
t Stat
P-value
Intercept
–
–
–
–
X
–
–
–
–
Intercept = expected Y when X=0 (may be outside observed X — interpret with caution).
Slope: +1 unit in X → about –units change in Y.
P-values: small p ⇒ strong evidence the coefficient ≠ 0 (in this one-X model).
Step D — “Explain Excel’s boxes” (student-friendly)
Regression Statistics — what each line means
Multiple R: absolute correlation between ŷ and y. In SLR it’s |r| between X and Y.
R Square: percent of Y’s variation explained by the straight line (SSR/SST).
Adjusted R Square: penalty for extra predictors (here k=1): 1 − (1−R²)·(n−1)/(n−k−1).
Standard Error: √MSE, typical vertical miss in Y-units (≈ STEYX).