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