340 likes | 462 Views
Multiple Regression Models. Lecture 14. Today’s plan. How to read the estimated coefficients Functional form Testing the explanatory power of the model Adjustment to R 2. Reading coefficients. With a bi-variate model we could easily determine how a change in X affects Y.
E N D
Multiple Regression Models Lecture 14
Today’s plan • How to read the estimated coefficients • Functional form • Testing the explanatory power of the model • Adjustment to R2
Reading coefficients • With a bi-variate model we could easily determine how a change in X affects Y • With a multivariate model , determining how a change in X2 affects Y is more complicated • For a multivariate regression, you must hold X1 constant to determine the effect of a change in X2 on Y • For this reason we call the slope coefficients in a multivariate regression the partial regression coefficients
Reading coefficients Example • Back to our earnings and education example from L11.xls • For our estimated multivariate regression equation, the expectation of Y is: E(Y) = 4.135 + 0.057 X1 + 0.023 X2 • If we hold age constant at 30, the expectation of Y becomes: E(Y) = 4.135 + 0.057 X1 + 0.023 (30) = 4.135 + 0.023 (30) + 0.057 X1 • What we’re doing here is looking at the relationship between education and earnings for 30 year olds • This can also be done for any other age, i.e. 50 year olds: E(Y) = 4.135 + 0.057 X1 + 0.023 (50)
Functional form • Our example on earnings and years of education has some economic theory in its foundation - but basically an ‘ad-hoc’ specification. We know we want to test the relationship between earnings and years of schooling. • Let’s look at another example that is based on economic theory: the Cobb-Douglas production function Y = ALK • If we want to test for constant returns to scale + = 1
Functional form (2) • We can get the equation into a form we can estimate by taking logs: ln Y = ln A + ln L + ln K • This is called log linear form since all the variables are in logs • The model is now linear in parameters so we can use least squares to estimate it • The log linear form gives us estimated coefficients that are elasticities: the estimates of and give us the elasticities of labor and capital with respect to output
Example with longitudinal data • L14-1.xls is on the web. It contains information on companies in the UK private sector. Data from DATASTREAM; for US: COMPUSTAT • Note that this is a longitudinal data set - we are analyzing the same agents (the companies) over time • I have calculated the true output elasticity with respect to labor for a 100% change in labor and the true output elasticity with respect to labor for a 10% change in labor • Note that the larger the increase in the independent variable, the further the approximation is from the coefficient
Example with longitudinal data (2) • If we want to calculate the true change, we need to calculate: • If we want to estimate the Cobb-Douglas production function, we use the partial slope coefficients • We can calculate the partial slope coefficients :
Example with longitudinal data (3) • Adding our estimates together we find: • Later on we’ll test the constraint that + = 1
W The equation representing this relationship between unemployment and wage inflation is: Un Phillips Curve • The Phillips Curve is an example of ad-hoc variable inclusion
Phillips Curve (2) • With ad-hoc specification we don’t know what other variables are relevant • we need to make informed guesses determined by what we know of economic theory
The story so far • Functional form • Omitted variable bias • Types of data • Cross section: earnings and education • Panel/longitudinal: Cobb-Douglas • Time-series: Phillips Curve
Variation in multivariate models • Let our model be • We still want to calculate: • How to calculate these values.
Variation in multivariate models (2) • It still holds that the variance of the regression line is • It also still holds that:
Test statistics in multivariate models • We will start with the sum of squares identity, where: Total = Explained + Residual or • But, the composition of the ESS will be different - our sum of squares identity will look like this: • As you add more independent variables to the model, more terms get added to the ESS
Test statistics in multivariate models (2) • Our R2 is: • Now let’s look back to an example from an earlier lecture • we looked at the returns to earnings of education (b1) and age (b2) • calculate the test statistics and consider model problems
Test statistics in multivariate models (3) • On an exam you may be asked to estimate the regression line, given a matrix of products and cross-products like this: • You will also be given these these values:
Test statistics in multivariate models (4) • The regression line we calculated earlier is: • We can start our calculations with: • Taking the square root, we find the root mean square error:
Test statistics in multivariate models (5) • We can then calculate: • Taking the square root gives us
Test statistics in multivariate models (6) • We can then calculate: • Taking the square root gives
Hypothesis test on education • We can also form a null hypothesis • The t-ratio is calculated: • For a significance level of 5% we have a table t value of t/2,33 = 2.035 • Since |t| < t /2 , we accept the null hypothesis • Recall that the purpose of the test was to examine whether or not education has an effect on earnings. Can we accept this given what we know about economics?
Hypothesis test on age • We construct another hypothesis test: • The t-ratio is calculated: • For a significance level of 5% we have a table t value of t/2,33 = 2.035 • Since |t| > t /2 , we reject the null hypothesis
Looking at R2 • Let’s look at R2: • This is a rather low R2 • This means that the regression equation doesn’t explain the variation well • The regression equation only explains about 1/5 of the variation in Y
Looking at R2 (2) • What should we do about the form of our estimated equation when years of education are shown to be statistically insignificant at our chosen significance level? • We chose a 5% significance level for our test, but we might have been able to reject the null at a different significance level • Remember: with hypothesis test we want to reduce the number of type I errors where we falsely reject a null
Testing explanatory power • What if we examined the regression equation as a whole? • To do so, we look at this null hypothesis: H0 : b1 = b2 = 0 • This says that neither of the independent variables has any explanatory power • To test this, we will use an F test
Testing explanatory power (2) • The F statistic that we’re looking at can be found on the LINEST output • The F test comes from the ANOVA table for the multivariate case, which looks like this:
^ ^ ^ Testing explanatory power (3) • The F statistic will look like: • Using the F table, you choose a significance level and use the degrees of freedom in the numerator and denominator, or F0.05, 2, 33 • The 1st row in the table is df in the numerator • The 1st column is the df in the denominator • The 2nd column is the significance level
F table value H0: Accepting the null H1: Rejecting the null F Testing explanatory power (4) • If our calculated F statistic is greater than (to the right of) our F table value, we reject the null • If our calculated F statistic is less than (to the left of) our F table value, we accept the null
Testing explanatory power (5) • Looking at the F table, we find that there is no value for exactly 33 df • We have to approximate using 30 df instead • Our approximated F value is F0.05, 2, 33 3.29 • We reject the null because F > F0.05, 2, 33 • Had we picked a 1% significance level, or F table value would be F0.01, 2, 33 5.27 • and we would’ve accepted the null because F < F0.01, 2, 33
F* value 5% 1% F 3.29 3.81 5.27 Testing explanatory power (6) • In summary, we’re more likely to reject the null at a greater significance level • In this case, we rejected at a 5% significance level and accepted at a 1% level • Graphically:
Testing explanatory power (7) • The t-test suggests that we should remove years of education from our regression • An F-test on the joint hypothesis rejects the null, but the test is weak. At a lower significance level (1 percent), we would have accepted the null. • In this instance, we want to keep the years of education variable in the equation because of what we know of economic theory • What to do? Conclude that the economic theory is weak. Obtain more data and try again!
Adjustment to R2 • The more variables added to a regression, the higher R2 will be • R2 is important, but it isn’t the sole criteria for judging a model’s explanatory power • Adjusted R2 adjusts for the loss in degrees of freedom associated with adding independent variables to the regression
Adjustment to R2 (2) • Adjusted R2 is written as Adj R2 = 1 - (1 - R2)((n - 1)/(n - k)) n : sample size k : number of parameters in the regression
What’s next • Restricted least squares and the Cobb Douglas Production function • Including qualitative indicators into the regression equation (e.g. race, gender, marital status).