glance.drfit: Get a Glance Summary of drfit Object

View source: R/glance.R

glance.drfitR Documentation

Get a Glance Summary of drfit Object

Description

Get a tibble of a one-row summary of the model fit.

Usage

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

Arguments

x

The object.

...

Unused parameters.

Value

A tibble of the glance summary.

See Also

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

Examples

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

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