STATA 2 Class
STATA 2 Class
Based on Jacob Mincer’s “Schooling, Experience, and Earnings” work published in 1974, we will explore
the impact of education (years of schooling) on labor market earnings.
1. Download the dataset Table19_4 from CANVAS and import it into STATA. [1 mark]
2. Exploring the data.
a. How many white people are in the data? Create a dummy variable “white”. [1 mark]
b. Plot a histogram of earnings with percent on the y-axis. Export and paste the output
below. Comment on the shape of the distribution. What, if anything, needs to be done
before using the variable in a regression? [3 marks]
Ans ) This is positively skewed as we can see the tail going towards the left. It has an
asymmetrical distribution.
3. Consider the variables: s (schooling), sm (mother’s schooling) and sf (father's schooling).
a. Construct a variable “parental_education” that captures the expected value of parental
education. [1 mark]
b. Using the new variable run a regression model to determine how inter-generational
education has changed? [2 marks]
c. Determine if the model suffers from multicollinearity or heteroscedasticity. What, if
anything, needs to be done? [3 marks]
Ans) estat hettest
chi2(1) = 0.48
Prob > chi2 = 0.4902