Presentation is loading. Please wait.

Presentation is loading. Please wait.

1 CHANGES IN THE UNITS OF MEASUREMENT Suppose that the units of measurement of Y or X are changed. How will this affect the regression results? Intuitively,

Similar presentations


Presentation on theme: "1 CHANGES IN THE UNITS OF MEASUREMENT Suppose that the units of measurement of Y or X are changed. How will this affect the regression results? Intuitively,"— Presentation transcript:

1 1 CHANGES IN THE UNITS OF MEASUREMENT Suppose that the units of measurement of Y or X are changed. How will this affect the regression results? Intuitively, we would anticipate that nothing of substance will be changed, and this is correct.

2 2 We will demonstrate this for the estimates of the regression coefficients in this section, and we will trace the implications for the rest of the regression output in due course. We begin by supposing that the true and fitted models are as shown above. CHANGES IN THE UNITS OF MEASUREMENT

3 3 We now suppose that the units of measurement of Y are changed, with the new measure, Y*, being a linear function of the old one. CHANGES IN THE UNITS OF MEASUREMENT

4 4 Typically, a change of measurement involves a simple multiplicative scaling, such as when we convert pounds into grams. CHANGES IN THE UNITS OF MEASUREMENT

5 5 However, one occasionally encounters a full linear transformation. Conversion of temperatures from degrees Celsius to degrees Fahrenheit is an example. CHANGES IN THE UNITS OF MEASUREMENT

6 6 Regressing Y* on X, the new slope coefficient b 2 * is as shown. CHANGES IN THE UNITS OF MEASUREMENT

7 7 We substitute for Y* from the linear relationship defining it. CHANGES IN THE UNITS OF MEASUREMENT

8 8 The 1 terms cancel. 2 is a common factor in the numerator. CHANGES IN THE UNITS OF MEASUREMENT

9 9 We find that the new slope coefficient is equal to the original one, multiplied by 2. CHANGES IN THE UNITS OF MEASUREMENT

10 10 This is logical. A unit change in Y is the same as a change of 2 units in Y*. According to the regression equation, a unit change in X leads to a change of b 2 units in Y, so it should lead to a change of 2 b 2 units in Y*. CHANGES IN THE UNITS OF MEASUREMENT

11 11 The effect on the intercept will be left as an exercise. The effect of a change in the units of measurement of X will also be left as an exercise. CHANGES IN THE UNITS OF MEASUREMENT

12 12 However, we will consider a special case of a change in the measurement of X. Often the intercept in a regression equation has no sensible interpretation because X = 0 is distant from the data range. CHANGES IN THE UNITS OF MEASUREMENT

13 13 CHANGES IN THE UNITS OF MEASUREMENT The earnings function discussed in the previous slideshow is an example, with the intercept actually being negative. EARNINGS = –13.93 + 2.46 S ^

14 14 CHANGES IN THE UNITS OF MEASUREMENT Here is the output for the regression.. reg EARNINGS S Source | SS df MS Number of obs = 540 -------------+------------------------------ F( 1, 538) = 112.15 Model | 19321.5589 1 19321.5589 Prob > F = 0.0000 Residual | 92688.6722 538 172.283777 R-squared = 0.1725 -------------+------------------------------ Adj R-squared = 0.1710 Total | 112010.231 539 207.811189 Root MSE = 13.126 ------------------------------------------------------------------------------ EARNINGS | Coef. Std. Err. t P>|t| [95% Conf. Interval] -------------+---------------------------------------------------------------- S | 2.455321.2318512 10.59 0.000 1.999876 2.910765 _cons | -13.93347 3.219851 -4.33 0.000 -20.25849 -7.608444 ------------------------------------------------------------------------------

15 15 CHANGES IN THE UNITS OF MEASUREMENT The intercept is a meaningless negative number. Literally, it is the predicted level of hourly earnings for those with zero years of schooling, but nobody in the sample had fewer than seven years of schooling and only 31 had fewer than twelve years.. reg EARNINGS S Source | SS df MS Number of obs = 540 -------------+------------------------------ F( 1, 538) = 112.15 Model | 19321.5589 1 19321.5589 Prob > F = 0.0000 Residual | 92688.6722 538 172.283777 R-squared = 0.1725 -------------+------------------------------ Adj R-squared = 0.1710 Total | 112010.231 539 207.811189 Root MSE = 13.126 ------------------------------------------------------------------------------ EARNINGS | Coef. Std. Err. t P>|t| [95% Conf. Interval] -------------+---------------------------------------------------------------- S | 2.455321.2318512 10.59 0.000 1.999876 2.910765 _cons | -13.93347 3.219851 -4.33 0.000 -20.25849 -7.608444 ------------------------------------------------------------------------------

16 16 CHANGES IN THE UNITS OF MEASUREMENT Sometimes it is useful to deal with this problem by defining X* as the deviation of X about its sample mean.

17 17 Note that, by definition, the sample sum of X i * is 0, and hence the mean value of X* is zero.. CHANGES IN THE UNITS OF MEASUREMENT

18 18 If we regress Y on X* instead of X, the slope coefficient is not affected. CHANGES IN THE UNITS OF MEASUREMENT

19 19 The intercept is now the fitted value of Y at the sample mean of X. This is the sample mean of Y and it may be more informative for analytical purposes. CHANGES IN THE UNITS OF MEASUREMENT

20 20 We will investigate the effect of demeaning schooling int he wage equation example. First, we find the sample mean. (In Stata, we use the ‘sum’ command.) We find that the mean is 13.67 years, and we define a new variable SDEV by subtracting 13.67 from S. ------------------------------------------------------------------------------. sum S Variable | Obs Mean Std. Dev. Min Max -------------+-------------------------------------------------------- S | 540 13.67222 2.438476 7 20. gen SDEV = S - 13.67 CHANGES IN THE UNITS OF MEASUREMENT

21 21 Here is the output using SDEV instead of S. The intercept, 19.63, now gives the predicted earnings of those with mean schooling.. reg EARNINGS SDEV Source | SS df MS Number of obs = 540 -------------+------------------------------ F( 1, 538) = 112.15 Model | 19321.5587 1 19321.5587 Prob > F = 0.0000 Residual | 92688.6723 538 172.283778 R-squared = 0.1725 -------------+------------------------------ Adj R-squared = 0.1710 Total | 112010.231 539 207.811189 Root MSE = 13.126 ------------------------------------------------------------------------------ EARNINGS | Coef. Std. Err. t P>|t| [95% Conf. Interval] -------------+---------------------------------------------------------------- SDEV | 2.455321.2318512 10.59 0.000 1.999876 2.910765 _cons | 19.63077.5648401 34.75 0.000 18.5212 20.74033 ------------------------------------------------------------------------------ CHANGES IN THE UNITS OF MEASUREMENT

22 22 Comparing the new output with the original, we see that, apart from the standard error and t statistic of the intercept, nothing else has changed. CHANGES IN THE UNITS OF MEASUREMENT. reg EARNINGS SDEV Source | SS df MS Number of obs = 540 -------------+------------------------------ F( 1, 538) = 112.15 Model | 19321.5587 1 19321.5587 Prob > F = 0.0000 Residual | 92688.6723 538 172.283778 R-squared = 0.1725 -------------+------------------------------ Adj R-squared = 0.1710 Total | 112010.231 539 207.811189 Root MSE = 13.126 ------------------------------------------------------------------------------ EARNINGS | Coef. Std. Err. t P>|t| [95% Conf. Interval] SDEV | 2.455321.2318512 10.59 0.000 1.999876 2.910765 _cons | 19.63077.5648401 34.75 0.000 18.5212 20.74033 ------------------------------------------------------------------------------. reg EARNINGS S Source | SS df MS Number of obs = 540 -------------+------------------------------ F( 1, 538) = 112.15 Model | 19321.5589 1 19321.5589 Prob > F = 0.0000 Residual | 92688.6722 538 172.283777 R-squared = 0.1725 -------------+------------------------------ Adj R-squared = 0.1710 Total | 112010.231 539 207.811189 Root MSE = 13.126 ------------------------------------------------------------------------------ EARNINGS | Coef. Std. Err. t P>|t| [95% Conf. Interval] S | 2.455321.2318512 10.59 0.000 1.999876 2.910765 _cons | -13.93347 3.219851 -4.33 0.000 -20.25849 -7.608444 ------------------------------------------------------------------------------

23 23 This is exactly as one would expect. The only effect of the demeaning of S is to move the vertical axis to the point that was formerly 13.67. As a consequence, the intercept becomes 19.63. Otherwise, the regression line is unaffected. CHANGES IN THE UNITS OF MEASUREMENT EARNINGS = 19.63 + 2.46 S ^

24 Copyright Christopher Dougherty 2012. These slideshows may be downloaded by anyone, anywhere for personal use. Subject to respect for copyright and, where appropriate, attribution, they may be used as a resource for teaching an econometrics course. There is no need to refer to the author. The content of this slideshow comes from Section 1.4 of C. Dougherty, Introduction to Econometrics, fourth edition 2011, Oxford University Press. Additional (free) resources for both students and instructors may be downloaded from the OUP Online Resource Centre http://www.oup.com/uk/orc/bin/9780199567089/http://www.oup.com/uk/orc/bin/9780199567089/. Individuals studying econometrics on their own who feel that they might benefit from participation in a formal course should consider the London School of Economics summer school course EC212 Introduction to Econometrics http://www2.lse.ac.uk/study/summerSchools/summerSchool/Home.aspx http://www2.lse.ac.uk/study/summerSchools/summerSchool/Home.aspx or the University of London International Programmes distance learning course EC2020 Elements of Econometrics www.londoninternational.ac.uk/lsewww.londoninternational.ac.uk/lse. 2012.10.28


Download ppt "1 CHANGES IN THE UNITS OF MEASUREMENT Suppose that the units of measurement of Y or X are changed. How will this affect the regression results? Intuitively,"

Similar presentations


Ads by Google