
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 uses modelbased::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).
