parameters 0.21.4
Breaking changes
- The
exponentiate
argument ofmodel_parameters()
for
marginaleffects::predictions()
now defaults toFALSE
, in line with all
the othermodel_parameters()
methods.
Changes
-
model_parameters()
for models of package survey now gives informative
messages whenbootstrap = TRUE
(which is currently not supported). -
n_factors()
now also returns the explained variance for the number of
factors as attributes. -
model_parameters()
for objects of package metafor now warns when unsupported
arguments (likevcov
) are used. -
Improved documentation for
pool_parameters()
.
Bug fixes
-
print(include_reference = TRUE)
formodel_parameters()
did not work when
run inside a pipe-chain. -
Fixed issues with
format()
for objects returned bycompare_parameters()
that included mixed models.