sfcheung / semlbci

Find the likelihood based confidence intervals for parameters in structural equation modeling
https://sfcheung.github.io/semlbci/
1 stars 0 forks source link

Increase the speed in getting the standardized solution using `std_lav()` #104

Closed sfcheung closed 1 month ago

sfcheung commented 3 years ago

Note

The bottleneck is in std_lav(). For steps that unnecessarily repeated in the *apply functions, do them once only.

To-Do

sfcheung commented 1 month ago

Moved.