coef.drfit: Get Tidy Tibble from drfit Object.

View source: R/coef.R

coef.drfitR Documentation

Get Tidy Tibble from drfit Object.

Description

A wrapper on tidy.drfit().

Usage

## S3 method for class 'drfit'
coef(object, conf_level = 0.95, estimate = median, random_effects = FALSE, ...)

Arguments

object

The object.

conf_level

A number between 0 and 1 of the confidence level.

estimate

A function to calculate the estimate.

random_effects

A flag indicating whether to include random effect terms.

...

Unused parameters.

See Also

tidy.drfit()

Examples

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

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