STATA实用学习笔记(7)
24
a1 = ln(1.52647) = 0.4229578
The coefficient on bearings = ln(0.0636433) = -2.754461
The load coefficient is significantly positive implying that the machines fail more quickly (higher hazard rate) when they are under greater stress
The bearings coefficient is significantly negative implying that the machines fail less quickly (lower hazard rate) when they use the new-type of bearing.
? 如果想让系统报告系数而不是H(T)系数,可使用以下命令
stcox load bearings, nohr
5、 解决ties问题的模型之一:breslow
? The Breslow method is very fast and is the default method that STATA uses for resolving
ties.
? 如果生存时间相同时,就形成一个ties. ? 命令集:stcox load bearings, breslow ? stcox load bearings, efron 6、 解决ties问题的模型之二:efron
7、 该方法比上一个方法更准确,但用时较长。将两个同样的死亡时间各分0.5的可能
性。
8、 当存在censoring时,即并不是所且有的样本都死亡时,需要在命令中加选项。
? stset failtime, failure(failed)
The failtime variable gives the time of failure or censoring The failed variable indicates whether failure or censoring occurred STATA assumes censoring if failed equals zero or is set to missing
9、 以上均是处理一个事件只占一行的情况,当事件某一特性改变时,就需要多行来描
述。这时需要在告诉系统以下数据为生存数据的命令中加入选项,事件代码 ? stset t, id(patid) failure(died)
10、 当Left-censoring occurs,这时需在说明生存命令中加入开始时间变量
? stset end, id(id) failure(died) enter(begin)
11、 当中间部分时间的数据缺失时的处理:需要说明死亡时间、变量标识,死亡标识,
开始时间。
? stset end, id(id) failure(died) enter(begin) 12、 为消除heteroscedasticity and time-series dependence ,可以在回归命令的最后加上
robust和cluster().
? stcox x1, robust cluster(id)
25
相关推荐:
- [实用模板]第八章:法国“新浪潮”与“左岸派”
- [实用模板]2021年北京上半年临床医学检验技师生物
- [实用模板]SAP GUI 7.10客户端安装配置文档
- [实用模板]2001年临床执业医师资格考试综合笔试试
- [实用模板]36机场工作实用英语词汇总结
- [实用模板](一)社会保险稽核通知书
- [实用模板]安全教育主题班会材料
- [实用模板]濉溪县春季呼吸道传染病防控应急演练方
- [实用模板]长沙房地产市场周报(1.30-2.3)
- [实用模板]六年级数学上册典中点 - 图文
- [实用模板]C程序设计(红皮书)习题官方参考答案
- [实用模板]中国证监会第一届创业板发行审核委员会
- [实用模板]桥梁工程复习题
- [实用模板]2011学而思数学及答案
- [实用模板]初中病句修改专项练习
- [实用模板]监理学习知识1 - 图文
- [实用模板]小机灵杯四年级试题
- [实用模板]国贸专业毕业论文模板
- [实用模板]教育学概论考试练习题-判断题4
- [实用模板]2015届高考英语一轮复习精品资料(译林
- 00Nkmhe_市场营销学工商管理_电子商务_
- 事业单位考试法律常识
- 诚信教育实施方案
- 吉大小天鹅食品安全检测箱方案(高中低
- 房地产销售培训资料
- 高一地理必修1复习提纲
- 新概念英语第二册lesson_1_练习题
- 证券公司内部培训资料
- 小学英语时间介词专项练习
- 新世纪英语专业综合教程(第二版)第1册U
- 【新课标】浙教版最新2018年八年级数学
- 工程建设管理纲要
- 外研版 必修一Module 4 A Social Surve
- Adobe认证考试 AE复习资料
- 基于H.264AVC与AVS标准的帧内预测技术
- 《食品检验机构资质认定管理办法》(质
- ABB变频器培训课件
- (完整版)小学说明文阅读练习题及答案
- 深思洛克(SenseLock) 深思IV,深思4,深
- 弟子规全文带拼音




