broom (version 0.5.0)

tidy: Turn a model object into a tidy tibble

Description

Turn a model object into a tidy tibble

Usage

tidy(x, ...)

Arguments

x

An object to be converted into a tidy tibble::tibble().

...

Additional arguments to tidying method.

Value

A tibble::tibble() with information about model components.