Skip to content

Commit 055684e

Browse files
committed
fix
1 parent 861894a commit 055684e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/methods_lavaan.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
model_parameters.lavaan <- function(model,
99
ci = 0.95,
1010
standardize = FALSE,
11-
component = "regression",
11+
component = c("regression", "correlation", "loading", "defined"),
1212
keep = NULL,
1313
drop = NULL,
1414
verbose = TRUE,

0 commit comments

Comments
 (0)