glance.bboufit_ml | R Documentation |
Get a tibble of a one-row summary of the model fit.
## S3 method for class 'bboufit_ml'
glance(x, ...)
x |
The object. |
... |
Unused parameters. |
A tibble of the glance summary.
Other generics:
augment.bboufit()
,
augment.bboufit_ml()
,
glance.bboufit()
,
tidy.bboufit()
,
tidy.bboufit_ml()
if (interactive()) {
fit <- bb_fit_survival_ml(bboudata::bbousurv_a)
glance(fit)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.