Skip to contents

Tidy with broom::tidy() and checks that all arguments are used

Usage

tidy_broom(x, ...)

Arguments

x

(a model object, e.g. glm)
A model to be tidied.

...

Additional parameters passed to broom::tidy().

See also