glance.bboufit | R Documentation |
Get a tibble of a one-row summary of the model fit.
## S3 method for class 'bboufit'
glance(x, rhat = 1.05, ...)
x |
The object. |
rhat |
A number greater than 1 of the maximum rhat value required for model convergence. |
... |
Unused parameters. |
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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.