easystats/performance: performance 0.10.9
Creators
- 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 classglmmTMB
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 inx
, where each element is the index of the factor to which the respective column inx
.check_itemscale()
gets aprint_html()
method.Clarification in the documentation of the
estimator
argument forperformance_aic()
.Improved plots for overdispersion-checks for negative-binomial models from package glmmTMB (affects
check_overdispersion()
andcheck_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 thecheck_model()
plot.Improved (better to understand) error messages for
check_model()
,check_collinearity()
andcheck_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 thepercentage_central
argument when using the"mcd"
method.Fixed edge cases in
check_collinearity()
andcheck_outliers()
for models with response variables of classesDate
,POSIXct
,POSIXlt
ordifftime
.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
- Is supplement to
- Software: https://github.com/easystats/performance/tree/v0.10.9 (URL)