楼主: yiyuanfushi
2327 0

Help:estimated Mixed Logit model with PROC GLIMMIX or PROC M [推广有奖]

  • 0关注
  • 0粉丝

本科生

25%

还不是VIP/贵宾

-

威望
0
论坛币
112 个
通用积分
1.0000
学术水平
0 点
热心指数
1 点
信用等级
0 点
经验
621 点
帖子
38
精华
0
在线时间
112 小时
注册时间
2008-10-6
最后登录
2022-1-23

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
I am trying to estimate a mixed logit model to understand taste variation among the people. In my sample, there are 5000 people as decision makers and each of them make repeated choices ranging from 1 to 300 times. So I end up having 160000 observations.

I tried to use PROC MDC first (code listed below), then this model takes 160000 observation at one time and I can't specify individual person as cluster.  
****************************************************

  proc mdc data=gdp.matlab_model_0610 type=mixedlogit;
      model response =
ini_dly_beta_trun
dly_sav_min2
freq
distance
rev
hub
mj_index
prm_airlines
marketfare
seat
/
               nchoice=2
               mixed=(normalparm=ini_dly_beta_trun  dly_sav_min2);
      id id;
   run;
**************************************

Then I tried PROC GLIMMIX, then it can't converge. Damn it....
******************************
proc glimmix INITGLM data=gdp.y7;
class cluster;
model response  =
ini_dly_beta_trun
dly_sav_min2
freq
distance
rev
hub
mj_index
prm_airlines
marketfare
seat  /   
dist=binary     link=logit
solution ;
random ini_dly_beta_trun
dly_sav_min2
/subject=cluster ;
;
run;
*******************************************
二维码

扫码加我 拉你入群

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

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

关键词:estimated estimate glimmix model logit proc logit model Mixed glimmix

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-5-1 05:25