Learn R Programming

ssdtools (version 2.3.0)

augment.fitdists: Augmented Data from fitdists Object

Description

Get a tibble of the original data with augmentation.

Usage

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

Value

A tibble of the agumented data.

Arguments

x

The object.

...

Unused.

See Also

ssd_data()

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

Examples

Run this code
fits <- ssd_fit_dists(ssddata::ccme_boron)
augment(fits)

Run the code above in your browser using DataLab