augment.bboufit | R Documentation |
Get a tibble of the original data with augmentation.
## S3 method for class 'bboufit'
augment(x, ...)
x |
The object. |
... |
Unused parameters. |
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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.