Compute and extract model parameters. See the documentation for your object's class:
Regression models (lm
, glm
, survey, ...)
Additive models (gam
, gamm
, ...)
Zero-inflated models (hurdle
, zeroinfl
, zerocount
)
Mixed models (lme4, nlme, glmmTMB, ...)
Bayesian tests (BayesFactor)
Bayesian models (rstanarm, brms, MCMCglmm)
PCA and FA (psych)
CFA and SEM (lavaan)
model_parameters(model, ...)parameters(model, ...)
Statistical Model.
Arguments passed to or from other methods.
A data frame of indices related to the model's parameters.
standardize_names()
to rename
columns into a consistent, standardized naming scheme.