Get a tibble of a one-row summary of the model fit.

# S3 method for class 'bboufit_ml'
glance(x, ...)

Arguments

x

The object.

...

Unused parameters.

Value

A tibble of the glance summary.

Examples

if (interactive()) {
  fit <- bb_fit_survival_ml(bboudata::bbousurv_a)
  glance(fit)
}