Learn R Programming

ssdtools (version 2.3.0)

estimates.fitdists: Estimates for fitdists Object

Description

Gets a named list of the estimated weights and parameters.

Usage

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

Value

A named list of the estimates.

Arguments

x

The object.

all_estimates

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

...

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

Run the code above in your browser using DataLab