Download Latest Version performance 0.15.0 source code.tar.gz (4.3 MB)
Email in envelope

Get an email when there's a new version of performance

Home / v0.13.0
Name Modified Size InfoDownloads / 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() with method = "optics" now returns a further refined cluster selection, by passing the optics_xi argument to dbscan::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 pattern aesthetic_type, e.g. size_dot (instead of dot_size).

Changes

  • Increased accuracy for check_convergence() for glmmTMB models.

  • r2() and r2_mcfadden() now support beta-binomial (non-mixed) models from package glmmTMB.

  • An as.numeric() resp. as.double() method for objects of class performance_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.

Source: README.md, updated 2025-01-15