Predicts event probability by a trained sequential ensemble of Survival Random Forest and CoxPH
survsrfens_predict(trained_model, newdata, fixed_time, extrapsurvival = TRUE)
vector of predicted event probabilities
a trained model, output of survsrfens_train()
new data for which predictions are made
time of interest, for which event probabilities are computed
if probabilities are extrapolated beyond trained times (constant)