insight 0.19.4
Changes to functions
-
get_predicted()
now acceptspredict = "link"
for gaussian models with
log-link (i.e.glm(..., family = gaussian("log"))
), to return predictions
on the link scale. -
check_if_installed()
now automatically checks the package DESCRIPTION file to
determine the correct minimum version required.
Bug fixes
-
Fixed issue with invalid multibyte strings in
trim_ws()
. -
Fixed issue in
find_statistic()
for models from package fixest.