augment.fitdists: Augmented Data from fitdists Object

View source: R/augment.R

augment.fitdistsR Documentation

Augmented Data from fitdists Object

Description

Get a tibble of the original data with augmentation.

Usage

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

Arguments

x

The object.

...

Unused.

Value

A tibble of the agumented data.

See Also

ssd_data()

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

Examples

fits <- ssd_fit_dists(ssddata::ccme_boron)
augment(fits)

ssdtools documentation built on Sept. 8, 2023, 5:56 p.m.