Tidy a model with broom (fallback: summary() coefficients)
Source: R/effects.R
morie_effects_tidy.RdThin 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.
Arguments
- model
A fitted model object.
- ...
Further arguments forwarded to
broom::tidy().