TITLE: LCGA for a categorical outcome !when type=mixture is selected without algorithm=integration !a LCGA is carried out DATA: File is cat_84.dat; VARIABLE: Names are u1-u4 x c; usevariables = u1-u4 x; classes = c (2); categorical = u1-u4; ANALYSIS: type = mixture; MODEL: %OVERALL% i s | u1@0 u2@1 u3@2 u4@3; c ON x; i s on x; output: sampstat residual stdYX tech1 tech4 tech11; plot: type is plot3; series is u1-u4(*);