Multigroup analysis PreviousNext
Mplus Discussion > Multilevel Data/Complex Sample >
Message/Author
 Tsachi Ein-Dor posted on Wednesday, August 17, 2011 - 2:21 am
Hi
I have this code:
TITLE: Model I with Grouping
DATA: FILE IS SEM.dat;
VARIABLE:
NAMES ARE id G sn1-sn3 fc fe mc me hg hf h se narc;
usevariables are sn1-sn3 fc fe mc me hg hf se narc;
missing are all (99).
GROUPING IS G (0 = outhome 1 = athome);
MODEL:
sn BY sn1-sn3;
hg hf ON sn fc mc fe me se narc;
sn fc mc fe me se narc WITH sn fc mc fe me se narc;
MODEL athome:
sn BY sn1-sn3;
hg hf ON sn fc mc fe me se narc;
sn fc mc fe me se narc WITH sn fc mc fe me se narc;
OUTPUT: TECH1 SAMPSTAT standardized ;

I get this error message:
** ERROR in MODEL command
Unknown group name ATHOME specified in group-specific MODEL command.
 Linda K. Muthen posted on Wednesday, August 17, 2011 - 6:31 am
You have

missing are all (99).

It should b

missing are all (99);
Back to top
Add Your Message Here
Post:
Username: Posting Information:
This is a private posting area. Only registered users and moderators may post messages here.
Password:
Options: Enable HTML code in message
Automatically activate URLs in message
Action: