estimates.fitdists: Estimates for fitdists Object

View source: R/estimates.R

estimates.fitdistsR Documentation

Estimates for fitdists Object

Description

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

Usage

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

Arguments

x

The object.

...

Unused.

Value

A named list of the estimates.

See Also

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

Examples

fits <- ssd_fit_dists(ssddata::ccme_boron)
estimates <- estimates(fits)
print(estimates)
ssd_hc(estimates)
ssd_plot_cdf(estimates)

ssdtools documentation built on Sept. 8, 2023, 5:56 p.m.