Skip to content

insight 0.19.4

Compare
Choose a tag to compare
@strengejacke strengejacke released this 10 Sep 18:57
· 344 commits to main since this release
7ee2d31

Changes to functions

  • get_predicted() now accepts predict = "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.