glance.fitdists {ssdtools} | R Documentation |
Get a tibble summarizing each distribution
Description
Gets a tibble with a single row for each distribution.
Usage
## S3 method for class 'fitdists'
glance(x, ...)
Arguments
x |
The object. |
... |
Unused. |
Value
A tidy tibble of the distributions.
See Also
Other generics:
augment.fitdists()
,
tidy.fitdists()
Examples
fits <- ssd_fit_dists(ssddata::ccme_boron)
glance(fits)
[Package ssdtools version 1.0.6 Index]