程序代写代做代考 Excel Homework 3

Homework 3

I have provided you a panel data set on wages (Wage data) in which N=334, T=3 years (1984-1986).
For each ID, the data is sorted by year. You need to create the ID and year variables.
Columns
Variable name
Description
C1
Edu
Education in years
C2
Hr
Work hours per year
C3
Wage
Dollar wage per hour
C4
Famearn
Family earnings in dollars per year
C5
Self
Dummy for self-employed
C6
Sal
Dummy for salaried
C7
Mar
Dummy for married
C8
Numkid
Number of children
C9
Age
Age in years
C10
unemp
Local unemployment percentage

We need to do a regression to understand the factors that affect “natural log (wages)” that is {ln(wage)}.
We need to understand the effect of the following variables: age, edu, numkid, hr, mar, sal, self, unemp.
• Find the best linear regression model. Check for multicollinearity and take appropriate actions.
• Develop a model to test if there are nonlinear effects for some variables. Which variables have non-linear effect on ln(wages)?
• Write a report on your findings. Interpret model fit, t-values, meaning of coefficients, collinearity diagnostics, White test, etc.
• Using the same model as above, run fixed effects models and random effects models
i.e., FIXEDONE, FIXEDTWO, RANONE, RANTWO.
Create a table of coefficients side-by side with significant coefficients shown in bold (you may do this in Excel).
• What is the effect of panel data models on the coefficients. What parameters have changed and by what percentage?
• We are especially interested in the effect of education on wages. How much (%) has this coefficient changed across the different models? What is the correct estimate of the effect of an additional year of education on wages?