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

Fix `semlbci`: Add `block` and `group` in matching parameters #78

Closed sfcheung closed 3 years ago

sfcheung commented 3 years ago

DONE (e72a2b5851d623bfa10de6d5d37668e60e89b2ce)

Just using lhs, op, and rhs cannot uniquely identify a parameter. Add block and group.

https://github.com/sfcheung/semlbci/blob/b8d0febfd73e3babbd7df3e075de9fbcd398b80a/R/semlbci.R#L157-L165

Not urgent because this is a problem only for multigroup and multilevel models, which are not yet supported in semlbci.