Closed YichiZhang2024 closed 1 year ago
@YichiZhang2024 , thank you for putting the question in a reproducible example. It took me a while, but it's because you set the uniqueness for item 14 to be the same for groups 1, 3, and 4, when indeed they are all different based in pinsearch
. In other words, you should have something like
class14 ~~ c(U14a, U14, U14c, U14d) * class14
Based on the noninvariant parameters given by
pinsearch
, I manually specified a model and compare this model summary with the result ofpinsearch
. However, this manually specified model has different fit statistics and a different number of equality constraints. See the example below. Thepinsearch
result shows the number of equality constraints is 121, but the manually specified model shows the number of equality constraints is 123.Created on 2023-02-26 with reprex v2.0.2