tidy.fitdists {ssdtools} | R Documentation |
Turn a fitdists Object into a Tibble
Description
Turns a fitdists object into a tidy tibble of the estimates (est) and standard errors (se) by the terms (term) and distributions (dist).
Usage
## S3 method for class 'fitdists'
tidy(x, all = FALSE, ...)
Arguments
x |
The object. |
all |
A flag specifying whether to also return transformed parameters. |
... |
Unused. |
Value
A tidy tibble of the estimates and standard errors.
See Also
Other generics:
augment.fitdists()
,
glance.fitdists()
Examples
fits <- ssd_fit_dists(ssddata::ccme_boron)
tidy(fits)
tidy(fits, all = TRUE)
[Package ssdtools version 1.0.6 Index]