easystats/performance: performance 0.14.0
Creators
- 1. Universitätsklinikum Hamburg-Eppendorf
- 2. Carl Zeiss AG
- 3. University of Sussex
- 4. New York University
- 5. University of Kansas
- 6. @metamelb-repliCATS
- 7. Fors Marsh
- 8. @Quansight
Description
Breaking Changes
- The
"Increased SE"
column in the output ofcheck_collinearity()
was renamed into"adj. VIF"
(=adjusted VIF). Furthermore, the computation of the adjusted VIF now correctly accounts for the numbers of levels (i.e. degrees of freedom) for factors.
New functions
New function
check_group_variation()
to check within-/between-group variability (this function will replacecheck_heterogeneity_bias()
in future releases.)New functions
performance_reliability()
andperformance_dvour()
. These functions provide information about the reliability of group-level estimates (i.e., random effects) in mixed models.
Changes
- Singularity checks with
check_singularity()
are now more efficient and also include the random effects for the dispersion component (from package glmmTMB). Furthermore, acheck
argument allows to check for general singularity (for the full model), or can return singularity checks for each random effects term separately.
Bug fixes
Fixed issue with wrong computation of pseudo-R2 for some models where the base-model (null model) was updated using the original data, which could include missing values. Now the model frame is used, ensuring the correct number of observations in the returned base-model, thus calculating the correct log-likelihood and returning the correct pseudo-R2.
Fixed examples in
check_outliers()
.
Files
easystats/performance-v0.14.0.zip
Files
(4.5 MB)
Name | Size | Download all |
---|---|---|
md5:5e4db4e32b310e149a09c90677f89bfb
|
4.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/easystats/performance/tree/v0.14.0 (URL)
Software
- Repository URL
- https://github.com/easystats/performance