jsakaluk / dySEM

dySEM
https://jsakaluk.github.io/dySEM/
GNU General Public License v3.0
6 stars 4 forks source link

Introduce new argument labels for various families of model constraints across various design features in scriptCFA #98

Closed jsakaluk closed 9 months ago

jsakaluk commented 10 months ago

Will be a BREAKING CHANGe:

Dyadic constr_dy_meas constr_dy_struct

Time constr_long_meas constr_long_struct

Multi-Group constr_group_meas constr_group_struct

Folks will supply a character vector of the kinds of constraints they want to make (e.g., c("loading", "intercept", "residual"), and we will use stringr to detect key words (e.g., loading) to determine what gets constrained at what level

jsakaluk commented 10 months ago