1 / 76

Purpose of Regression Analysis

Purpose of Regression Analysis. Regression analysis is used primarily to model causality and provide prediction Predicts the value of a dependent (response) variable based on the value of at least one independent (explanatory) variable

dawn-henson
Télécharger la présentation

Purpose of Regression Analysis

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Purpose of Regression Analysis • Regression analysis is used primarily to model causality and provide prediction • Predicts the value of a dependent (response) variable based on the value of at least one independent (explanatory) variable • Explains the effect of the independent variables on the dependent variable

  2. Types of Regression Models Positive Linear Relationship Relationship NOT Linear Negative Linear Relationship No Relationship

  3. Simple Linear Regression Model • Relationship between variables is described by a linear function • The change of one variable causes the change in the other variable • A dependency of one variable on the other

  4. Population Linear Regression Population regression line is a straight line that describes the dependence of the average value (conditional mean) of one variable on the other Random Error Population SlopeCoefficient Population Y intercept Dependent (Response) Variable PopulationRegression Line (conditional mean) Independent (Explanatory) Variable

  5. Population Linear Regression (continued) Y (Observed Value of Y) = = Random Error (Conditional Mean) X Observed Value of Y

  6. Sample Linear Regression Sample regression line provides an estimate of the population regression line as well as a predicted value of Y SampleSlopeCoefficient Sample Y Intercept Residual Sample Regression Line (Fitted Regression Line, Predicted Value)

  7. Sample Linear Regression (continued) • and are obtained by finding the values of and that minimizes the sum of the squared residuals • provides an estimate of • provides and estimate of

  8. Sample Linear Regression (continued) Y X Observed Value

  9. Interpretation of the Slope and the Intercept • is the average value of Y when the value of X is zero. • measures the change in the average value of Y as a result of a one-unit change in X.

  10. Interpretation of the Slope and the Intercept (continued) • is the estimated average value of Y when the value of X is zero. • is the estimated change in the average value of Y as a result of a one-unit change in X.

  11. Simple Linear Regression: Example You want to examine the linear dependency of the annual sales of produce stores on their size in square footage. Sample data for seven stores were obtained. Find the equation of the straight line that fits the data best. Annual Store Square Sales Feet ($1000) 1 1,726 3,681 2 1,542 3,395 3 2,816 6,653 4 5,555 9,543 5 1,292 3,318 6 2,208 5,563 7 1,313 3,760

  12. Scatter Diagram: Example Excel Output

  13. Equation for the Sample Regression Line: Example From Excel Printout:

  14. Excel Output

  15. Graph of the Sample Regression Line: Example Yi = 1636.415 +1.487Xi 

  16. Interpretation of Results: Example The slope of 1.487 means that for each increase of one unit in X, we predict the average of Y to increase by an estimated 1.487 units. The model estimates that for each increase of one square foot in the size of the store, the expected annual sales are predicted to increase by $1487.

  17. How Good is the regression? • R2 • Confidence Intervals • Residual Plots • Analysis of Variance • Hypothesis (t) tests

  18. Measure of Variation: The Sum of Squares SST =SSR + SSE Total Sample Variability Unexplained Variability = Explained Variability +

  19. Measure of Variation: The Sum of Squares (continued) • SST = total sum of squares • Measures the variation of the Yi values around their mean Y • SSR = regression sum of squares • Explained variation attributable to the relationship between X and Y • SSE = error sum of squares • Variation attributable to factors other than the relationship between X and Y

  20. Measure of Variation: The Sum of Squares (continued) Y  SSE =(Yi-Yi )2 _  SST =(Yi-Y)2 _  SSR = (Yi -Y)2 _ Y X Xi

  21. The Coefficient of Determination • Measures the proportion of variation in Y that is explained by the independent variable X in the regression model

  22. Coefficients of Determination (r 2) and Correlation (r) r2 = 1, Y r = +1 Y r2 = 1, r = -1 ^ Y = b + b X i 0 1 i ^ Y = b + b X i 0 1 i X X r2 = .8, r2 = 0, r = +0.9 r = 0 Y Y ^ ^ Y = b + b X Y = b + b X i 0 1 i i 0 1 i X X

  23. Linear Regression Assumptions • Linearity • Normality • Y values are normally distributed for each X • Probability distribution of error is normal 2. Homoscedasticity (Constant Variance) 3. Independence of Errors

  24. Residual Analysis • Purposes • Examine linearity • Evaluate violations of assumptions • Graphical Analysis of Residuals • Plot residuals vs. Xi , Yi and time

  25. Residual Analysis for Linearity Y Y X X e e X X  Not Linear Linear

  26. Residual Analysis for Homoscedasticity Y Y X X SR SR X X  Homoscedasticity Heteroscedasticity

  27. Variation of Errors around the Regression Line • Y values are normally distributed around the regression line. • For each X value, the “spread” or variance around the regression line is the same. f(e) Y X2 X1 X Sample Regression Line

  28. Residual Analysis:Excel Output for Produce Stores Example Excel Output

  29. Residual Analysis for Independence Graphical Approach  Not Independent Independent e e Time Time Cyclical Pattern No Particular Pattern Residual is plotted against time to detect any autocorrelation

  30. Inference about the Slope: t Test • t test for a population slope • Is there a linear dependency of Y on X ? • Null and alternative hypotheses • H0: 1 = 0 (no linear dependency) • H1: 1 0 (linear dependency) • Test statistic

  31. Example: Produce Store Data for Seven Stores: Estimated Regression Equation: Annual Store Square Sales Feet ($000) 1 1,726 3,681 2 1,542 3,395 3 2,816 6,653 4 5,555 9,543 5 1,292 3,318 6 2,208 5,563 7 1,313 3,760  Yi = 1636.415 +1.487Xi The slope of this model is 1.487. Is square footage of the store affecting its annual sales?

  32. H0: 1 = 0 H1: 1 0 .05 df7 - 2 = 5 Critical Value(s): Inferences about the Slope: t Test Example Test Statistic: Decision: Conclusion: From Excel Printout Reject H0 Reject Reject .025 .025 There is evidence that square footage affects annual sales. t -2.5706 0 2.5706

  33. The Multiple Regression Model Relationship between 1 dependent & 2 or more independent variables is a linear function Population Y-intercept Population slopes Random Error Residual Dependent (Response) variable for sample Independent (Explanatory) variables for sample model

  34. Population Multiple Regression Model Bivariate model

  35. Sample Multiple Regression Model Bivariate model Sample Regression Plane

  36. Simple and Multiple Regression Compared • Coefficients in a simple regression pick up the impact of that variable plus the impacts of other variables that are correlated with it and the dependent variable. • Coefficients in a multiple regression net out the impacts of other variables in the equation.

  37. Simple and Multiple Regression Compared:Example • Two simple regressions: • Multiple regression:

  38. Multiple Linear Regression Equation Too complicated by hand! Ouch!

  39. Interpretation of Estimated Coefficients • Slope (bi) • Estimated that the average value of Y changes by bi for each 1 unit increase in Xi holding all other variables constant (ceteris paribus) • Example: if b1 = -2, then fuel oil usage (Y) is expected to decrease by an estimated 2 gallons for each 1 degree increase in temperature (X1) given the inches of insulation (X2) • Y-intercept (b0) • The estimated average value of Y when all Xi = 0

  40. Multiple Regression Model: Example (0F) Develop a model for estimating heating oil used for a single family home in the month of January based on average temperature and amount of insulation in inches.

  41. Sample Multiple Regression Equation: Example Excel Output For each degree increase in temperature, the estimated average amount of heating oil used is decreased by 5.437 gallons, holding insulation constant. For each increase in one inch of insulation, the estimated average use of heating oil is decreased by 20.012 gallons, holding temperature constant.

  42. Confidence Interval Estimate for the Slope Provide the 95% confidence interval for the population slope 1(the effect of temperature on oil consumption). -6.169 1 -4.704 The estimated average consumption of oil is reduced by between 4.7 gallons to 6.17 gallons per each increase of 10 F.

  43. Coefficient of Multiple Determination • Proportion of total variation in Y explained by all X variables taken together • Never decreases when a new X variable is added to model • Disadvantage when comparing models

  44. Adjusted Coefficient of Multiple Determination • Proportion of variation in Y explained by all X variables adjusted for the number of X variables used • Penalize excessive use of independent variables • Smaller than • Useful in comparing among models

  45. Coefficient of Multiple Determination Excel Output • Adjusted r2 • reflects the number of explanatory variables and sample size • is smaller than r2

  46. Interpretation of Coefficient of Multiple Determination • 96.56% of the total variation in heating oil can be explained by different temperature and amount of insulation • 95.99% of the total fluctuation in heating oil can be explained by different temperature and amount of insulation after adjusting for the number of explanatory variables and sample size

  47. Using The Model to Make Predictions Predict the amount of heating oil used for a home if the average temperature is 300 and the insulation is six inches. The predicted heating oil used is 278.97 gallons

  48. Testing for Overall Significance • Shows if there is a linear relationship between all of the X variables together and Y • Use F test statistic • Hypotheses: • H0: 1 = 2 = … = k = 0 (no linear relationship) • H1: at least one i  0 ( at least one independent variable affects Y ) • The null hypothesis is a very strong statement • Almost always reject the null hypothesis

  49. Test for Significance:Individual Variables • Shows if there is a linear relationship between the variable Xi and Y • Use t test statistic • Hypotheses: • H0: i= 0 (no linear relationship) • H1: i 0 (linear relationship between Xi and Y)

  50. Residual Plots • Residuals vs. • May need to transform variable • Residuals vs. • May need to transform variable • Residuals vs. time • May have autocorrelation

More Related