Multiple Linear Regression-I
Multiple Linear Regression-I
1 2
3 4
5 6
1
Estimation Process Least Squares Method
7 8
9 10
11 12
2
Solving for the Estimates of b0, b1, b2 Estimated Regression Equation
13 14
15 16
constant). where:
SST = total sum of squares
SSR = sum of squares due to regression
SSE = sum of squares due to error
17 18
3
Multiple Coefficient of Determination Multiple Coefficient of Determination
ANOVA Output
R2 = SSR/SST
Analysis of Variance
R2 = 500.3285/599.7855 = .83418
SOURCE DF SS MS F P
Regression 2 500.3285 250.164 42.76 0.000
Residual Error 17 99.45697 5.850
Total 19 599.7855
SSR
SST
19 20
21 22
The error e is a random variable with mean of zero. In simple linear regression, the F and t tests provide
the same conclusion.
The variance of e , denoted by 2, is the same for all
values of the independent variables. In multiple regression, the F and t tests have different
purposes.
The values of e are independent.
23 24
4
Testing for Significance: F Test Testing for Significance: t Test
The F test is used to determine whether a significant If the F test shows an overall significance, the t test is
relationship exists between the dependent variable used to determine whether each of the individual
and the set of all the independent variables. independent variables is significant.
The F test is referred to as the test for overall A separate t test is conducted for each of the
significance. Or Over-all fitness. independent variables in the model.
25 26
Hypotheses H0 : b 1 = b 2 = . . . = b p = 0 Hypotheses H0 : b 1 = b 2 = 0
Ha: One or more of the parameters Ha: One or both of the parameters
is not equal to zero. is not equal to zero.
27 28
ANOVA Output
Test Statistics F = MSR/MSE
Analysis of Variance = 250.16/5.85 = 42.76
SOURCE DF SS MS F P
Regression Conclusion p-value < .05, so we can reject H0.
2 500.3285 250.164 42.76 0.000
Residual Error 17 99.45697 5.850 (Also, F = 42.76 > 3.59)
Total 19 599.7855
29 30
5
Testing for Significance: t Test t Test for Significance
of Individual Parameters
Hypotheses H0 : bi 0 Hypotheses H0 : bi 0
H a : bi 0 H a : bi 0
31 32
33 34
35 36