Skip to content

Commit f5b1565

Browse files
committed
news, desc
1 parent aea945e commit f5b1565

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: performance
33
Title: Assessment of Regression Models Performance
4-
Version: 0.15.3.5
4+
Version: 0.15.3.6
55
Authors@R:
66
c(person(given = "Daniel",
77
family = "Lüdecke",

NEWS.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
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.

0 commit comments

Comments
 (0)