Predicts survival probabilities at given times. Compatible with predictSurvProb functions
required by pec
package. Predicts BMA objects.
# S3 method for TBFcox.BMA
predict(object, newdata, times, ...)
a model fitted with coxTBF
a dataframe with the same variables as the original data used to fit the object
a vector of times to predict survival probability for
not used.
A data frame of survival probabilities with rows for each row of newdata and columns for each time.