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 to implement the Neale-Miller-1997 approach #32

Closed sfcheung closed 3 years ago

sfcheung commented 3 years ago

Work-in-progress: ci_bound_nm_i and set_constraint_nm.

Nearly done. ci_bound_nm_i alone can do the job. Use one set of functions for all common scenarios (unstandardized and standardized, free parameter or user defined parameters). Use test_generic = TRUE to trigger this. Much faster than the previous approach. Should think about doing in ci_bound_i.

Defer to another issue:

Done:

Note:

sfcheung commented 3 years ago

Done. semlbci also updated.