Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

interpret_parameters

Interpret of standardized slopes


Description

Automated interpretation of standardized slopes.

Usage

interpret_parameters(model, ...)

## S3 method for class 'lm'
interpret_parameters(
  model,
  parameters = NULL,
  interpretation = "funder2019",
  standardize_method = "refit",
  standardize_robust = FALSE,
  ...
)

Arguments

model

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.

parameters

A custom parameters table. If NULL, will use standardize_parameters() to get it.

interpretation

Interpretation grid (i.e., the set of rules of thumb) used to interpret the effects.

standardize_method

See standardize_parameters().

standardize_robust

See standardize_parameters().


effectsize

Indices of Effect Size and Standardized Parameters

v0.4.4-1
GPL-3
Authors
Mattan S. Ben-Shachar [aut, cre] (<https://orcid.org/0000-0002-4287-4801>), Dominique Makowski [aut] (<https://orcid.org/0000-0001-5375-9967>), Daniel Lüdecke [aut] (<https://orcid.org/0000-0002-8895-3206>), Indrajeet Patil [ctb] (<https://orcid.org/0000-0003-1995-6531>, @patilindrajeets), Ken Kelley [ctb], David Stanley [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.