coef.fit_dist: Extract Model Coefficients
Description
S3 method to extract parameter estimates from a fitted distribution.
Usage
# S3 method for fit_dist
coef(object, ...)
Value
Named numeric vector of parameter estimates.
Arguments
- object
an object of class "fit_dist".
- ...
additional arguments (not used).