Hi,
The code below uses items 11 and 12 as anchors, while items 1-10 are estimated freely across the three groups 1-3.
How can I link groups 1 and 2 on item 11, let item 11 be freely estimated for group 3, link groups 2 and 3 on item 12, and let item 12 be freely estimated for group 1?
The code below uses items 11 and 12 as anchors, while items 1-10 are estimated freely across the three groups 1-3.
How can I link groups 1 and 2 on item 11, let item 11 be freely estimated for group 3, link groups 2 and 3 on item 12, and let item 12 be freely estimated for group 1?
Code:
*B = item batch vl create B = (i1-i10) irt (1: grm B) (2: grm B) (3: grm B) (grm i11 i12), group(grpvar)
Comment