楼主: 花道洋
714 2

[有偿编程] SAS程序问题 [推广有奖]

  • 0关注
  • 0粉丝

本科生

71%

还不是VIP/贵宾

-

威望
0
论坛币
241 个
通用积分
0.0001
学术水平
0 点
热心指数
0 点
信用等级
0 点
经验
532 点
帖子
17
精华
0
在线时间
201 小时
注册时间
2013-10-12
最后登录
2024-3-8

100论坛币
已知自变量x1和x2对事件y发生有影响,现在我想研究x1和x2对y连续发生时间间隔time的影响,根据文献此处应该用COX比例风险模型,但是我不理解COX比例风险模型需要有右删失变量完成回归分析,即
proc phreg data=
model time*y(0)= x1 x2/selection=stepwise ;
run;

想问问有人知道我这种情况,截尾变量y(0)应该是什么呢?

最佳答案

xiaoxi_23 查看完整内容

举例: 某肿瘤, 患者结局有2种情况: 死亡 c=1, 患者退出试验、试验结束时仍存活、违背试验方案退出 c=0 即为删失;T为生存时间 proc phreg data= model t*c(0)= sex agegrp smoke /selection=stepwise ; run; Survival data, therefore, are described by values of a pair of random variables, say (T, D). They can be interpreted as follows: • T represents the time that the subject was observ ...
沙发
xiaoxi_23 发表于 2020-1-3 16:32:31 |只看作者 |坛友微信交流群
举例: 某肿瘤, 患者结局有2种情况: 死亡 c=1,   患者退出试验、试验结束时仍存活、违背试验方案退出 c=0 即为删失;T为生存时间

proc phreg data=
   model t*c(0)= sex agegrp smoke /selection=stepwise ;
run;



Survival data, therefore, are described by values of a pair of random variables, say (T, D). They can
be interpreted as follows:
• T represents the time that the subject was observed on study.
• D is an indicator of the fact that the event in question either occurred or did not occur at the
end of time T. The values of D might be 0 to indicate that the event did not occur and 1 to
indicate that it did. Then D = 0 means that the corresponding T is a censored time. Of
course, other values are possible.


资料参考:
1. https://blog.csdn.net/jaen_tail/article/details/79081954

SAS Survival Analysis Techniques for Medical Research.pdf

2.81 MB

需要: 100 个论坛币  [购买]

time of event

已有 1 人评分论坛币 学术水平 热心指数 信用等级 收起 理由
admin_kefu + 30 + 3 + 3 + 3 热心帮助其他会员

总评分: 论坛币 + 30  学术水平 + 3  热心指数 + 3  信用等级 + 3   查看全部评分

使用道具

藤椅
花道洋 发表于 2020-1-7 22:56:21 |只看作者 |坛友微信交流群
自己顶一下

使用道具

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

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

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

GMT+8, 2024-5-9 12:42