tidy_model_parameters: Convert parameters package output to tidyverse conventions
Description
Convert parameters package output to tidyverse conventions
Usage
tidy_model_parameters(model, ...)
Arguments
model
Statistical Model.
...
Arguments passed to or from other methods. Non-documented
arguments are digits, p_digits, ci_digits and
footer_digits to set the number of digits for the output.
group can also be passed to the print() method. See details
in print.parameters_model() and 'Examples' in
model_parameters.default().