Question

In: Math

I was given this problem: PART A: Consider the following model of wage determination: wage= 0+1educ+2exper+3married+ε...

I was given this problem:

PART A:

Consider the following model of wage determination:

wage= 0+1educ+2exper+3married+ε

where:    wage = hourly earnings in dollars

    educ = years of education

    exper = years of experience

    married = dummy equal to 1 if married, 0 otherwise

Using data from the file ps2.dta, which contains wage data for a number of workers from across the United States, estimate the model shown above by OLS using the regress command in Stata. As always, be sure to include your Stata output (show the regression command used and the complete regression output).

Why are we unable to determine which of the included variables is the most important determinant of wages by simply looking at the size (and perhaps significance) of the estimated coefficients (even if we were confident that these estimates reflected unbiased causal impacts)?

My answer to PART A:

. regress wage educ exper married

     Source |       SS df       MS Number of obs  = 526

-------------+----------------------------------   F(3, 522) = 54.97

      Model |  1719.00074         3 573.000246 Prob > F        = 0.0000

   Residual |  5441.41355     522 10.4241639 R-squared       = 0.2401

-------------+----------------------------------   Adj R-squared = 0.2357

      Total |  7160.41429       525 13.6388844 Root MSE        = 3.2286

------------------------------------------------------------------------------

       wage |    Coef. Std. Err.      t P>|t| [95% Conf. Interval]

-------------+----------------------------------------------------------------

       educ | .6128507   .0542332 11.30 0.000     .5063084 .7193929

      exper |   .0568845 .0116387     4.89 0.000 .0340201     .079749

    married |   .9894464 .309198     3.20 0.001 .3820212    1.596872

      _cons |  -3.372934   .7599027 -4.44   0.000 -4.865777 -1.880091

We are unable to determine which of the independent variables is the strongest predictor of wage because the predictors use different units of measurement.

Is this answer correct?

PART B:

Estimate the model again in Stata, but now include the “beta” option and explain how the additional information provided helps to provide insight into this issue discussed in part (c). As part of your answer, provide a clear interpretation of the new Stata output corresponding to the educ variable.  

My answer to PART B:

The “, beta” command, shows us the standardized coefficients and enables us to make a comparison of the independent variables’ relationship to the dependent variable; the higher the absolute value of the beta coefficient for each the independent variable, the stronger predictor it is of the dependent variable. The beta coefficient shows how one unit change in the independent variable’s standard deviation corresponds to a change in the standard deviation of the dependent variable. From the STATA output, are able to see that educ has the highest beta coefficient, meaning that education is the strongest predictor of wage. Whether or not someone is married is the weakest predictor of wage.

regress wage educ exper married, beta

     Source |       SS df       MS Number of obs  = 526

-------------+----------------------------------   F(3, 522) = 54.97

      Model |  1719.00074         3 573.000246 Prob > F        = 0.0000

   Residual |  5441.41355     522 10.4241639 R-squared       = 0.2401

-------------+----------------------------------   Adj R-squared = 0.2357

      Total |  7160.41429       525 13.6388844 Root MSE        = 3.2286

------------------------------------------------------------------------------

       wage |    Coef. Std. Err.      t P>|t|        Beta

-------------+----------------------------------------------------------------

       educ | .6128507   .0542332 11.30 0.000                 .4595065

      exper |   .0568845 .0116387     4.89 0.000     .2090517

    married |   .9894464 .309198     3.20 0.001     .1308998

      _cons |  -3.372934   .7599027 -4.44   0.000         .

Is my answer correct?

Solutions

Expert Solution

The answer is absolutely correct and needs no further explanations

wage |    Coef. Std. Err.      t P>|t|        Beta

-------------+----------------------------------------------------------------

       educ | .6128507   .0542332 11.30 0.000                 .4595065

      exper |   .0568845 .0116387     4.89 0.000     .2090517

    married |   .9894464 .309198     3.20 0.001     .1308998

      _cons | -3.372934   .7599027 -4.44   0.000

Just one more point , you must also look at the p values of the variables to ensure that the independent variable under question is statistically signficant for the model or not. if the p value is less than 0.01 (or assumed alpha ) then the variable is statistically signficant. Else the variable is not signficant for the model


Related Solutions

Recall that a sequence an is Cauchy if, given ε > 0, there is an N...
Recall that a sequence an is Cauchy if, given ε > 0, there is an N such that whenever m, n > N, |am − an| < ε. Prove that every Cauchy sequence of real numbers converges.
Consider the constant-elasticity demand function Q = p−ε, where ε > 0. Solve for the inverse...
Consider the constant-elasticity demand function Q = p−ε, where ε > 0. Solve for the inverse demand function p(Q). Calculate the demand price elasticity. Show that p(Q)/MR(Q) is independent of the output level Q. (Hint: Use the relationship between marginal revenue and the elasticity of demand.)
Problem 6 Part a) Given the following information, what is the amount of: i) the direct...
Problem 6 Part a) Given the following information, what is the amount of: i) the direct materials cost variance and ii) the direct materials efficiency variance? Actual direct materials cost = $1.00 per pound Standard direct materials cost = $1.10 per pound Actual quantity purchased and used = 2,000 pounds Standard quantity that should have been used = 1,800 pounds _________________________ _________________________ Part b) Given the following information, what is the amount of: i) the direct labor cost variance and...
Use the perfectly competitive model of wage determination (with a single labor market) to predict the...
Use the perfectly competitive model of wage determination (with a single labor market) to predict the e ects of repealing immigration laws (i.e., opening the borders to all immigrants) on the level of employment and the equilibrium wage in the United States. What is the e ect on unemployment once the labor market reaches the new equilbrium?
Consider the following national income model: ? − ? − ?< − ?< = 0 ?...
Consider the following national income model: ? − ? − ?< − ?< = 0 ? − ? − ?(? − ?) = 0 ? − ? − ?? = 0 where Y= income, C=consumption, I= investment, G= government spending, T= taxes ?, ?, ?, and ? are parameters: ? is positive because consumption is positive even if disposable income (? − ?) is zero; ? is a positive fraction because it represents the marginal propensity to consume; ? is...
(i) Explain what is meant by hetroscedasticity in a regression model Y = Xβ + ε...
(i) Explain what is meant by hetroscedasticity in a regression model Y = Xβ + ε and why it causes a problem with inference in OLS. Use a practical example to illustrate.                                                                                                     (ii) How can you check for heteroscedasticity in practice?                                           (iii) Explain how ‘Weighted Least Squares’ corrects for heteroscedasticity.
Consider the predicted model to study the effect of gender on wages given as: Model I:...
Consider the predicted model to study the effect of gender on wages given as: Model I: Wage = 7.10 -2.51female, n = 526 r^2 = .116 Now consider, Model II: wage= -1.57 - 1.81female+.572educ+.25exper+.141tenure with n = 526 and r^2 = .364 Compare the estimated gender gap in Model I and Model II. Briefly explain the difference.. out of model I and Model II which model you would choose? Based on you answer of the model choice, do you think...
Use an appropriate economic model to explain wage rate determination in the labour market. Identify relevant...
Use an appropriate economic model to explain wage rate determination in the labour market. Identify relevant factors that impacted on wage settlements during the last twelve months and then illustrate, from a theoretical perspective, how these factors could impact on the equilibrium wage rate, the level of employment and economic growth. How have these wage settlements impacted on your business organisation? What strategy could you implement to mitigate the risks that could arise in the future following the recent wage...
Consider the simple regression model ? = ?0 + ?1? + ?) In the following cases,...
Consider the simple regression model ? = ?0 + ?1? + ?) In the following cases, verify if the ‘zero conditional mean’ and ‘homoscedasticity in errors’ assumptions are satisfied: a. If ? = 9? where ?(?⁄?) = 0, ???(?⁄?) = ? 2 b. If ? = 5.6 + ? where ?(?⁄?) = 0, ???(?⁄?) = 3? 2 c. If ? = 3?? where ?(?⁄?) = 0, ???(?⁄?) = ? 2 2) D. In which of the cases above are we...
Consider the following initial value problem. y''−4y = 0, y(0) = 0, y'(0) = 5 (a)...
Consider the following initial value problem. y''−4y = 0, y(0) = 0, y'(0) = 5 (a) Solve the IVP using the characteristic equation method from chapter 4. (b) Solve the IVP using the Laplace transform method from chapter 7. (Hint: If you don’t have the same final answer for each part, you’ve done something wrong.)
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT