augment.fitdists {ssdtools} | R Documentation |
Get a tibble of the original data with augmentation.
## S3 method for class 'fitdists'
augment(x, ...)
x |
The object. |
... |
Unused. |
A tibble of the agumented data.
Other generics:
glance.fitdists()
,
tidy.fitdists()
fits <- ssd_fit_dists(ssddata::ccme_boron)
augment(fits)