Math Problem Statement

Question 7. (6 points) tenure is years with current employer. Since tenure captures the productivity of the individual at a particular job, we may consider it as a determinant of hourly earnings. Regress ln(wage) on educ, exper, and tenure (3 points). Using the estimates, compute the estimated effect on wage when an individual stays at the same firm for another year (3 points). Note that when tenure increases by one year, exper must also increase by one year. Question 8. (8 points) Is your predicted effect in Question 7 statistically significantly different from zero at the seven percent of level? Clearly write down the null hypothesis (3 points). Test your hypothesis using R by loading relevant packages (2 point). Explain your decision whether to reject the hypothesis (3 points). how to do question 8 in r

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Linear Regression
Hypothesis Testing
Statistical Significance
p-value

Formulas

Regression equation: ln(wage) = β0 + β1*educ + β2*exper + β3*tenure + ε
p-value: p-value < α (significance level)
Null Hypothesis: H0: β_tenure = 0

Theorems

Central Limit Theorem
t-distribution

Suitable Grade Level

University Level (Statistics or Econometrics)