Learn R Programming

ssdtools (version 2.3.0)

tidy.fitdists: Turn a fitdists Object into a Tibble

Description

Turns a fitdists object into a tidy tibble of the estimates (est) and standard errors (se) by the terms (term) and distributions (dist).

Usage

# S3 method for fitdists
tidy(x, all = FALSE, ...)

Value

A tidy tibble of the estimates and standard errors.

Arguments

x

The object.

all

A flag specifying whether to also return transformed parameters.

...

Unused.

See Also

coef.fitdists()

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

Examples

Run this code
fits <- ssd_fit_dists(ssddata::ccme_boron)
tidy(fits)
tidy(fits, all = TRUE)

Run the code above in your browser using DataLab