estimates.drfit: Estimates for drfit Object

View source: R/universals.R

estimates.drfitR Documentation

Estimates for drfit Object

Description

Gets a named list of the estimated values by term.

Usage

## S3 method for class 'drfit'
estimates(x, term = NULL, ...)

Arguments

x

The object.

term

A string of the term name.

...

Unused parameters.

Value

A named list of the estimates.

See Also

tidy.drfit()

Examples

fit <- dr_fit(detrange::range_obs)
estimates(fit)

Freshwater-Fish-Ecology-Laboratory/detrange documentation built on Oct. 30, 2024, 1:10 p.m.