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 861894a commit 055684eCopy full SHA for 055684e
R/methods_lavaan.R
@@ -8,7 +8,7 @@
8
model_parameters.lavaan <- function(model,
9
ci = 0.95,
10
standardize = FALSE,
11
- component = "regression",
+ component = c("regression", "correlation", "loading", "defined"),
12
keep = NULL,
13
drop = NULL,
14
verbose = TRUE,
0 commit comments