TITLE: mix14 4-class model representing two 2-class latent variables proposed by Goodman (1974), pages 229-231. See also Bartholomew (1987), pages 23-25. Coleman's panel data on student attitudes (n=3398). Two points in time, 1 and 2. Measures: Member = self-perceived membership in the leading crowd? (Yes=1, No=0) Attitud = does membership involve sometimes going against principles? (Yes=0, No=1) DATA: FILE IS coleman.dat; VARIABLE: NAMES ARE membr1 attd1 membr2 attd2; USEV ARE membr1 attd1 membr2 attd2; CATEGORICAL ARE membr1 attd1 membr2 attd2; CLASSES = c(4); ANALYSIS: TYPE = MIXTURE; MITERATIONS = 1000; MODEL: %OVERALL% %c#1% [membr1$1*-1] (1); [attd1$1*-2] (2); [membr2$1*-3] (3); [attd2$1*-2] (4); %c#2% [membr1$1*-1] (1); [attd1$1*1] (6); [membr2$1*-3] (3); [attd2$1*1] (8); %c#3% [membr1$1*1.5] (5); [attd1$1*-2] (2); [membr2$1*2] (7); [attd2$1*-2] (4); %c#4% [membr1$1*1.5] (5); [attd1$1*1] (6); [membr2$1*2] (7); [attd2$1*1] (8); OUTPUT: TECH1;