powered by
Turns a fitdists object into a tidy tibble of the estimates (est) and standard errors (se) by the terms (term) and distributions (dist).
# S3 method for fitdists tidy(x, all = FALSE, ...)
A tidy tibble of the estimates and standard errors.
The object.
A flag specifying whether to also return transformed parameters.
Unused.
coef.fitdists()
Other generics: augment.fitdists(), glance.fitdists()
augment.fitdists()
glance.fitdists()
fits <- ssd_fit_dists(ssddata::ccme_boron) tidy(fits) tidy(fits, all = TRUE)
Run the code above in your browser using DataLab