powered by
Automated interpretation of effect sizes.
interpret_parameters(model, ...)# S3 method for lm interpret_parameters( model, parameters = NULL, interpretation = "funder2019", standardize_method = "refit", standardize_robust = FALSE, ... )
# S3 method for lm interpret_parameters( model, parameters = NULL, interpretation = "funder2019", standardize_method = "refit", standardize_robust = FALSE, ... )
A statistical model.
Arguments passed to or from other methods.
A custom parameters table. If NULL, will use standardize_parameters to get it.
NULL
standardize_parameters
Interpretation grid (i.e., the set of rules of thumb) used to interpret the effects.
See standardize_parameters.
# NOT RUN { model <- lm(Sepal.Length ~ Species * Petal.Width, data = iris) # }
Run the code above in your browser using DataLab