Learn R Programming

ssdtools (version 1.0.6)

glance.fitdists: Get a tibble summarizing each distribution

Description

Gets a tibble with a single row for each distribution.

Usage

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

Value

A tidy tibble of the distributions.

Arguments

x

The object.

...

Unused.

See Also

ssd_gof()

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

Examples

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

Run the code above in your browser using DataLab