Skip to content

Commit 98d5d6f

Browse files
20260202 - clean up
1 parent 560724f commit 98d5d6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mplus.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ DATA:
841841
842842
VARIABLE:
843843
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
844+
USEVARIABLE = sex A B time timesq; ! Variables to be analyzed in this model
845845
MISSING ARE ALL (-999); ! Missing data identifier
846846
! MLM options
847847
CLUSTER = PersonID; ! Level-2 ID

0 commit comments

Comments
 (0)