This method is in particular useful for package developers or users
who use, e.g.,
parameters::model_parameters() in their own
code or functions to retrieve model parameters for further processing. As
model_parameters() returns a data frame with varying column names
(depending on the input), accessing the required information is probably
not quite straightforward. In such cases, standardize_names() can be
used to get consistent, i.e. always the same column names, no matter what
kind of model was used in model_parameters().
For style = "broom", column names are renamed to match broom's
naming scheme, i.e. Parameter is renamed to term,
Coefficient becomes estimate and so on.
For style = "easystats", when data is an object from
broom::tidy(), column names are converted from "broom"-style into
"easystats"-style.