Learn R Programming

effectsize (version 0.2.0)

interpret_parameters: Automated Interpretation of Effect Sizes

Description

Automated interpretation of effect sizes.

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.

...

Arguments passed to or from other methods.

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

Examples

Run this code
# NOT RUN {
model <- lm(Sepal.Length ~ Species * Petal.Width, data = iris)

# }

Run the code above in your browser using DataLab