glance.bboufit: Get a Glance Summary of bboufit Object

View source: R/glance.R

glance.bboufitR Documentation

Get a Glance Summary of bboufit Object

Description

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

Usage

## S3 method for class 'bboufit'
glance(x, rhat = 1.05, ...)

Arguments

x

The object.

rhat

A number greater than 1 of the maximum rhat value required for model convergence.

...

Unused parameters.

Value

A tibble of the glance summary.

See Also

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

Examples

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

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