| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| performance 0.16.0 source code.tar.gz | 2026-02-04 | 4.3 MB | |
| performance 0.16.0 source code.zip | 2026-02-04 | 4.5 MB | |
| README.md | 2026-02-04 | 853 Bytes | |
| Totals: 3 Items | 8.8 MB | 0 | |
Breaking Changes
-
model_performance()for psych FA objects now correctly names the metric asRMSR(Root Mean Square Residual) instead ofRMSA. TheRMSR_correctedcolumn (previouslyRMSA_corrected) is also renamed accordingly. -
The first argument in
check_model(),check_predictions()andcheck_convergence()was renamed tomodel.
Changes
-
check_model()now limits the number of data points for models with many observations, to reduce the time for rendering the plot via themaximum_dotsargument. -
check_model()can now show or hide confidence intervals using theshow_ciargument. For models with only categorical predictors, confidence intervals are not shown by default.
Bug fixes
-
Fixed issue in
check_dag()with multiple colliders. -
Fixed CRAN check issues.