Skip to content

performance 0.10.5

Compare
Choose a tag to compare
@strengejacke strengejacke released this 12 Sep 09:28
· 153 commits to main since this release
e507c52

Changes to functions

  • More informative message for test_*() functions that "nesting" only refers
    to fixed effects parameters and currently ignores random effects when detecting
    nested models.

  • check_outliers() for "ICS" method is now more stable and less likely to
    fail.

  • check_convergence() now works for parsnip _glm models.

Bug fixes

  • check_collinearity() did not work for hurdle- or zero-inflated models of
    package pscl when model had no explicitly defined formula for the
    zero-inflation model.