We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49738c1 commit c88706aCopy full SHA for c88706a
sem.Rmd
@@ -1546,7 +1546,7 @@ fit <- cfa(
1546
HS.model,
1547
data = HolzingerSwineford1939,
1548
bounds = "pos.var", # forces all variances of both observed and latent variables to be strictly nonnegative
1549
- rstarts = 10,
+ rstarts = 10, # random starts
1550
verbose = TRUE)
1551
```
1552
0 commit comments