Hi, I was wondering if, like with machine learning algos - regression, decision trees etc-, one can use survival analysis to predict outcomes for new data not included in the model development process (ie Train and Test approach). If so, how can I use the predict() function in R to do so?
Thank you