Learn R Programming

ssdtools (version 2.3.0)

ssd_data: Data from fitdists Object

Description

Get a tibble of the original data.

Usage

ssd_data(x)

Value

A tibble of the original data.

Arguments

x

The object.

See Also

augment.fitdists(), ssd_ecd_data() and ssd_sort_data()

Examples

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

Run the code above in your browser using DataLab