ssd_data {ssdtools} | R Documentation |
Data from fitdists Object
Description
Get a tibble of the original data.
Usage
ssd_data(x)
Arguments
x |
The object. |
Value
A tibble of the original data.
See Also
augment.fitdists()
, ssd_ecd_data()
and ssd_sort_data()
Examples
fits <- ssd_fit_dists(ssddata::ccme_boron)
ssd_data(fits)
[Package ssdtools version 1.0.6 Index]