estimates.fitdists | R Documentation |
Gets a named list of the estimated weights and parameters.
## S3 method for class 'fitdists'
estimates(x, all_estimates = FALSE, ...)
x |
The object. |
all_estimates |
A flag specifying whether to calculate estimates for all implemented distributions. |
... |
Unused. |
A named list of the estimates.
tidy.fitdists()
, ssd_match_moments()
, ssd_hc()
and ssd_plot_cdf()
fits <- ssd_fit_dists(ssddata::ccme_boron)
estimates(fits)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.