powered by
Gets a named list of the estimated values by distribution and term.
# S3 method for fitdists estimates(x, ...)
A named list of the estimates.
The object.
Unused.
tidy.fitdists(), ssd_match_moments(), ssd_hc() and ssd_plot_cdf()
tidy.fitdists()
ssd_match_moments()
ssd_hc()
ssd_plot_cdf()
fits <- ssd_fit_dists(ssddata::ccme_boron) estimates <- estimates(fits) print(estimates) ssd_hc(estimates) ssd_plot_cdf(estimates)
Run the code above in your browser using DataLab