作者oxalis273 (发呆无限期)
看板Statistics
标题[问题]有关proc glimmix指令
时间Mon Apr 12 22:04:04 2010
以下是我的指令
Proc glimmix data=injury.ijr1;
class id year k4kidsex ses;
model chyr= /dist=poisson oddsratio (diff=last) solution;
random k4kidsex ses attack bv1 bv2 bv3 /subject=id ;
random _residual_;
random year/subject=id type=cs;
run;
因为这个模式是想光看个人层次的影响
所以model没有放任何变项
没有放random _residual_的时候
LOG视窗说没办法converge
但放了之後
SAS一直跑都停不下来
现在狂试之後LOG又说out of memory
不知道是什哪里出了问题
Y是一个人三年发生次数(一个人有三列资料)
谢谢大家
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 114.24.137.228
※ 编辑: oxalis273 来自: 114.24.137.228 (04/12 22:04)
1F:推 chien533:random effect太多 模式就越有可能发散 试着摆一些在fix 04/14 10:05