We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b1565 commit dbd7dffCopy full SHA for dbd7dff
1 file changed
NEWS.md
@@ -1,11 +1,13 @@
1
# performance (devel)
2
3
-## Changes
+## Breaking Changes
4
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`
7
column (previously `RMSA_corrected`) is also renamed accordingly.
8
9
+## Changes
10
+
11
* `check_model()` now limits the number of data points for models with many
12
observations, to reduce the time for rendering the plot via the `maximum_dots`
13
argument.
0 commit comments