insight 0.19.2
Breaking changes
-
The minimum needed R version has been bumped to
3.6
. -
download_model()
no longer errors when a model object could not be downloaded,
but instead returnsNULL
. This prevents test failures, and allows to skip
tests when the return value ofdownload_model()
isNULL
.
General
- Improved support for
mclogit
models (package mclogit) andmipo
objects
(package mice) for models with ordinal or categorical response.
New supported models
phylolm
andphyloglm
(package phylolm),nestedLogit
(package nestedLogit).
Bug fixes
-
Fixed issue in
get_variance()
for glmmTMB models with rank deficient
coefficients. -
Fixed issues in
get_weights()
forglm
models without weights andna.action
not set to default in the model call. -
clean_names()
now also removes therelevel()
pattern. -
Fixed issue in
model_info()
for models of classgamlss
. -
Fixed problems preventing
get_data()
from locating data defined in
non-global environments. -
Fixed issue in
get_predicted()
for variables of class numeric matrix created
byscale()
, which were correctly handled only whenget_data()
failed to
find the data in the appropriate environment. -
Fixed issue in
model_info()
forgee
models frombinomial
families.