Skip to content

Commit

Permalink
20230109 - EFA
Browse files Browse the repository at this point in the history
  • Loading branch information
Petersen committed Jan 9, 2023
1 parent 197f0de commit 5cc675a
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions 15-Factor-Analysis-PCA.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,8 @@ efaFactor1OrthogonalLavaan_fit <- efa(
missing = "ML",
estimator = "MLR",
meanstructure = TRUE,
rotation.args = list(orthogonal = TRUE)
rotation.args = list(orthogonal = TRUE),
output = "lavaan"
)
efaFactor2OrthogonalLavaan_fit <- efa(
Expand All @@ -1074,7 +1075,8 @@ efaFactor2OrthogonalLavaan_fit <- efa(
missing = "ML",
estimator = "MLR",
meanstructure = TRUE,
rotation.args = list(orthogonal = TRUE)
rotation.args = list(orthogonal = TRUE),
output = "lavaan"
)
efaFactor3OrthogonalLavaan_fit <- efa(
Expand All @@ -1085,7 +1087,8 @@ efaFactor3OrthogonalLavaan_fit <- efa(
missing = "ML",
estimator = "MLR",
meanstructure = TRUE,
rotation.args = list(orthogonal = TRUE)
rotation.args = list(orthogonal = TRUE),
output = "lavaan"
)
efaFactor4OrthogonalLavaan_fit <- efa(
Expand All @@ -1096,7 +1099,8 @@ efaFactor4OrthogonalLavaan_fit <- efa(
missing = "ML",
estimator = "MLR",
meanstructure = TRUE,
rotation.args = list(orthogonal = TRUE)
rotation.args = list(orthogonal = TRUE),
output = "lavaan"
)
efaFactor5OrthogonalLavaan_fit <- efa(
Expand All @@ -1107,7 +1111,8 @@ efaFactor5OrthogonalLavaan_fit <- efa(
missing = "ML",
estimator = "MLR",
meanstructure = TRUE,
rotation.args = list(orthogonal = TRUE)
rotation.args = list(orthogonal = TRUE),
output = "lavaan"
)
```

Expand Down

0 comments on commit 5cc675a

Please sign in to comment.