Skip to content

Commit 5694f3f

Browse files
20250212 - MLR estimator + FIML
1 parent 5a5fac2 commit 5694f3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sem.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1547,9 +1547,11 @@ speed =~ x7 + x8 + x9
15471547
fit <- cfa(
15481548
HS.model,
15491549
data = HolzingerSwineford1939,
1550+
missing = "ML",
1551+
estimator = "MLR",
15501552
bounds = "pos.var", # forces all variances of both observed and latent variables to be strictly nonnegative
15511553
rstarts = 10, # random starts
1552-
verbose = TRUE)
1554+
verbose = TRUE) # print all output
15531555
```
15541556

15551557
# Power Analysis {#powerAnalysis}

0 commit comments

Comments
 (0)