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

In `ci_bound_wn_i`, if an equality constraint is imposed by `==` and appears before the user-defined variable(s), error will occur #69

Open sfcheung opened 3 years ago

sfcheung commented 3 years ago

This problem occurs if the target variable is the user-defined variable.

This can be solved by placing the == equality constraint after the user-defined variable(s). However, the function should be able to handle this internally.

This issue is not of top priority because it can be solved by adding the == constraints to the end for now.