Skip to content

Commit 10408d1

Browse files
authored
Update NEWS.md
1 parent cb48903 commit 10408d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616

1717
## Changes
1818

19-
* `factor_analysis()` gets a `.matrix` method, including a new argument `n_obs` (which can be a single value or a matrix of pairwise counts), to compute factor analysis for a correlation matrix or covariance matrix.
19+
* `factor_analysis()` gets a `.matrix` method, including a new argument `n_obs`
20+
(which can be a single value or a matrix of pairwise counts), to compute
21+
factor analysis for a correlation matrix or covariance matrix.
2022

2123
* New function `factor_scores()` to extract factor scores from EFA (`psych::fa()`
2224
or `factor_analysis()`).

0 commit comments

Comments
 (0)