| glance.bru | R Documentation |
This function returns a one-row tibble of model summaries from a
fitted bru object. See generics::glance() for more details on the
glance format.
## S3 method for class 'bru'
glance(x, ...)
x |
A fitted |
... |
Unused. |
A one-row tibble of model-level summaries. elapsed is wall-clock
seconds summed across the phases in fit$bru_timings, not CPU time.
nobs is the total row count summed across all likelihoods, returned as
NA for models that involve family = "cp", as "observation count" is
not meaningful for such models.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.