c********d 发帖数: 253 | 1 I want to get the mean survival time from K-M estimator. The code:
print(survfit(Surv(x,time)~ 1), print.rmean=T) can give the restricted mean.
However, this mean cannot output for future use. Does anyone know how to
output the mean survival time? Thanks a lot. |
|