parameters 0.21.3
Changes
-
principal_components()
andfactor_analysis()
now also work when argument
n = 1
. -
print_md()
forcompare_parameters()
now gains more arguments, similar to
theprint()
method. -
bootstrap_parameters()
andmodel_parameters()
now accept bootstrapped
samples returned bybootstrap_model()
. -
The
print()
method formodel_parameters()
now also yields a warning for
models with logit-links when possible issues with (quasi) complete separation
occur.
Bug fixes
-
Fixed issue in
print_html()
for objects from package ggeffects. -
Fixed issues for
nnet::multinom()
with wide-format response variables (using
cbind()
). -
Minor fixes for
print_html()
method formodel_parameters()
. -
Robust standard errors (argument
vcov
) now works forplm
models.