parameters 0.21.2
Changes
-
Minor improvements to factor analysis functions.
-
The
ci_digits
argument of theprint()
method formodel_parameters()
now
defaults to the same value ofdigits
. -
model_parameters()
for objects from package marginaleffects now also
accepts theexponentiate
argument. -
The
print()
,print_html()
,print_md()
andformat()
methods for
model_parameters()
get aninclude_reference
argument, to add the reference
category of categorical predictors to the parameters table.
Bug fixes
-
Fixed issue with wrong calculation of test-statistic and p-values in
model_parameters()
forfixest
models. -
Fixed issue with wrong column header for
glm
models with
family = binomial("identiy")
. -
Minor fixes for
dominance_analysis()
.