- x
A list of parameters_model
objects, as returned by
model_parameters()
, or a list of model-objects that is supported by
model_parameters()
.
- exponentiate
Logical, indicating whether or not to exponentiate the
coefficients (and related confidence intervals). This is typical for
logistic regression, or more generally speaking, for models with log or
logit links. It is also recommended to use exponentiate = TRUE
for models
with log-transformed response values. Note: Delta-method standard
errors are also computed (by multiplying the standard errors by the
transformed coefficients). This is to mimic behaviour of other software
packages, such as Stata, but these standard errors poorly estimate
uncertainty for the transformed coefficient. The transformed confidence
interval more clearly captures this uncertainty. For compare_parameters()
,
exponentiate = "nongaussian"
will only exponentiate coefficients from
non-Gaussian families.
- effects
Should parameters for fixed effects ("fixed"
), random
effects ("random"
), or both ("all"
) be returned? Only applies
to mixed models. May be abbreviated. If the calculation of random effects
parameters takes too long, you may use effects = "fixed"
.
- component
Should all parameters, parameters for the conditional model,
for the zero-inflation part of the model, or the dispersion model be returned?
Applies to models with zero-inflation and/or dispersion component. component
may be one of "conditional"
, "zi"
, "zero-inflated"
, "dispersion"
or
"all"
(default). May be abbreviated.
- verbose
Toggle warnings and messages.
- ...
Currently not used.