Skip to content
Prev 170768 / 398506 Next

Survival-Analysis: How to get numerical values from survfit (and not just a plot)?

Hi,

See ?survfit.object

if fit is the object you get using survfit,
fit$surv will give you the survival probability.

Best,
arthur
Bernhard Reinhardt wrote: