Skip to content

Commit

Permalink
20250204 - random starts
Browse files Browse the repository at this point in the history
  • Loading branch information
isaactpetersen committed Feb 4, 2025
1 parent 49738c1 commit c88706a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sem.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,7 @@ fit <- cfa(
HS.model,
data = HolzingerSwineford1939,
bounds = "pos.var", # forces all variances of both observed and latent variables to be strictly nonnegative
rstarts = 10,
rstarts = 10, # random starts
verbose = TRUE)
```

Expand Down

0 comments on commit c88706a

Please sign in to comment.