Learn R Programming

effectsize (version 0.4.4)

interpret_parameters: Interpret of standardized slopes

Description

Automated interpretation of standardized slopes.

Usage

interpret_parameters(model, ...)

# S3 method for 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
standardize_robust