We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560724f commit 98d5d6fCopy full SHA for 98d5d6f
1 file changed
mplus.qmd
@@ -841,7 +841,7 @@ DATA:
841
842
VARIABLE:
843
NAMES = PersonID sex A B time timesq; ! List of variables in data file
844
- USEVARIABLE = time timesq sex A B; ! Variables to be analyzed in this model
+ USEVARIABLE = sex A B time timesq; ! Variables to be analyzed in this model
845
MISSING ARE ALL (-999); ! Missing data identifier
846
! MLM options
847
CLUSTER = PersonID; ! Level-2 ID
0 commit comments