全部版块 我的主页
论坛 提问 悬赏 求职 新闻 读书 功能一区 经管百科 爱问频道
4046 3
2018-01-07
请问,如何在heckman两阶段法中使用两个probit模型?stata命令怎么写?
二维码

扫码加我 拉你入群

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

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

全部回复
2018-5-7 09:35:09
楼主,我只用过sas中的heckman,请问你需要sas代码吗?
二维码

扫码加我 拉你入群

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

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

2018-5-7 09:45:48
Example 21.4 Sample Selection Model
This example illustrates the use of PROC QLIM for sample selection models. The data set is the same one from Mroz (1987). The goal is to estimate a wage offer function for married women, accounting for potential selection bias. Of the 753 women, the wage is observed for 428 working women. The labor force participation equation estimated in the introductory example is used for selection. The wage equation uses log wage (lwage ) as the dependent variable. The explanatory variables in the wage equation are the woman’s years of schooling (educ ), wife’s labor experience (exper), and square of experience (expersq ). The program is as follows:
/*-- Sample Selection --*/
proc qlim data=mroz;
   model inlf = nwifeinc educ exper expersq
                age kidslt6 kidsge6 /discrete;
   model lwage = educ exper expersq / select(inlf=1);
run;
The output of the QLIM procedure is shown in Output 21.4.1.
二维码

扫码加我 拉你入群

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

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

2020-11-30 22:28:03
奋斗的姝小丫 发表于 2018-1-7 16:42
请问,如何在heckman两阶段法中使用两个probit模型?stata命令怎么写?
楼主怎么解决的呀?我哭了
二维码

扫码加我 拉你入群

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

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

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

说点什么

分享

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