augment.drfit: Get Augmented Data from drfit Object

View source: R/augment.R

augment.drfitR Documentation

Get Augmented Data from drfit Object

Description

Get a tibble of the original data with augmentation.

Usage

## S3 method for class 'drfit'
augment(x, ...)

Arguments

x

The object.

...

Unused parameters.

Value

A tibble of the augmented data.

See Also

Other generics: glance.drfit(), tidy.drfit()

Examples

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

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