Skip to content

performance 0.10.7

Compare
Choose a tag to compare
@strengejacke strengejacke released this 28 Oct 06:47
· 107 commits to main since this release
8af9e4e

Breaking changes

  • binned_residuals() gains a few new arguments to control the residuals used
    for the test, as well as different options to calculate confidence intervals
    (namely, ci_type, residuals, ci and iterations). The default values
    to compute binned residuals have changed. Default residuals are now "deviance"
    residuals (and no longer "response" residuals). Default confidence intervals
    are now "exact" intervals (and no longer based on Gaussian approximation).
    Use ci_type = "gaussian" and residuals = "response" to get the old defaults.

Changes to functions

  • binned_residuals() - like check_model() - gains a show_dots argument to
    show or hide data points that lie inside error bounds. This is particular
    useful for models with many observations, where generating the plot would be
    very slow.