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 db9fc23 commit 884d74cCopy full SHA for 884d74c
NEWS.md
@@ -2,10 +2,10 @@
2
3
## Breaking Changes
4
5
-* The `cor` argument in `factor_analysis()` and `n_factors()` was renamed into
6
- `correlation_matrix`, to avoid naming collision with the `cor` argument of
7
- `psych::fa()`, which is internally used. Hence, now users can pass the `cor`
8
- argument to `psych::fa()` when using `factor_analysis()`.
+* The `cor` argument in `n_factors()` was renamed into `correlation_matrix`. In
+ `factor_analysis()`, the `cor` argument was completely removed to avoid naming
+ collision with the `cor` argument of `psych::fa()`, which now users can pass
+ the `cor` argument to `psych::fa()` when using `factor_analysis()`.
9
10
## Changes
11
0 commit comments