Automated interpretation of standardized slopes.
interpret_parameters(model, ...)# S3 method for lm
interpret_parameters(
model,
parameters = NULL,
interpretation = "funder2019",
standardize_method = "refit",
standardize_robust = FALSE,
...
)
A statistical model.
For standardize_parameters()
, arguments passed to
parameters::model_parameters, such as:
ci_method
, centrality
for Bayesian models...
df_method
for Mixed models ...
exponentiate
, ...
etc.
A custom parameters table. If NULL
, will use standardize_parameters()
to get it.
Interpretation grid (i.e., the set of rules of thumb) used to interpret the effects.