Get a tibble of the original data with augmentation.
# S3 method for class 'bboufit'
augment(x, ...)
A tibble of the augmented data.
Other generics:
augment.bboufit_ml()
,
glance.bboufit()
,
glance.bboufit_ml()
,
tidy.bboufit()
,
tidy.bboufit_ml()
if (interactive()) {
fit <- bb_fit_survival(bboudata::bbousurv_a)
augment(fit)
}