对于survfit.object,属性$cumhaz是基线还是中心累积风险?
其中:
查看文档(?suvfit.object)并不是很有帮助:
cumhaz hazard: optional. For a multi-state curve this is an k by k array for each time point, where k is the number of states.发布于 2019-12-06 18:52:08
使用更多的挖掘,您可以在调用survfit()时显式地选择中心和基线。
survival::survfit(a_coxph_model, centered=F)https://stackoverflow.com/questions/59218144
复制相似问题