File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11Type: Package
22Package: performance
33Title: Assessment of Regression Models Performance
4- Version: 0.15.3.5
4+ Version: 0.15.3.6
55Authors@R:
66 c(person(given = "Daniel",
77 family = "Lüdecke",
Original file line number Diff line number Diff line change 22
33## Changes
44
5- * ` model_performance() ` for psych FA objects now correctly names the metric as
6- ` RMSR ` (Root Mean Square Residual) instead of ` RMSA ` . The ` RMSR_corrected `
5+ * ` model_performance() ` for psych FA objects now correctly names the metric as
6+ ` RMSR ` (Root Mean Square Residual) instead of ` RMSA ` . The ` RMSR_corrected `
77 column (previously ` RMSA_corrected ` ) is also renamed accordingly.
88
99* ` check_model() ` now limits the number of data points for models with many
1010 observations, to reduce the time for rendering the plot via the ` maximum_dots `
1111 argument.
1212
13+ * ` check_model() ` can now show or hide confidence intervals using the ` show_ci `
14+ argument. For models with only categorical predictors, cnmfidence intervals
15+ are not shown by default.
16+
1317## Bug fixes
1418
1519* Fixed issue in ` check_dag() ` with multiple colliders.
You can’t perform that action at this time.
0 commit comments