performance 0.13.0
Breaking changes
-
check_outliers()withmethod = "optics"now returns a further refined
cluster selection, by passing theoptics_xiargument todbscan::extractXi(). -
Deprecated arguments and alias-function-names have been removed.
-
Argument names in
check_model()that refer to plot-aesthetics (like
dot_size) are now harmonized across easystats packages, meaning that
these have been renamed. They now follow the patternaesthetic_type, e.g.
size_dot(instead ofdot_size).
Changes
-
Increased accuracy for
check_convergence()for glmmTMB models. -
r2()andr2_mcfadden()now support beta-binomial (non-mixed) models from
package glmmTMB. -
An
as.numeric()resp.as.double()method for objects of class
performance_rocwas added. -
Improved documentation for
performance_roc().
Bug fixes
-
check_outliers()did not warn that no numeric variables were found when only
the response variable was numeric, but all relevant predictors were not. -
check_collinearity()did not work for glmmTMB models when zero-inflation
component was set to~0.