Skip to content

Commit a494008

Browse files
20260202 - clean up code
1 parent 98d5d6f commit a494008

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mplus.qmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -862,15 +862,15 @@ MODEL: ! A = construct 1; B = construct 2
862862
A B (Aresvar Bresvar); ! L1 residual variances (labels)
863863
Alin | A ON time; ! Placeholder for A linear change
864864
Aquad | A ON timesq; ! Placeholder for A quadratic change
865-
Blin | B ON time; ! Placeholder for B linear change
866-
A WITH B (ResCov); ! L1 WP covariance for concurrent B->A
867-
A^ ON B^1 (BALagEff); ! L1 WP fixed effect of ^residual lagged B->A
865+
Blin | B ON time; ! Placeholder for B linear change
866+
A WITH B (ResCov); ! L1 WP covariance for concurrent B->A
867+
A^ ON B^1 (BALagEff); ! L1 WP fixed effect of ^residual lagged B->A
868868
B^ ON A^1 (ABLagEff); ! L1 WP fixed effect of ^residual lagged A->B
869869
870870
%BETWEEN%
871871
[A B Alin Aquad Blin]; ! Fixed intercepts, fixed change slopes
872872
A B (Aintvar Bintvar); ! L2 G: Random intercept variances (labels)
873-
Alin Blin (Alinvar Blinvar); ! L2 G: Random linear change variances
873+
Alin Blin (Alinvar Blinvar); ! L2 G: Random linear change variances
874874
A Alin ON sex (XtoYint XtoYlin); ! sex -> A int, A linear change
875875
B Blin ON sex (XtoYint XtoYlin); ! sex -> B int, B linear change
876876
A Alin B Blin WITH A Alin B Blin; ! L2 G: covariances for random intercepts and change across outcomes

0 commit comments

Comments
 (0)