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

Try another implementation of the Neale-Miller-1992 approach #60

Closed sfcheung closed 3 years ago

sfcheung commented 3 years ago

Instead of doing the optimization by the package, we add constraints to the input object. This may be slower, but less error prone.

Close for now. Too slow due to nonlinear equality constraints required to find the CIs for standardized estimates.