You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.