Get a tibble of the original data with augmentation.

# S3 method for class 'bboufit'
augment(x, ...)

Arguments

x

The object.

...

Unused parameters.

Value

A tibble of the augmented data.

Examples

if (interactive()) {
  fit <- bb_fit_survival(bboudata::bbousurv_a)
  augment(fit)
}