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 weights and parameters.

Usage

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

Arguments

x

The object.

all_estimates

A flag specifying whether to calculate estimates for all implemented distributions.

...

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(fits)

ssdtools documentation built on April 4, 2025, 12:35 a.m.