Extract all values of mixed models.
# S3 method for lmerMod
model_values(model, ci = 0.95, standardize = "refit",
standardize_robust = FALSE, effsize = "cohen1988",
performance_in_table = TRUE, performance_metrics = "all",
bootstrap = FALSE, p_method = "wald", ci_method = "wald", ...)
Mixed model.
Confidence Interval (CI) level. Default to 0.95 (95%).
Add standardized parameters. Can be FALSE or a character indicating the standardization method (see standardize_parameters).
Robust standardization. See standardize_parameters.
Interpret the standardized parameters using a set of rules. Can be "cohen1988" (default for linear models), "chen2010" (default for logistic models), "sawilowsky2009", NULL, or a custom set of rules.
Add performance metrics in table.
See model_performance
.
Should estimates be based on bootsrapped model? If TRUE, then arguments of Bayesian regressions apply.
Method for computing p values. See p_value.
Method for computing confidence intervals (CI). See ci.
Arguments passed to or from other methods (e.g., to standardize).
# NOT RUN {
model <- circus::lmerMod_1
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab