I want to develop a prediction model (Cox PH) for all-cause mortality in a dataset of participants of whom (almost) all have died at the end of follow-up (e.g. 1-year).
Instead of predicting the absolute risk of dying at a certain timepoint, I would like to predict the survival time (in months) for each individual.
Is it possible to obtain such predictions in R (from e.g. a coxph-object) and, if yes, how can I do that?
Many thanks in advance!