File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments