A wrapper on bb_predict_survival()
.
# S3 method for class 'bboufit_survival'
predict(
object,
year = TRUE,
month = FALSE,
conf_level = 0.95,
estimate = median,
sig_fig = 3,
...
)
The object.
A flag indicating whether to predict by year.
A flag indicating whether to predict by month.
A number between 0 and 1 of the confidence level.
A function to calculate the estimate.
A whole number of the significant figures to round estimates by.
Unused parameters.