| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| performance 0.17.0 source code.tar.gz | 2026-05-22 | 4.0 MB | |
| performance 0.17.0 source code.zip | 2026-05-22 | 4.2 MB | |
| README.md | 2026-05-22 | 955 Bytes | |
| Totals: 3 Items | 8.2 MB | 0 | |
Changes
-
test_likelihoodratio()now has a new 'Criterion' column containing the -2 * log-likelihood (-2LL) value for each model. -
Added more details to the troubleshooting section to the documentation of
check_model(). -
check_predictions()for Bayesian models now usesmodelbased::estimate_prediction()and returns posterior predictive data in the same format as for other supported models. -
Updated tests to work with the next release of the DHARMa package (version 0.5.0).
Bug fixes
-
Fixed issue in
check_collinearity()for models from the fixest package. -
Fixed issue in
check_collinearity()that was causing inflated VIF values when applied to clm and clmm models from the ordinal package. -
Fixed issue in
test_likelihoodratio.ListLavaan()that was extracting the absolute model fit (Chisq) from the lavTestLRT output instead of the actual LRT test statistic (Chisq diff).