File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 11Type: Package
22Package: parameters
33Title: Processing of Model Parameters
4- Version: 0.26.0.16
4+ Version: 0.27.0
55Authors@R:
66 c(person(given = "Daniel",
77 family = "Lüdecke",
@@ -78,7 +78,7 @@ BugReports: https://github.com/easystats/parameters/issues
7878Depends:
7979 R (>= 3.6)
8080Imports:
81- bayestestR (>= 0.16.0 ),
81+ bayestestR (>= 0.16.1 ),
8282 datawizard (>= 1.1.0),
8383 insight (>= 1.3.1),
8484 graphics,
@@ -110,7 +110,7 @@ Suggests:
110110 cluster,
111111 cobalt,
112112 coda,
113- correlation,
113+ correlation (>= 0.8.8) ,
114114 coxme,
115115 cplm,
116116 curl,
@@ -230,4 +230,3 @@ Config/testthat/parallel: true
230230Config/Needs/website: easystats/easystatstemplate
231231Config/Needs/check: stan-dev/cmdstanr
232232Config/rcmdcheck/ignore-inconsequential-notes: true
233- Remotes: easystats/insight, easystats/bayestestR, easystats/correlation
Original file line number Diff line number Diff line change 1- # parameters (devel)
1+ # parameters 0.27.0
22
33## Breaking Changes
44
1616
1717## Changes
1818
19- * ` factor_analysis() ` gets a ` .matrix ` method, including arguments ` n_obs ` and
20- ` n_matrix ` , to compute factor analysis for a correlation matrix or covariance
21- 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.
2222
2323* New function ` factor_scores() ` to extract factor scores from EFA (` psych::fa() `
2424 or ` factor_analysis() ` ).
You can’t perform that action at this time.
0 commit comments