Presentation is loading. Please wait.

Presentation is loading. Please wait.

Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-1 Statistics for Managers Using Microsoft® Excel 5th Edition Chapter.

Similar presentations


Presentation on theme: "Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-1 Statistics for Managers Using Microsoft® Excel 5th Edition Chapter."— Presentation transcript:

1 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-1 Statistics for Managers Using Microsoft® Excel 5th Edition Chapter 13 Simple Linear Regression

2 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-2 Learning Objectives In this chapter, you learn:  To use regression analysis to predict the value of a dependent variable based on an independent variable  The meaning of the regression coefficients b 0 and b 1  To evaluate the assumptions of regression analysis and know what to do if the assumptions are violated  To make inferences about the slope  To estimate mean values and predict individual values

3 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-3 Correlation vs. Regression  A scatter plot (or scatter diagram) can be used to show the relationship between two numerical variables  Correlation analysis is used to measure strength of the association (linear relationship) between two variables  Correlation is only concerned with strength of the relationship  No causal effect is implied with correlation  Correlation was first presented in Chapter 3

4 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-4 Regression Analysis Regression analysis is used to:  Predict the value of a dependent variable based on the value of at least one independent variable  Explain the impact of changes in an independent variable on the dependent variable Dependent variable: the variable you wish to explain Independent variable: the variable used to explain the dependent variable

5 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-5 Simple Linear Regression Model  Only one independent variable, X  Relationship between X and Y is described by a linear function  Changes in Y are related to changes in X

6 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-6 Types of Relationships Y X Y X Y Y X X Linear relationshipsCurvilinear relationships

7 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-7 Types of Relationships Y X Y X Y Y X X Strong relationshipsWeak relationships

8 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-8 Types of Relationships Y X Y X No relationship

9 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-9 The Linear Regression Model Linear component The population regression model: Population Y intercept Population Slope Coefficient Random Error term Dependent Variable Independent Variable Random Error component

10 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-10 Linear Regression Equation The simple linear regression equation provides an estimate of the population regression line Estimate of the regression intercept Estimate of the regression slope Estimated (or predicted) Y value for observation i Value of X for observation i

11 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-11 Finding the Least Squares Equation  The coefficients b 0 and b 1, and other regression results in this chapter, can be found using Data Analysis or PhStat Formulas are shown in the text at the end of the chapter for those who are interested

12 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-12 Interpretation of the Intercept and the Slope  b 0 is the estimated mean value of Y when the value of X is zero  b 1 is the estimated change in the mean value of Y for every one-unit change in X

13 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-13 Linear Regression Example  A real estate agent wishes to examine the relationship between the selling price of a home and its size (measured in square feet)  A random sample of 10 houses is selected  Dependent variable (Y) = house price in $1000s  Independent variable (X) = square feet

14 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-14 Linear Regression Example Data House Price in $1000s (Y) Square Feet (X) 2451400 3121600 2791700 3081875 1991100 2191550 4052350 3242450 3191425 2551700

15 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-15 Linear Regression Example Scatterplot  House price model: scatter plot

16 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-16 Linear Regression Example Using Excel Tools -------- Data Analysis -------- Regression

17 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-17 Linear Regression Example Excel Output Regression Statistics Multiple R0.76211 R Square0.58082 Adjusted R Square0.52842 Standard Error41.33032 Observations10 ANOVA dfSSMSFSignificance F Regression118934.9348 11.08480.01039 Residual813665.56521708.1957 Total932600.5000 CoefficientsStandard Errort StatP-valueLower 95%Upper 95% Intercept98.2483358.033481.692960.12892-35.57720232.07386 Square Feet0.109770.032973.329380.010390.033740.18580 The regression equation is:

18 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-18 Linear Regression Example Graphical Representation  House price model: scatter plot and regression line Slope = 0.10977 Intercept = 98.248

19 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-19 Linear Regression Example Interpretation of b 0  b 0 is the estimated mean value of Y when the value of X is zero (if X = 0 is in the range of observed X values)  Here, no houses had 0 square feet, so b 0 = 98.24833 just indicates that, for houses within the range of sizes observed, $98,248.33 is the portion of the house price not explained by square feet

20 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-20 Linear Regression Example Interpretation of b 1  b 1 measures the change in the average value of Y as a result of a one-unit change in X  Here, b 1 =.10977 tells us that the mean value of a house increases by.10977($1000) = $109.77, on average, for each additional one square foot of size

21 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-21 Linear Regression Example Making Predictions Predict the price for a house with 2000 square feet: The predicted price for a house with 2000 square feet is 317.85($1,000s) = $317,850

22 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-22 Linear Regression Example Making Predictions  When using a regression model for prediction, only predict within the relevant range of data Relevant range for interpolation Do not try to extrapolate beyond the range of observed X’s

23 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-23 Coefficient of Determination, r 2  The coefficient of determination is the portion of the total variation in the dependent variable that is explained by variation in the independent variable  The coefficient of determination is also called r- squared and is denoted as r 2

24 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-24 Coefficient of Determination, r 2 r 2 = 1 Y X Y X r 2 = -1 r 2 = 1 Perfect linear relationship between X and Y: 100% of the variation in Y is explained by variation in X

25 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-25 Coefficient of Determination, r 2 Y X Y X 0 < r 2 < 1 Weaker linear relationships between X and Y: Some but not all of the variation in Y is explained by variation in X

26 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-26 Coefficient of Determination, r 2 r 2 = 0 No linear relationship between X and Y: The value of Y is not related to X. (None of the variation in Y is explained by variation in X) Y X r 2 = 0

27 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-27 Linear Regression Example Coefficient of Determination, r 2 Regression Statistics Multiple R0.76211 R Square0.58082 Adjusted R Square0.52842 Standard Error41.33032 Observations10 ANOVA dfSSMSFSignificance F Regression118934.9348 11.08480.01039 Residual813665.56521708.1957 Total932600.5000 CoefficientsStandard Errort StatP-valueLower 95%Upper 95% Intercept98.2483358.033481.692960.12892-35.57720232.07386 Square Feet0.109770.032973.329380.010390.033740.18580 58.08% of the variation in house prices is explained by variation in square feet

28 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-28 Standard Error of Estimate  The standard deviation of the variation of observations around the regression line is estimated by Where SSE = error sum of squares n = sample size

29 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-29 Linear Regression Example Standard Error of Estimate Regression Statistics Multiple R0.76211 R Square0.58082 Adjusted R Square0.52842 Standard Error41.33032 Observations10 ANOVA dfSSMSFSignificance F Regression118934.9348 11.08480.01039 Residual813665.56521708.1957 Total932600.5000 CoefficientsStandard Errort StatP-valueLower 95%Upper 95% Intercept98.2483358.033481.692960.12892-35.57720232.07386 Square Feet0.109770.032973.329380.010390.033740.18580

30 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-30 Comparing Standard Errors YY X X S YX is a measure of the variation of observed Y values from the regression line The magnitude of S YX should always be judged relative to the size of the Y values in the sample data

31 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-31 Assumptions of Regression L.I.N.E  Linearity  The relationship between X and Y is linear  Independence of Errors  Error values are statistically independent  Normality of Error  Error values are normally distributed for any given value of X  Equal Variance (also called homoscedasticity)  The probability distribution of the errors has constant variance

32 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-32 Residual Analysis  The residual for observation i, e i, is the difference between its observed and predicted value  Check the assumptions of regression by examining the residuals  Examine for Linearity assumption  Evaluate Independence assumption  Evaluate Normal distribution assumption  Examine Equal variance for all levels of X  Graphical Analysis of Residuals  Can plot residuals vs. X

33 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-33 Residual Analysis for Linearity Not LinearLinear x residuals x Y x Y x

34 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-34 Residual Analysis for Independence Not IndependentIndependent X X residuals X

35 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-35 Checking for Normality  Examine the Stem-and-Leaf Display of the Residuals  Examine the Box-and-Whisker Plot of the Residuals  Examine the Histogram of the Residuals  Construct a Normal Probability Plot of the Residuals

36 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-36 Residual Analysis for Equal Variance Unequal varianceEqual variance xx Y x x Y residuals

37 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-37 Linear Regression Example Excel Residual Output RESIDUAL OUTPUT Predicted House PriceResiduals 1251.92316-6.923162 2273.8767138.12329 3284.85348-5.853484 4304.062843.937162 5218.99284-19.99284 6268.38832-49.38832 7356.2025148.79749 8367.17929-43.17929 9254.667464.33264 10284.85348-29.85348 Does not appear to violate any regression assumptions

38 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-38 Measuring Autocorrelation: The Durbin-Watson Statistic  Used when data are collected over time to detect if autocorrelation is present  Autocorrelation exists if residuals in one time period are related to residuals in another period

39 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-39 Autocorrelation  Autocorrelation is correlation of the errors (residuals) over time  Violates the regression assumption that residuals are statistically independent  Here, residuals suggest a cyclic pattern, not random

40 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-40 The Durbin-Watson Statistic  The possible range is 0 ≤ D ≤ 4  D should be close to 2 if H 0 is true  D less than 2 may signal positive autocorrelation, D greater than 2 may signal negative autocorrelation  The Durbin-Watson statistic is used to test for autocorrelation H 0 : residuals are not correlated H 1 : autocorrelation is present

41 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-41 The Durbin-Watson Statistic  Calculate the Durbin-Watson test statistic = D (The Durbin-Watson Statistic can be found using Excel or PhStat) Decision rule: reject H 0 if D < d L H 0 : positive autocorrelation does not exist H 1 : positive autocorrelation is present 0dUdU 2dLdL Reject H 0 Do not reject H 0  Find the values d L and d U from the Durbin-Watson table (for sample size n and number of independent variables k) Inconclusive

42 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-42 The Durbin-Watson Statistic  Example with n = 25: Durbin-Watson Calculations Sum of Squared Difference of Residuals3296.18 Sum of Squared Residuals3279.98 Durbin-Watson Statistic1.00494 Excel output:

43 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-43 The Durbin-Watson Statistic  Here, n = 25 and there is k = 1 independent variable  Using the Durbin-Watson table, d L = 1.29 and d U = 1.45  D = 1.00494 < d L = 1.29, so reject H 0 and conclude that significant positive autocorrelation exists  Therefore the linear model is not the appropriate model to predict sales Decision: reject H 0 since D = 1.00494 < d L 0d U =1.452d L =1.29 Reject H 0 Do not reject H 0 Inconclusive

44 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-44 Inferences About the Slope: t Test  t test for a population slope  Is there a linear relationship between X and Y?  Null and alternative hypotheses  H 0 : β 1 = 0(no linear relationship)  H 1 : β 1 ≠ 0(linear relationship does exist)  Test statistic where: b 1 = regression slope coefficient β 1 = hypothesized slope S b1 = standard error of the slope p-value=TDIST(t n-2,2 )

45 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-45 Inferences About the Slope: t Test Example House Price in $1000s (y) Square Feet (x) 2451400 3121600 2791700 3081875 1991100 2191550 4052350 3242450 3191425 2551700 Estimated Regression Equation: The slope of this model is 0.1098 Is there a relationship between the square footage of the house and its sales price?

46 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-46 Inferences about the Slope: t Test Example H 0 : β 1 = 0 H 1 : β 1  0 From Excel output: CoefficientsStandard Errort StatP-value Intercept98.2483358.033481.692960.12892 Square Feet0.109770.032973.329380.01039 b1b1

47 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-47 Inferences About the Slope: t Test Example  H 0 : β 1 = 0  H 1 : β 1 ≠ 0 From Excel output: CoefficientsStandard Errort StatP-value Intercept98.2483358.033481.692960.12892 Square Feet0.109770.032973.329380.01039 P-Value There is sufficient evidence that square footage affects house price. Decision: Reject H 0, since p-value < α

48 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-48 Confidence Interval Estimate for the Slope Confidence Interval Estimate of the Slope: Excel Printout for House Prices: At the 95% level of confidence, the confidence interval for the slope is (0.0337, 0.1858) CoefficientsStandard Errort StatP-valueLower 95%Upper 95% Intercept98.2483358.033481.692960.12892-35.57720232.07386 Square Feet0.109770.032973.329380.010390.033740.18580 d.f. = n - 2

49 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-49 Confidence Interval Estimate for the Slope Since the units of the house price variable is $1000s, you are 95% confident that the mean change in sales price is between $33.74 and $185.80 per square foot of house size CoefficientsStandard Errort StatP-valueLower 95%Upper 95% Intercept98.2483358.033481.692960.12892-35.57720232.07386 Square Feet0.109770.032973.329380.010390.033740.18580 This 95% confidence interval does not include 0. Conclusion: There is a significant relationship between house price and square feet at the.05 level of significance

50 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-50 Estimating Mean Values and Predicting Individual Values X Y = b 0 +b 1 X i  Confidence Interval for the mean of Y, given X i Prediction Interval for an individual Y, given X i Goal: Form intervals around Y to express uncertainty about the value of Y for a given X i Y X i Y 

51 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-51 Confidence Interval for the Average Y, Given X Confidence interval estimate for the mean value of Y given a particular X i Size of interval varies according to distance away from mean, X

52 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-52 Prediction Interval for an Individual Y, Given X Prediction interval estimate for an individual value of Y given a particular X i This extra term adds to the interval width to reflect the added uncertainty for an individual case

53 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-53 Estimation of Mean Values: Example Find the 95% confidence interval for the mean price of 2,000 square-foot houses Predicted Price Y i = 317.85 ($1,000s)  Confidence Interval Estimate for μ Y|X=X The confidence interval endpoints are 280.66 and 354.90, or from $280,660 to $354,900 i

54 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-54 Estimation of Individual Values: Example Find the 95% prediction interval for an individual house with 2,000 square feet Predicted Price Y i = 317.85 ($1,000s)  Prediction Interval Estimate for Y X=X The prediction interval endpoints are 215.50 and 420.07, or from $215,500 to $420,070 i

55 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-55 Finding Confidence and Prediction Intervals in Excel  In Excel, use PHStat | regression | simple linear regression …  Check the “confidence and prediction interval for X=” box and enter the X-value and confidence level desired

56 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-56 Input values Finding Confidence and Prediction Intervals in Excel (continued) Confidence Interval Estimate for μ Y|X=Xi Prediction Interval Estimate for Y X=Xi Y 

57 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-57 Pitfalls of Regression Analysis  Lacking an awareness of the assumptions underlying least-squares regression  Not knowing how to evaluate the assumptions  Not knowing the alternatives to least-squares regression if a particular assumption is violated  Using a regression model without knowledge of the subject matter  Extrapolating outside the relevant range

58 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-58 Strategies for Avoiding the Pitfalls of Regression  Start with a scatter plot of X on Y to observe possible relationship  Perform residual analysis to check the assumptions  Plot the residuals vs. X to check for violations of assumptions such as equal variance  Use a histogram, stem-and-leaf display, box- and-whisker plot, or normal probability plot of the residuals to uncover possible non-normality

59 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-59 Strategies for Avoiding the Pitfalls of Regression  If there is violation of any assumption, use alternative methods or models  If there is no evidence of assumption violation, then test for the significance of the regression coefficients and construct confidence intervals and prediction intervals  Avoid making predictions or forecasts outside the relevant range

60 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-60 Chapter Summary  Introduced types of regression models  Reviewed assumptions of regression and correlation  Discussed determining the simple linear regression equation  Described measures of variation  Discussed residual analysis  Addressed measuring autocorrelation In this chapter, we have

61 Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-61 Chapter Summary  Described inference about the slope  Discussed correlation -- measuring the strength of the association  Addressed estimation of mean values and prediction of individual values  Discussed possible pitfalls in regression and recommended strategies to avoid them In this chapter, we have


Download ppt "Statistics for Managers Using Microsoft Excel, 5e © 2008 Prentice-Hall, Inc.Chap 13-1 Statistics for Managers Using Microsoft® Excel 5th Edition Chapter."

Similar presentations


Ads by Google