Correlation and Simple Linear Regression

Slides:



Advertisements
Similar presentations
11-1 Empirical Models Many problems in engineering and science involve exploring the relationships between two or more variables. Regression analysis.
Advertisements

Lesson 10: Linear Regression and Correlation
Chapter 12 Simple Linear Regression
Forecasting Using the Simple Linear Regression Model and Correlation
Inference for Regression
Correlation and regression Dr. Ghada Abo-Zaid
Regression Analysis Once a linear relationship is defined, the independent variable can be used to forecast the dependent variable. Y ^ = bo + bX bo is.
Correlation and Regression
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.
Linear Regression and Correlation
The Simple Regression Model
SIMPLE LINEAR REGRESSION
Chapter Topics Types of Regression Models
Correlation and Regression. Correlation What type of relationship exists between the two variables and is the correlation significant? x y Cigarettes.
SIMPLE LINEAR REGRESSION
Simple Linear Regression Analysis
Relationships Among Variables
1 1 Slide © 2008 Thomson South-Western. All Rights Reserved Slides by JOHN LOUCKS & Updated by SPIROS VELIANITIS.
Lecture 5 Correlation and Regression
Correlation & Regression
Linear Regression and Correlation
McGraw-Hill/IrwinCopyright © 2009 by The McGraw-Hill Companies, Inc. All Rights Reserved. Simple Linear Regression Analysis Chapter 13.
SIMPLE LINEAR REGRESSION
Introduction to Linear Regression and Correlation Analysis
Linear Regression and Correlation
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.
Introduction to 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.
1 Chapter 12 Simple Linear Regression. 2 Chapter Outline  Simple Linear Regression Model  Least Squares Method  Coefficient of Determination  Model.
Chapter 4 Linear Regression 1. Introduction Managerial decisions are often based on the relationship between two or more variables. For example, after.
© Copyright McGraw-Hill Correlation and Regression CHAPTER 10.
Regression Analysis © 2007 Prentice Hall17-1. © 2007 Prentice Hall17-2 Chapter Outline 1) Correlations 2) Bivariate Regression 3) Statistics Associated.
Multiple Regression. Simple Regression in detail Y i = β o + β 1 x i + ε i Where Y => Dependent variable X => Independent variable β o => Model parameter.
Correlation & Regression Analysis
Regression Analysis. 1. To comprehend the nature of correlation analysis. 2. To understand bivariate regression analysis. 3. To become aware of the coefficient.
Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Simple Linear Regression Analysis Chapter 13.
Chapter 12 Simple Linear Regression n Simple Linear Regression Model n Least Squares Method n Coefficient of Determination n Model Assumptions n Testing.
©The McGraw-Hill Companies, Inc. 2008McGraw-Hill/Irwin Linear Regression and Correlation Chapter 13.
11-1 Copyright © 2014, 2011, and 2008 Pearson Education, Inc.
Chapter 13 Linear Regression and Correlation. Our Objectives  Draw a scatter diagram.  Understand and interpret the terms dependent and independent.
Correlation and Regression
Inference about the slope parameter and correlation
Chapter 4: Basic Estimation Techniques
Lecture 11: Simple Linear Regression
Chapter 20 Linear and Multiple Regression
Chapter 4 Basic Estimation Techniques
Statistics for Business and Economics
Correlation and Simple Linear Regression
Basic Estimation Techniques
Simple Linear Regression
Chapter 11 Simple Regression
Statistics for Business and Economics (13e)
Slides by JOHN LOUCKS St. Edward’s University.
Correlation and Simple Linear Regression
Basic Estimation Techniques
Correlation and Regression
PENGOLAHAN DAN PENYAJIAN
SIMPLE LINEAR REGRESSION
Simple Linear Regression and Correlation
Product moment correlation
SIMPLE LINEAR REGRESSION
Topic 8 Correlation and Regression Analysis
Chapter Thirteen McGraw-Hill/Irwin
Introduction to Regression
St. Edward’s University
Correlation and Simple Linear Regression
Correlation and Simple Linear Regression
Presentation transcript:

Correlation and Simple Linear Regression

Correlation Analysis Correlation analysis is used to describe the degree to which one variable is linearly related to another. There are two measures for describing correlation: The Coefficient of Correlation The Coefficient of Determination

Correlation The correlation between two random variables, X and Y, is a measure of the degree of linear association between the two variables. The population correlation, denoted by, can take on any value from -1 to 1.    indicates a perfect negative linear relationship -1 <  < 0 indicates a negative linear relationship    indicates no linear relationship 0 <  < 1 indicates a positive linear relationship    indicates a perfect positive linear relationship The absolute value of  indicates the strength or exactness of the relationship.

Illustrations of Correlation Y X  = 1 Y X  = -1 Y X  = 0 Y X  = -.8 Y X  = 0 Y X  = .8

The coefficient of correlation: Sample Coefficient of Determination Alternate Formula (using Regression Coefficients)

The Coefficient of Correlation or Karl Pearson’s Coefficient of Correlation The coefficient of correlation is the square root of the coefficient of determination. The sign of r indicates the direction of the relationship between the two variables X and Y.

Simple Linear Regression Regression refers to the statistical technique of modeling the relationship between variables. In simple linear regression, we model the relationship between two variables. One of the variables, denoted by Y, is called the dependent variable and the other, denoted by X, is called the independent variable. The model we will use to depict the relationship between X and Y will be a straight-line relationship. A graphical sketch of the pairs (X, Y) is called a scatter plot.

Using Statistics This scatterplot locates pairs of observations of advertising expenditures on the x-axis and sales on the y-axis. We notice that: Larger (smaller) values of sales tend to be associated with larger (smaller) values of advertising. S c a t e r p l o f A d v i s n g E x u ( X ) Y 5 4 3 2 1 8 6 The scatter of points tends to be distributed around a positively sloped straight line. The pairs of values of advertising expenditures and sales are not located exactly on a straight line. The scatter plot reveals a more or less strong tendency rather than a precise linear relationship. The line represents the nature of the relationship on average.

Examples of Other Scatterplots Y X Y X Y X X Y X Y X Y

Simple Linear Regression Model The equation that describes how y is related to x and an error term is called the regression model. The simple linear regression model is: y = a+ bx +e where: a and b are called parameters of the model, a is the intercept and b is the slope. e is a random variable called the error term.

Assumptions of the Simple Linear Regression Model The relationship between X and Y is a straight-line relationship. The errors i are normally distributed with mean 0 and variance 2. The errors are uncorrelated (not related) in successive observations. That is: ~ N(0,2) X Y E[Y]=0 + 1 X Assumptions of the Simple Linear Regression Model Identical normal distributions of errors, all centered on the regression line.

Errors in Regression Y . { X Xi

Estimating Using the Regression Line SIMPLE REGRESSION AND CORRELATION Estimating Using the Regression Line First, lets look at the equation of a straight line is: Independent variable Dependent variable Slope of the line Y-intercept

The Method of Least Squares SIMPLE REGRESSION AND CORRELATION The Method of Least Squares To estimate the straight line we have to use the least squares method. This method minimizes the sum of squares of error between the estimated points on the line and the actual observed points. The sign of r will be the same as the sign of the coefficient “b” in the regression equation Y = a + b X

Slope of the best-fitting Regression Line SIMPLE REGRESSION AND CORRELATION The estimating line Slope of the best-fitting Regression Line Y-intercept of the Best-fitting Regression Line

SIMPLE REGRESSION - EXAMPLE Suppose an appliance store conducts a five-month experiment to determine the effect of advertising on sales revenue. The results are shown below. (File PPT_Regr_example.sav) Month Advertising Exp.($100s) Sales Rev.($1000S) 1 1 1 2 2 1 3 3 2 4 4 2 5 5 4

SIMPLE REGRESSION - EXAMPLE X Y X2 XY 1 1 1 1 2 1 4 2 3 2 9 6 4 2 16 8 5 4 25 20

SIMPLE REGRESSION - EXAMPLE b = 0.7

Interpretation: Sample Coefficient of Determination Percentage of total variation explained by the regression. We can conclude that 81.67 % of the variation in the sales revenues is explain by the variation in advertising expenditure.

If the slope of the estimating line is positive SIMPLE REGRESSION AND CORRELATION If the slope of the estimating line is positive line is negative :- r is the positive square root :- r is the negative The relationship between the two variables is direct

Hypothesis Tests for the Correlation Coefficient H0:  = 0 (No significant linear relationship) H1:   0 (Linear relationship is significant) Test Statistic:

Advertising expenses ($00) Correlations Advertising expenses ($00) Sales revenue ($000) Pearson Correlation 1 .904* Sig. (2-tailed) .035 N 5 *. Correlation is significant at the 0.05 level (2-tailed).

Standard Error of Estimate The standard error of estimate is used to measure the reliability of the estimating equation. It measures the variability or scatter of the observed values around the regression line.

Standard Error of Estimate Short-cut

Standard Error of Estimate Y2 1 4 16

Std. Error of the Estimate Model Summary Model R R Square Adjusted R Square Std. Error of the Estimate 1 .904a .817 .756 .606 a. Predictors: (Constant), Advertising expenses ($00) ANOVAb Model Sum of Squares df Mean Square F Sig. 1 Regression 4.900 13.364 .035a Residual 1.100 3 .367 Total 6.000 4 a. Predictors: (Constant), Advertising expenses ($00) b. Dependent Variable: Sales revenue ($000) Alternately, R2 = 1-[SS(Residual) / SS(Total)] = 1-(1.1/6.0)=0.817 When adjusted for degrees of freedom, Adjusted R2 = 1-[SSResidual/(n-k-1)] / [SS(Total)/(n-1)] = 1-[1.1//3]/[6/4] = 0.756

Analysis-of-Variance Table and an F Test of the Regression Model H0 : The regression model is not significant H1 : The regression model is significant

The p-value is 0.035 Test Statistic Value of the test statistic: Conclusion: There is sufficient evidence to reject the null hypothesis in favor of the alternative hypothesis. b is not equal to zero. Thus, the independent variable is linearly related to y. This linear regression model is valid

Testing for the existence of linear relationship We pose the question: Is the independent variable linearly related to the dependent variable? To answer the question we test the hypothesis H0: b = 0 H1: b is not equal to zero. If b is not equal to zero, the model has some validity. Test statistic, with n-2 degrees of freedom:

Testing for the existence of linear relationship Alternately, we test the hypothesis: H0: b = 0 (the independent variable is not a significant predictor of the dependent variable) H1: b is not equal to zero (the independent variable is a significant predictor of the dependent variable). If b is not equal to zero (if the null hypothesis is rejected), we can conclude that the Independent variable contributes significantly in predicting the Dependent variable.

Unstandardized Coefficients Standardized Coefficients Coefficientsa Model Unstandardized Coefficients Standardized Coefficients t Sig. B Std. Error Beta 1 (Constant) -.100 .635 -.157 .885 Advertising expenses ($00) .700 .191 .904 3.656 .035 a. Dependent Variable: Sales revenue ($000)

Test statistic, with n-2 degrees of freedom: Rejection Region Value of the test statistic: Conclusion: The calculated test statistic is 3.66 which is outside the acceptance region. Alternately, the actual significance is 0.035. Therefore we will reject the null hypothesis. The advertising expenses is a significant explanatory variable.