Multiple Regression A multiple regression model is a

  • Slides: 14
Download presentation
Multiple Regression • A multiple regression model is a model that has more than

Multiple Regression • A multiple regression model is a model that has more than one explanatory variable in it. • Some of the reasons to use multiple regression models are: Ø Often multiple X’s arise naturally from a study. Ø We want to control for some X’s Ø Want to fit a polynomial Ø Compare regression lines for two or more groups STA 302/1001 - week 9 1

Multiple Linear Regression Model • In a multiple linear regression model there are p

Multiple Linear Regression Model • In a multiple linear regression model there are p predictor variables. • The model is • This model is linear in the β’s. The variables may be non-linear, e. g. , log(X 1), X 1*X 2 etc. • We need to estimate p +1 β’s and σ2. • There are p+2 parameters in this model and so we need at least that many observations to be able to estimate them, i. e. , need n > p +2. STA 302/1001 - week 9 2

Multiple Regression Model in Matrix Form • In matrix notation the multiple regression model

Multiple Regression Model in Matrix Form • In matrix notation the multiple regression model is: Y=Xβ + ε where • Note, Y and ε are vectors, β is a vector and X is a matrix. The matrix X is called the ‘design matrix’. • The Gauss-Markov assumptions are: E(ε | X) = 0, Var(ε | X) = σ2 I. • These result in E(Y | X) = 0, Var(Y | X) = σ2 I. • The Least-Square estimate of β is STA 302/1001 - week 9 3

Estimate of σ2 • The estimate of σ2 is: • It has n-p-1 degrees

Estimate of σ2 • The estimate of σ2 is: • It has n-p-1 degrees of freedom because… • Claim: s 2 is unbiased estimator of σ2. • Proof: STA 302/1001 - week 9 4

General Comments about Multiple Regression • The regression equation gives the mean response for

General Comments about Multiple Regression • The regression equation gives the mean response for each combination of explanatory variables. • The regression equation will not be useful if it is very complicated or a function of large number of explanatory variables. • We generally want “parsimonious” model, that is, a model that is as simple as possible to adequately describe the response variable. • It is unwise to think that there is some exact, discoverable equation. • Many possible models are available. • One or two models may adequately approximate the mean of the response variable. STA 302/1001 - week 9 5

Example – House Prices in Chicago • Data of 26 house sales in Chicago

Example – House Prices in Chicago • Data of 26 house sales in Chicago were collected (clearly collected some time ago). The variables in the data set are: price - selling price in $1000's bdr - number of bedrooms flr - floor space in square feet fp - number of fireplaces rms - number of rooms st - storm windows (1 if present, 0 absent) lot - lot size (frontage) in feet bth - number of bathrooms gar - garage size (0=no garage, 1=one-car garage, etc. ) STA 302/1001 - week 9 6

Interpreting Regression Coefficients • In general, in multiple regression we interpret the coefficient of

Interpreting Regression Coefficients • In general, in multiple regression we interpret the coefficient of the jth predictor variable (βj or bj) as the change in Y associated with a change of one unit in Xj with all the other variables held constant. • Note, that it may be impossible to hold all other variables constants. • Example, re the home price example above, for 100 extra square feet (everything else held constant), the price goes up by $1760 on average. For one more room (everything else held constant), the price goes up by $3900 on average. For one more bedroom (everything else held constant), the price goes down by $7700 on average. STA 302/1001 - week 9 7

Inference for Regression Coefficients • As in simple linear regression, we are interesting in

Inference for Regression Coefficients • As in simple linear regression, we are interesting in testing: H 0: βj = 0 versus Ha: βj ≠ 0. • The test statistics is It has a t-distribution with n-p-1 degrees of freedom. • We can calculate the P-value from the t-table with n-p-1 df. • This test gives an indication of whether or not the jth predictor variable statistically significant contributes to the prediction of the response variable over and above all the other predictor variables. • Confidence interval for βj (assuming all the other predictor variables are in the model) is given by: STA 302/1001 - week 9 8

ANOVA Table • The ANOVA table in multiple regression model is given by… STA

ANOVA Table • The ANOVA table in multiple regression model is given by… STA 302/1001 - week 9 9

Coefficient of Multiple Determination – R 2 • As in simple linear regression model,

Coefficient of Multiple Determination – R 2 • As in simple linear regression model, R 2 = SSReg/SST. • In multiple regression this is called the “coefficient of multiple determination”; it is not the square of a correlation coefficient. • In multiple regression, need to be cautious judging model with R 2 because it always goes up when more predictor variables are added to the model, regardless of whether the predictor variables are useful for predicting Y. STA 302/1001 - week 9 10

Adjusted R 2 • An attempt to make R 2 more useful is to

Adjusted R 2 • An attempt to make R 2 more useful is to calculate Adjusted R 2 (“Adj R-Sq” in SAS) • Adjusted R 2 is adjusted for the number of predictor variables in the model. • It can actually go down when more predictors are added. • It can be used for choosing the best model. • It is defined as • Note that Adjusted R 2 will increase only is MSE decrease. STA 302/1001 - week 9 11

ANOVA F Test in Multiple Regression • In multiple regression, the ANOVA F test

ANOVA F Test in Multiple Regression • In multiple regression, the ANOVA F test is designed to test the following hypothesis: • This test aims to assess whether or not the model have any predictive ability. • The test statistics is • If H 0 is true, the above test statistics has an F distribution with p, n-p-1 degrees of freedom. STA 302/1001 - week 9 12

F-Test versus t-Tests in Multiple Regression • In multiple regression, the F test is

F-Test versus t-Tests in Multiple Regression • In multiple regression, the F test is designed to test the overall model while the t tests are designed to test individual coefficients. • If the F-test is significant and all or some of the t-tests are significant, then there are some useful explanatory variables for predicting Y. • If the F-test is not significant (large P-value), and all the t-tests are not significant, it means that no explanatory variable contribute to the prediction of Y. • If the F-test is significant and all the t-tests are not significant, then it is an indication of “multicolinearity” – i. e. , correlated X’s. It means that individual X’s don’t contribute to the prediction of Y over and above other X’s. STA 302/1001 - week 9 13

 • If the F-test is not significant and some of the t-tests are

• If the F-test is not significant and some of the t-tests are significant, it is an indication of one of two things: Ø The model has no predictive ability but if there are many predictors, a few may have small P-value (type I error in t-tests). Ø Predictors were chosen poorly. If one useful predictor is added to many that are unrelated to the outcome its contribution may not be enough for model to be significant (F-test). STA 302/1001 - week 9 14