I am looking to find another function that can replace the broom::tidy()
function after it get removed. Here is what the broom package warning says:
Tidy Atomic Vectors Vector tidiers are deprecated and will be removed from an upcoming release of broom.
Here is a description of function:
tidy()
produces a tibble()
where each row contains information about an important component of the model. For regression models, this often corresponds to regression coefficients. This is can be useful if you want to inspect a model or create custom visualizations.
Thanks you,
John