predict.TBFcox.BMA: Prediction methods for CoxTBF objects for BMA models

Description Usage Arguments Value

View source: R/predictCoxTBF.R

Description

Predicts survival probabilities at given times. Compatible with predictSurvProb functions required by pec package. Predicts BMA objects.

Usage

1
2
## S3 method for class 'TBFcox.BMA'
predict(object, newdata, times, ...)

Arguments

object

a model fitted with coxTBF

newdata

a dataframe with the same variables as the original data used to fit the object

times

a vector of times to predict survival probability for

...

not used.

Value

A data frame of survival probabilities with rows for each row of newdata and columns for each time.


glmBfp documentation built on July 2, 2020, 2:30 a.m.