How much does education affect wage rates? The data file cps4_small.dat contains 1000 observations on hourly wage rates, education, and other variables from the 2008 Current Population Survey (CPS). (a) Estimate the linear regression WAGE = B1 B2EDUC + € (use the command lm ( ) ) What is the average effect of an aditional year of education on wage? (b) Calculate the least squares residuals and plot them against EDUC. Should any patterns be evident in the least squares residuals? Hint: suppose you call your regression as reg, then you can plot the residuals using the command: plot(cps4_small$educ, reg$resid, xlab = 'educ', ylab = 'residuals') (e) Estimate the quadratic regression WAGE ' = α1 + α2EDUC² + e. Estimate the marginal effect (that is the slope Ay/Ax) of an additional year of education on wage for a person with 12 years of education, and for a person with 14 years of education. Compare these values to the estimated marginal effect of education from the linear regression in part (b). (f) Plot a scatter plot of wage and eductaion with the fitted linear model from part (b) and the fitted values from the quadratic model from part (e) in the same graph with the data on WAGE and EDUC. Which model appears to fit the data better? Hint: If you call your first regression as reg and your second regression as reg2, You can generate the plot using the following commands: plot(cps4_small$educ, cps4_small$wage) i <- order(cps4_small$educ) (get indices that order the vector) lines (cps4_small$educ[i], fitted (reg) [i], col = 'blue') lines (cps4_small$educ[i], fitted (reg2) [i], col = 'red') (g) Construct a histogram of In(WAGE). Compare the shape of this histogram to that for WAGE from part a. Which appears more symmetric and bell-shaped? Hint: The histograms can be generated using the following commands: hist (cps4_small$wage,20) hist (log(cps4_small$wage), 20) (h) Estimate the log-linear regression In(WAGE) = Y1 + Y2EDUC + e. Estimate the marginal effect of another year of education on wage for a person with 12 years of education, and for a person with 14 years of education.

Linear Algebra: A Modern Introduction
4th Edition
ISBN:9781285463247
Author:David Poole
Publisher:David Poole
Chapter7: Distance And Approximation
Section7.3: Least Squares Approximation
Problem 31EQ
Question
How much does education affect wage rates? The data file cps4_small.dat contains 1000 observations on hourly wage rates, education, and other variables
from the 2008 Current Population Survey (CPS).
(a) Estimate the linear regression WAGE
=
B1
B2EDUC + € (use the command lm ( ) )
What is the average effect of an aditional year of education on wage?
(b) Calculate the least squares residuals and plot them against EDUC. Should any patterns be evident in the least squares residuals?
Hint: suppose you call your regression as reg, then you can plot the residuals using the command:
plot(cps4_small$educ, reg$resid, xlab = 'educ', ylab = 'residuals')
(e) Estimate the quadratic regression WAGE ' = α1 + α2EDUC² + e.
Estimate the marginal effect (that is the slope Ay/Ax) of an additional year of education on wage for a person with 12 years of education,
and for a person with 14 years of education. Compare these values to the estimated marginal effect of education from the linear regression in
part (b).
(f) Plot a scatter plot of wage and eductaion with the fitted linear model from part (b) and the fitted values from the quadratic model from part
(e) in the same graph with the data on WAGE and EDUC. Which model appears to fit the data better?
Hint: If you call your first regression as reg and your second regression as reg2,
You can generate the plot using the following commands:
plot(cps4_small$educ, cps4_small$wage)
i <- order(cps4_small$educ) (get indices that order the vector)
lines (cps4_small$educ[i], fitted (reg) [i], col = 'blue')
lines (cps4_small$educ[i], fitted (reg2) [i], col = 'red')
(g) Construct a histogram of In(WAGE). Compare the shape of this histogram to that for WAGE from part a. Which appears more symmetric
and bell-shaped?
Hint: The histograms can be generated using the following commands:
hist (cps4_small$wage,20)
hist (log(cps4_small$wage), 20)
(h) Estimate the log-linear regression In(WAGE) = Y1 + Y2EDUC + e. Estimate the marginal effect of another year of education on wage
for a person with 12 years of education, and for a person with 14 years of education.
Transcribed Image Text:How much does education affect wage rates? The data file cps4_small.dat contains 1000 observations on hourly wage rates, education, and other variables from the 2008 Current Population Survey (CPS). (a) Estimate the linear regression WAGE = B1 B2EDUC + € (use the command lm ( ) ) What is the average effect of an aditional year of education on wage? (b) Calculate the least squares residuals and plot them against EDUC. Should any patterns be evident in the least squares residuals? Hint: suppose you call your regression as reg, then you can plot the residuals using the command: plot(cps4_small$educ, reg$resid, xlab = 'educ', ylab = 'residuals') (e) Estimate the quadratic regression WAGE ' = α1 + α2EDUC² + e. Estimate the marginal effect (that is the slope Ay/Ax) of an additional year of education on wage for a person with 12 years of education, and for a person with 14 years of education. Compare these values to the estimated marginal effect of education from the linear regression in part (b). (f) Plot a scatter plot of wage and eductaion with the fitted linear model from part (b) and the fitted values from the quadratic model from part (e) in the same graph with the data on WAGE and EDUC. Which model appears to fit the data better? Hint: If you call your first regression as reg and your second regression as reg2, You can generate the plot using the following commands: plot(cps4_small$educ, cps4_small$wage) i <- order(cps4_small$educ) (get indices that order the vector) lines (cps4_small$educ[i], fitted (reg) [i], col = 'blue') lines (cps4_small$educ[i], fitted (reg2) [i], col = 'red') (g) Construct a histogram of In(WAGE). Compare the shape of this histogram to that for WAGE from part a. Which appears more symmetric and bell-shaped? Hint: The histograms can be generated using the following commands: hist (cps4_small$wage,20) hist (log(cps4_small$wage), 20) (h) Estimate the log-linear regression In(WAGE) = Y1 + Y2EDUC + e. Estimate the marginal effect of another year of education on wage for a person with 12 years of education, and for a person with 14 years of education.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Linear Algebra: A Modern Introduction
Linear Algebra: A Modern Introduction
Algebra
ISBN:
9781285463247
Author:
David Poole
Publisher:
Cengage Learning
College Algebra
College Algebra
Algebra
ISBN:
9781337282291
Author:
Ron Larson
Publisher:
Cengage Learning
Calculus For The Life Sciences
Calculus For The Life Sciences
Calculus
ISBN:
9780321964038
Author:
GREENWELL, Raymond N., RITCHEY, Nathan P., Lial, Margaret L.
Publisher:
Pearson Addison Wesley,
Glencoe Algebra 1, Student Edition, 9780079039897…
Glencoe Algebra 1, Student Edition, 9780079039897…
Algebra
ISBN:
9780079039897
Author:
Carter
Publisher:
McGraw Hill
Algebra & Trigonometry with Analytic Geometry
Algebra & Trigonometry with Analytic Geometry
Algebra
ISBN:
9781133382119
Author:
Swokowski
Publisher:
Cengage
Trigonometry (MindTap Course List)
Trigonometry (MindTap Course List)
Trigonometry
ISBN:
9781305652224
Author:
Charles P. McKeague, Mark D. Turner
Publisher:
Cengage Learning