performance
Assessment of regression model quality
performance keeps adding ways to check a model you have already fitted.
◆Recent moves
- 1mo ago
check_priors() added; overdispersion plots use simulated residuals
Adds check_priors() for prior predictive checks on Bayesian models, plus ppc_range and x_limits arguments for zooming into plots on wide-range responses. The overdispersion plot switches to DHARMa simulated residuals for glmmTMB and mixed models, fixing distorted output.
View source ↗ - 2mo ago
-2LL criterion column and unified Bayesian predictive checks
test_likelihoodratio() gains a Criterion column carrying -2LL per model, and Bayesian check_predictions() moves onto modelbased::estimate_prediction() so its output matches every other supported model. Collinearity fixes for fixest and ordinal models come with it.
View source ↗ - 6mo ago
Breaking renames plus point-count and CI controls in check_model()
Breaking renames: the psych FA metric is corrected from RMSA to RMSR, and the first argument of check_model(), check_predictions() and check_convergence() becomes model. check_model() gains maximum_dots to cap plotted points and show_ci to control confidence intervals.
View source ↗ - 8mo ago
check_autocorrelation() methods for DHARMa objects
Adds check_autocorrelation() methods for DHARMa and simulate_residuals() objects, plus documentation work. A small extension of the simulated-residual thread.
View source ↗ - 10mo ago
Fixes CRAN checks after an rstanarm update
A release that exists to clear CRAN checks after an rstanarm update. Nothing user-facing.
View source ↗ - 11mo ago
tinytable output format in display()
display() picks up the tinytable format and non-converged lavaan models are handled more gracefully in model_performance(). Two small additions.
View source ↗