Get a tibble of a one-row summary of the model fit.
# S3 method for class 'bboufit'
glance(x, rhat = 1.05, ...)
A tibble of the glance summary.
Other generics:
augment.bboufit()
,
augment.bboufit_ml()
,
glance.bboufit_ml()
,
tidy.bboufit()
,
tidy.bboufit_ml()
if (interactive()) {
fit <- bb_fit_survival(bboudata::bbousurv_a)
glance(fit)
}