
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The analysis of variance (anova) table used in simple linear regression to test the significance of the regression model as a whole. The partitioning of variability in both the population and the sample, and outlines the procedure for calculating the necessary sums of squares and degrees of freedom. It also includes notes on the significance test and the relationship between f(obs) and t-statistic.
Typology: Study notes
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Ch. 7. The Analysis of Variance Table
I. Situation A. Want to test if the regression line as a whole is a significant prediction model for Y. B. In simple linear regression, it is the same as the significance test for b 1.
II. Partitioning Variability A. In the population
Yi = μY + (μY|X - μY) + (Yi - μY|X)
Yi - μY = (μY|X - μY) + (Yi - μY|X)
Σ(Yi - μY)² = Σ[(μY|X - μY) + (Yi - μY|X)]²
= Σ(μY|X - μY)² + Σ(Yi - μY|X)²
We know the underlined part = 0.
Therefore,
Σ(Yi - μY)² = Σ(μY|X - μY)² + Σ(Yi - μY|X)²
B. In the sample Σ(Yi - Y )² = Σ( Y ˆ^ - Y )² + Σ(Yi - Y ˆ^ )²
SSY = SSR + SSE
III. Procedure
Source df SS MS F(obs)
Model (Reg) p SSR SSR/p MSR/MSE Error (Res) n-p-1 SSE SSE/(n-p-1) ────────────────────────────────────── Total n-1 SSY
A. Notes