Predict survival probabilities from a survival model
predict_survival(fit, newdata, times, ...)# S3 method for fastml_native_survival
predict_survival(fit, newdata, times, ...)
# S3 method for workflow
predict_survival(fit, newdata, times, ...)
# S3 method for default
predict_survival(fit, newdata, times, ...)
A numeric matrix with one row per observation and one column per time.
A fitted survival model.
A data frame of predictors for which to compute survival curves.
Numeric vector of evaluation times.
Additional arguments passed to methods.