There is a newer version of the record available.

Published February 17, 2024 | Version v0.10.9
Software Open

easystats/performance: performance 0.10.9

  • 1. Universitätsklinikum Hamburg-Eppendorf
  • 2. Preisenergie
  • 3. University of Sussex
  • 4. Université du Québec à Montréal
  • 5. Luxembourg Institute of Socio-Economic Research (LISER)
  • 6. University of Kansas
  • 7. University of Melbourne
  • 8. Université Grenoble Alpes / Laboratoire d'Écologie Alpine (LECA)
  • 9. University of Oxford | @Quansight

Description

Changes

  • r2() for models of class glmmTMB without random effects now returns the correct r-squared value for non-mixed models.

  • check_itemscale() now also accepts data frames as input. In this case, factor_index must be specified, which must be a numeric vector of same length as number of columns in x, where each element is the index of the factor to which the respective column in x.

  • check_itemscale() gets a print_html() method.

  • Clarification in the documentation of the estimator argument for performance_aic().

  • Improved plots for overdispersion-checks for negative-binomial models from package glmmTMB (affects check_overdispersion() and check_mnodel()).

  • Improved detection rates for singularity in check_singularity() for models from package glmmTMB.

  • For model of class glmmTMB, deviance residuals are now used in the check_model() plot.

  • Improved (better to understand) error messages for check_model(), check_collinearity() and check_outliers() for models with non-numeric response variables.

  • r2_kullback() now gives an informative error for non-supported models.

Bug fixes

  • Fixed issue in binned_residuals() for models with binary outcome, where in rare occasions empty bins could occur.

  • performance_score() should no longer fail for models where scoring rules can't be calculated. Instead, an informative message is returned.

  • check_outliers() now properly accept the percentage_central argument when using the "mcd" method.

  • Fixed edge cases in check_collinearity() and check_outliers() for models with response variables of classes Date, POSIXct, POSIXlt or difftime.

  • Fixed issue with check_model() for models of package quantreg.

Files

easystats/performance-v0.10.9.zip

Files (4.6 MB)

Name Size Download all
md5:db7508c70319445a747c50acce367655
4.6 MB Preview Download

Additional details

Related works