ANOVA

ANOVA

 

 

Summaries

 

ANOVA – Analysis of Variance – a procedure to analyze (Decompose) the total variability

 

Total Sum of Square (SST) – sum(Y-Y_mean)2

 

Regression Sum of Squares (RSS) – sum (Y^ – Y_mean)2

Sum of Squared Error (SSE) – Sum(Y-Y^)2

 

SST = RSS + SSE

 

Mean Regression Sum of Squares (MSR) = RSS/k (k=DOF)

Mean Square Error (MSE) = SSE / n-k+1

 

Coefficient of determination = correlation2 (for one variable regression) = (SST – SSE)/SST

 

Standard Error of Estimate (SEE)

 

SEE = sqrt(SSE/n-2)

 

F-statistic: explain the dependence of a variable on a group of variables.

 

F=MSR/MSE = (RSS/k)/(SSE/n-(k+1))

 

Same function as t-test for 1 variable. F = t2

 

*** Always make sure using the correct DOF

1 Comment

ajitApril 17th, 2009 at 1:13 pm

these ar every helpful to revise some topics

Leave a comment

Your comment