Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已成功从“coxph”获得摘要输出。但是,现在我很好奇如何从这些数字中获得风险比?有没有我可以用我拥有的东西做的计算,或者 R 中是否有特定的代码可以产生我想要的东西?输出图像
风险比由输出的列表示。 exp(coef)coxph()
exp(coef)
coxph()
对于每个治疗组,exp(coef)针对您用作对照组或基线组的任何内容给出危害。