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

Update `syntax_to_i()` to support multigroup models through labelled parameters #88

Closed sfcheung closed 3 years ago

sfcheung commented 3 years ago

DONE

Note

Users need to add labels to the target parameters. syntax_to_i() will find the row number of each label. No need for new syntax. "a1 :=" can also be used to stand for the parameter labeled "a1". ~Tentative plan: "a1 ==" stands for the parameter labelled "a1". This allows the function to support multigroup models.~