全部版块 我的主页
论坛 计量经济学与统计论坛 五区 计量经济学与统计软件 Stata专版
7004 5
2008-08-24
我是stata的初学者,现在对样本进行mincer分析,公式如下:运用Mincer收入方程,以便得出农民工与城镇职工教育收益率以及其他特征变量对工资的影响程度。
Mincer收入方程可以用下列公式来表示:
lnY=b0+b1S+b2E+b3E2+u
其中lnY为个人收入的对数,S为受教育年限,E为就业时间(年为单位),u为误差项。
我出现的困难是
1、lnY我如何处理,原来使用的都是正常的数值,现在怎末办?
2、u怎末在命令出体现?

多谢</p>
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2008-8-24 11:20:00

Answer 1 : The reason that Mincer used lny as the dependent variable instead of y(earnings) is estimating the returns of scooling and tenure. you can find this logic in textbook of labor economics such as a chapter of human capital. So you must lny as the dependent variable, not y.

Answer 2 : Mincerian earnings equation is the above that you take correctly. In the equation, the 'u' is just a residual of OLS estimation. So you don't worry. You never include 'u' in the regression command of Stata as below :   

you just run stata regression command as follows:

reg lny s e e2

which 'reg' is regression(OLS, Ordinary Least Square), 'lny' is log of y(earnings), 's' is the shooling years, 'e' is the tenure years, and 'e2' is the square of 'e'.

Before running the above command, you should make two new variable such as lny and e2.

Also you just run like

gen lny = ln(y)

gen e2=e^2

I hope you get your answer.

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2008-8-24 11:50:00

thanks a lot

 

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2011-4-18 13:58:42
2楼讲的好详细,受教!
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2011-4-18 17:00:25
非常感谢,受教了!
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2014-1-7 14:29:45
太给力了!
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群