Learn R Programming

ssdtools (version 1.0.6)

estimates.fitdists: Estimates for fitdists Object

Description

Gets a named list of the estimated values by distribution and term.

Usage

# S3 method for fitdists
estimates(x, ...)

Value

A named list of the estimates.

Arguments

x

The object.

...

Unused.

See Also

tidy.fitdists(), ssd_match_moments(), ssd_hc() and ssd_plot_cdf()

Examples

Run this code
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