augment.bboufit: Get Augmented Data from bboufit Object

View source: R/augment.R

augment.bboufitR Documentation

Get Augmented Data from bboufit Object

Description

Get a tibble of the original data with augmentation.

Usage

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

Arguments

x

The object.

...

Unused parameters.

Value

A tibble of the augmented data.

See Also

Other generics: augment.bboufit_ml(), glance.bboufit(), glance.bboufit_ml(), tidy.bboufit(), tidy.bboufit_ml()

Examples

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

poissonconsulting/bboutools documentation built on July 16, 2025, 11:14 p.m.