Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
performance 0.13.0 source code.tar.gz | 2025-01-15 | 4.3 MB | |
performance 0.13.0 source code.zip | 2025-01-15 | 4.4 MB | |
README.md | 2025-01-15 | 1.2 kB | |
Totals: 3 Items | 8.7 MB | 0 |
Breaking changes
-
check_outliers()
withmethod = "optics"
now returns a further refined cluster selection, by passing theoptics_xi
argument todbscan::extractXi()
. -
Deprecated arguments and alias-function-names have been removed.
-
Argument names in
check_model()
that refer to plot-aesthetics (likedot_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 classperformance_roc
was 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
.