Dear Stata Users,
I have learned econometrics using Introductory Econometrics: A Modern Approach(5th Edition) written by Jeff Wooldridge. I found in webpage provided by Kit Baum an inconsistence between Stata's results and the textbook.
The webpage is below:
http://fmwww.bc.edu/gstat/examples/w...ldridge14.html
and in the Example 14.2: Has the Return to Education Changed Over Time, Kit Baum used Stata command as such:
This command gives coefficient of -.0157891 on variable edd87, with t= -1.14, while in Wooldridge's textbook(page 488), the coefficient of variable edd87 is 0.030, and its t-value is 2.48. And according to descriptions in the textbook, coefficients and t-value on the remaining variables are all inconsistent between Baum and Wooldridge.
I wonder if there were something I missed or I misunderstand the statistical procedure.
Would anybody give me some advice?
I have learned econometrics using Introductory Econometrics: A Modern Approach(5th Edition) written by Jeff Wooldridge. I found in webpage provided by Kit Baum an inconsistence between Stata's results and the textbook.
The webpage is below:
http://fmwww.bc.edu/gstat/examples/w...ldridge14.html
and in the Example 14.2: Has the Return to Education Changed Over Time, Kit Baum used Stata command as such:
Code:
xtreg lwage expersq union married d81-d87 edd81-edd87, fe
I wonder if there were something I missed or I misunderstand the statistical procedure.
Would anybody give me some advice?

Comment