Multiple Regression Models

Slides:



Advertisements
Similar presentations
Multiple Regression and Model Building
Advertisements

6-1 Introduction To Empirical Models 6-1 Introduction To Empirical Models.
Regression Analysis Once a linear relationship is defined, the independent variable can be used to forecast the dependent variable. Y ^ = bo + bX bo is.
Objectives (BPS chapter 24)
Chapter 12 Simple Linear Regression
1 1 Slide © 2014 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole.
© 2010 Pearson Prentice Hall. All rights reserved Least Squares Regression Models.
Chapter 10 Simple Regression.
Chapter Topics Types of Regression Models
Simple Linear Regression Analysis
Chapter 7 Forecasting with Simple Regression
Simple Linear Regression Analysis
1 1 Slide © 2008 Thomson South-Western. All Rights Reserved Slides by JOHN LOUCKS & Updated by SPIROS VELIANITIS.
Multiple Linear Regression Response Variable: Y Explanatory Variables: X 1,...,X k Model (Extension of Simple Regression): E(Y) =  +  1 X 1 +  +  k.
Objectives of Multiple Regression
Regression Analysis Regression analysis is a statistical technique that is very useful for exploring the relationships between two or more variables (one.
© 2002 Prentice-Hall, Inc.Chap 14-1 Introduction to Multiple Regression Model.
1 1 Slide © 2005 Thomson/South-Western Slides Prepared by JOHN S. LOUCKS St. Edward’s University Slides Prepared by JOHN S. LOUCKS St. Edward’s University.
OPIM 303-Lecture #8 Jose M. Cruz Assistant Professor.
© 2003 Prentice-Hall, Inc.Chap 13-1 Basic Business Statistics (9 th Edition) Chapter 13 Simple Linear Regression.
1 1 Slide © 2008 Thomson South-Western. All Rights Reserved Chapter 15 Multiple Regression n Multiple Regression Model n Least Squares Method n Multiple.
1 1 Slide Simple Linear Regression Coefficient of Determination Chapter 14 BA 303 – Spring 2011.
1 Chapter 12 Simple Linear Regression. 2 Chapter Outline  Simple Linear Regression Model  Least Squares Method  Coefficient of Determination  Model.
Multiple Regression and Model Building Chapter 15 Copyright © 2014 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin.
Chapter 14 Inference for Regression AP Statistics 14.1 – Inference about the Model 14.2 – Predictions and Conditions.
Inference for Regression Simple Linear Regression IPS Chapter 10.1 © 2009 W.H. Freeman and Company.
Lesson Multiple Regression Models. Objectives Obtain the correlation matrix Use technology to find a multiple regression equation Interpret the.
Statistics for Business and Economics 8 th Edition Chapter 11 Simple Regression Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall Ch.
© Copyright McGraw-Hill Correlation and Regression CHAPTER 10.
Multiple Regression. Simple Regression in detail Y i = β o + β 1 x i + ε i Where Y => Dependent variable X => Independent variable β o => Model parameter.
Applied Quantitative Analysis and Practices LECTURE#25 By Dr. Osman Sadiq Paracha.
Lesson 14 - R Chapter 14 Review. Objectives Summarize the chapter Define the vocabulary used Complete all objectives Successfully answer any of the review.
Chapter 12 Simple Linear Regression n Simple Linear Regression Model n Least Squares Method n Coefficient of Determination n Model Assumptions n Testing.
1 1 Slide The Simple Linear Regression Model n Simple Linear Regression Model y =  0 +  1 x +  n Simple Linear Regression Equation E( y ) =  0 + 
Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Multiple Regression Chapter 14.
Lesson Testing the Significance of the Least Squares Regression Model.
Stats Methods at IC Lecture 3: Regression.
Chapter 13 Simple Linear Regression
Lecture 11: Simple Linear Regression
Chapter 14 Introduction to Multiple Regression
Chapter 20 Linear and Multiple Regression
Chapter 15 Multiple Regression and Model Building
Chapter 14 Inference on the Least-Squares Regression Model and Multiple Regression.
Regression Analysis AGEC 784.
Inference for Regression (Chapter 14) A.P. Stats Review Topic #3
Statistics for Managers using Microsoft Excel 3rd Edition
26134 Business Statistics Week 5 Tutorial
Chapter 9 Multiple Linear Regression
Inference for Regression
Linear Regression and Correlation Analysis
Multiple Regression Analysis and Model Building
Simple Linear Regression
Multiple Regression and Model Building
Chapter 11 Simple Regression
Statistics for Business and Economics (13e)
Quantitative Methods Simple Regression.
Slides by JOHN LOUCKS St. Edward’s University.
Correlation and Simple Linear Regression
Correlation and Regression
Correlation and Simple Linear Regression
Correlation and Regression
Multiple Linear Regression
Product moment correlation
Simple Linear Regression
Chapter 14 Inference for Regression
3.2. SIMPLE LINEAR REGRESSION
Introduction to Regression
St. Edward’s University
Correlation and Simple Linear Regression
Presentation transcript:

Multiple Regression Models Lesson MR - B Multiple Regression Models

Objectives Obtain the correlation matrix Use technology to find a multiple regression equation Interpret the coefficients of a multiple regression equation Determine R2 and adjusted R2 Perform an F-test for lack of fit Test individual regression coefficients for significance Construct confidence and prediction intervals Build a regression model

Vocabulary Correlation matrix – shows the linear correlation among all variables under consideration in a multiple regression model Multicollinearity – when two explanatory variables have a high linear correlation between themselves Additive effect – explanatory variables do not interact Adjusted R2 – modifies the value of R2 based on the sample size, n, and the number of explanatory variables, k; will decrease if an explanatory variable is added to the model that does little to explain the variation in the response variable

Multiple Regression Model yi = β0 + β1x1i + β2x2i + … + βkxki + εi where yi is the value of the response variable for the ith individual β0, β1, β2, , βk ,are the parameters to be estimated based on the sample data x1i is the ith observation for the first explanatory variable, x2i is the ith observation for the second explanatory variable and so on εi is am independent random error term that is normally distributed with mean 0 and variance = σ² i = 1, 2, 3, …, n, where n is the sample size Note: although formulas exists to estimate β0, β1, β2, … , βk exist, we will use Excel to obtain estimates

Correlation Matrix Its good that explanatory variables are highly correlated (either positively or negatively) with the response variable There may be problems if the explanatory variables are highly correlated with each other (multi-collinearity) General Rule: |correlation| > 0.7  then multi-collinearity may be a problem Variables X1 X2 X3 Response 1 -------- 0.7826 -0.2134 -.1826 -0.7821 -0.9218 0.6487

R2 and Adjusted R2 Values explained variation unexplained variation total variation total variation n – 1 R2adj = 1 – ------------- (1 – R2) n – k – 1 note: modifies R2 based on sample size, n, and the number of explanatory variables, k to compensate for adding more variables to the model

Adjusted R² The adjusted R² is used in multiple regression models The adjusted R² will decrease if a variable is added to the model that does little to explain the variation in the response variable. The adjusted R² will increase if a variable is taken from the model that does little to explain the variation in the response variable.

Hypothesis Test in Multiple Regression The null hypothesis is that none of the explanatory variables have a significant linear relation with the response variable The alternative hypothesis is that at least one of the explanatory variables has a significant linear relation with the response variable

F Test Statistic for Multiple Regression Mean Square due to Regression MSR F = ------------------------------------------- = ------------ Mean Square Error MSE F – Test Statistic Using R2 R2 n – (k + 1) F = ---------- · --------------- 1 – R2 k with k – 1 degrees of freedom in the numerator and, n – k degrees of freedom in the denominator where k is the number of explanatory variables n is the sample size NOTE: H0: β0 = β1 = β2 = … = βk = 0 use P-value compared to level of significance, α, for Decision Rule

Guidelines in Developing a Multiple Regression Model (backwards step-wise regression) Construct a correlation matrix to help identify the explanatory variables that have a high correlation with the response variable. In addition, look for any indication that the explanatory variables are correlated with each other. If two explanatory variables have high correlation, then it’s a tip-off to watch out for multicollinearity – but not conclusive evidence. See if the multiple regression model uses all the explanatory variables that have been identified by the researcher. If the null hypothesis that all the slope coefficients are zero has been rejected, we proceed to look at the individual slope coefficients. Identify those slope coefficients that have small t-test statistics (hence large p-values). These are explanatory variable\ candidates that could be removed from the model. Remove one at a time and then recomputed the regression model. Repeat Step 3 until all slope coefficients are significantly different from zero (significantly small p-values). Use residual plots to check model appropriateness

Backwards Step-wise Regression Put all possible variables into the model Run regression model (focus on adjusted R²) Pull out the variable with the highest p-value one with the least likely probability of having a linear relationship with the response variable Rerun the model if adjusted R² goes up; repeat procedures if adjusted R² goes down then stop and go back one step

Example 9 on page 770 - 773

Summary and Homework Summary Homework Given the appropriate conditions, we can perform inference on whether the slope and intercept are significantly different from 0 We can also calculate confidence and prediction intervals to quantify the accuracy of our predictions of the response variable y Multiple regression models are models where more than one explanatory variable is considered Homework pg 774 - 782: 1, 3, 4, 6, 8, 17