Skip to contents

Thin extender over broom::tidy(). When broom is not installed, falls back to building a tidy-style data frame from summary(model)$coefficients, which is sufficient for the core term / estimate / std.error / statistic / p.value columns on the model classes (lm / glm) that rmorie ships.

Usage

morie_effects_tidy(model, ...)

Arguments

model

A fitted model object.

...

Further arguments forwarded to broom::tidy().

Value

A data frame with one row per model term.