**MX-PC 1.66b** Job started on 03/05/08 at 16:00:12 ! INDEPENDENT PATHWAY MODEL ! NL IQ DATA The following MX script lines were read for group 1 #NGROUPS 4 Note: #NGroup set number of groups to 4 #DEFINE NVAR 6 #DEFINE NFAC 1 G1: DEFINE MATRICES CALCULATION BEGIN MATRICES; X FULL NVAR NFAC FREE ! COMMON FACTOR GENETIC PATH COEFFICIENTS Y FULL NVAR NFAC !FREE ! COMMON FACTOR SHARED ENVIRONMENT PATH COEFFICIENTS Z FULL NVAR NFAC FREE ! COMMON FACTOR UNIQUE ENVIRONMENT PATH COEFFICIENTS T DIAG NVAR NVAR FREE ! VARIABLE SPECIFIC GENETIC PATH COEFFICIENTS U DIAG NVAR NVAR !FREE ! VARIABLE SPECIFIC SHARED ENV PATH COEFFICIENTS V DIAG NVAR NVAR FREE ! VARIABLE SPECIFIC RESIDUAL PATH COEFFICIENTS M FULL 1 NVAR FREE ! MEANS END MATRICES; START 7 M 1 1 - M 1 NVAR START 10 V 1 1 1 - V 1 NVAR NVAR ! START .6 X 1 1 1 - X 1 NVAR 1 Y 1 1 1 - Y 1 NVAR 1 Z 1 1 1 - Z 1 NVAR 1 ! START 4 T 1 1 1 - T 1 NVAR NVAR U 1 1 1 - U 1 NVAR NVAR BEGIN ALGEBRA; A= X*X' + T*T'; ! ADDITIVE GENETIC VARIANCE COMPONENTS C= Y*Y' + U*U'; ! SHARED ENVIRONMENT VARIANCE COMPONENTS E= Z*Z' + V*V'; ! NONSHARED ENVIRONMENT VARIANCE COMPONENTS END ALGEBRA; OPTION NO_OUTPUT END The following MX script lines were read for group 2 G2: MZ TWINS #INCLUDE IQNLMZ2.DAT Note: Opening #include file 1 iqnlmz2.dat DATA NINPUTVARS=18 RECTANGULAR FILE=IQNL2.REC Rectangular continuous data read initiated Note: Maximum ordinal/rectangular record length is: 1000 Note: It be increased by maxrec= parameter on the data line. NOTE: Rectangular file contained 101 records with data that contained a total of 1566 observations LABELS FAMID ZYGOS AGE_T1 SEX_T1 VAR1_T1 VAR2_T1 VAR3_T1 VAR4_T1 VAR5_T1 VAR6_T1 AGE_T2 SEX_T2 VAR1_T2 VAR2_T2 VAR3_T2 VAR4_T2 VAR5_T2 VAR6_T2 SELECT IF ZYGOS < 3 ; !SELECT MZ'S NOTE: Select if yields 28 data vectors for analysis NOTE: Vectors contain a total of 432 observations SELECT VAR1_T1 VAR2_T1 VAR3_T1 VAR4_T1 VAR5_T1 VAR6_T1 VAR1_T2 VAR2_T2 VAR3_T2 VAR4_T2 VAR5_T2 VAR6_T2 ; Note: Closing #include file 1 BEGIN MATRICES = GROUP 1; NOTE: Selection yields 26 data vectors for analysis NOTE: Vectors contain a total of 264 observations MEANS M | M ; COVARIANCE A+C+E | A+C _ A+C | A+C+E ; OPTION RSIDUALS END The following MX script lines were read for group 3 G3: DZ TWINS #INCLUDE IQNLDZ2.DAT Note: Opening #include file 1 iqnldz2.dat DATA NINPUTVARS=18 RECTANGULAR FILE=IQNL2.REC Rectangular continuous data read initiated Note: Maximum ordinal/rectangular record length is: 1000 Note: It be increased by maxrec= parameter on the data line. NOTE: Rectangular file contained 101 records with data that contained a total of 1566 observations LABELS FAMID ZYGOS AGE_T1 SEX_T1 VAR1_T1 VAR2_T1 VAR3_T1 VAR4_T1 VAR5_T1 VAR6_T1 AGE_T2 SEX_T2 VAR1_T2 VAR2_T2 VAR3_T2 VAR4_T2 VAR5_T2 VAR6_T2 SELECT IF ZYGOS > 2 ; !SELECT DZ'S NOTE: Select if yields 73 data vectors for analysis NOTE: Vectors contain a total of 1134 observations SELECT VAR1_T1 VAR2_T1 VAR3_T1 VAR4_T1 VAR5_T1 VAR6_T1 VAR1_T2 VAR2_T2 VAR3_T2 VAR4_T2 VAR5_T2 VAR6_T2 ; Note: Closing #include file 1 BEGIN MATRICES= GROUP 1; NOTE: Selection yields 70 data vectors for analysis NOTE: Vectors contain a total of 696 observations H FULL 1 1 END MATRICES; MATRIX H .5 MEANS M | M ; COVARIANCE A+C+E | H@A+C _ H@A+C | A+C+E ; OPTION RSIDUALS END The following MX script lines were read for group 4 G4: CALCULATE STANDARDISED SOLUTION CALCULATION MATRICES = GROUP 1 I IDEN NVAR NVAR END MATRICES; BEGIN ALGEBRA; R=A+C+E; ! TOTAL VARIANCE S=(\SQRT(I.R))~; ! DIAGONAL MATRIX OF STANDARD DEVIATIONS P=S*X_ S*Y_ S*Z; ! STANDARDIZED ESTIMATES FOR COMMON FACTORS Q=S*T_ S*U_ S*V; ! STANDARDIZED ESTIMATES FOR SPECIFIC FACTORS END ALGEBRA; LABELS ROW P A1 A2 A3 A4 A5 A6 C1 C2 C3 C4 C5 C6 E1 E2 E3 E4 E5 E6 LABELS COL P VAR1 VAR2 VAR3 VAR4 VAR5 VAR6 LABELS ROW Q AS1 AS2 AS3 AS4 AS5 AS6 CS1 CS2 CS3 CS4 CS5 CS6 ES1 ES2 ES3 ES4 ES5 ES6 LABELS COL Q VAR1 VAR2 VAR3 VAR4 VAR5 VAR6 OPTIONS NDECIMALS=4 OPTION SAT= 2878.969, 891 END Summary of VL file data for group 2 VAR1_T1 VAR2_T1 VAR3_T1 VAR4_T1 VAR5_T1 VAR6_T1 VAR1_T2 Code 1.0000 2.0000 3.0000 4.0000 5.0000 6.0000 7.0000 Number 20.0000 20.0000 20.0000 20.0000 20.0000 20.0000 24.0000 Mean 8.8000 6.3553 8.3611 8.7224 6.6219 8.4210 8.8333 Variance 0.7360 2.3720 3.5331 1.8854 1.9945 4.5428 0.5456 Minimum 6.4000 3.4210 3.8890 5.5560 4.3900 3.6840 6.8000 Maximum 10.0000 9.3420 10.0000 10.0000 10.0000 10.0000 9.6000 VAR2_T2 VAR3_T2 VAR4_T2 VAR5_T2 VAR6_T2 Code 8.0000 9.0000 10.0000 11.0000 12.0000 Number 24.0000 24.0000 24.0000 24.0000 24.0000 Mean 6.5406 8.4491 9.0742 6.9512 8.0263 Variance 1.9801 3.8575 1.4058 1.8393 5.9385 Minimum 2.7630 3.8890 5.5560 3.9020 2.6320 Maximum 9.6050 10.0000 10.0000 9.5120 10.0000 Summary of VL file data for group 3 VAR1_T1 VAR2_T1 VAR3_T1 VAR4_T1 VAR5_T1 VAR6_T1 VAR1_T2 Code 1.0000 2.0000 3.0000 4.0000 5.0000 6.0000 7.0000 Number 58.0000 58.0000 58.0000 58.0000 58.0000 58.0000 58.0000 Mean 8.5103 6.5426 8.1706 8.9273 7.1783 8.1897 8.7241 Variance 0.4954 2.0112 3.0542 1.1052 1.1553 3.8068 0.7749 Minimum 6.4000 3.1580 2.7780 5.5560 4.3900 2.1050 4.0000 Maximum 9.6000 8.9470 10.0000 10.0000 9.2680 10.0000 10.0000 VAR2_T2 VAR3_T2 VAR4_T2 VAR5_T2 VAR6_T2 Code 8.0000 9.0000 10.0000 11.0000 12.0000 Number 58.0000 58.0000 58.0000 58.0000 58.0000 Mean 6.5994 8.0364 8.8507 6.9386 7.6180 Variance 1.2279 3.3653 1.1477 0.9543 5.2258 Minimum 4.2110 2.7780 5.5560 3.6590 2.6320 Maximum 8.5530 10.0000 10.0000 8.5370 10.0000 PARAMETER SPECIFICATIONS GROUP NUMBER: 2 G2: MZ twins MATRIX A This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX M This is a FULL matrix of order 1 by 6 1 2 3 4 5 6 1 25 26 27 28 29 30 MATRIX T This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 13 2 0 14 3 0 0 15 4 0 0 0 16 5 0 0 0 0 17 6 0 0 0 0 0 18 MATRIX U This is a DIAGONAL matrix of order 6 by 6 It has no free parameters specified MATRIX V This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 19 2 0 20 3 0 0 21 4 0 0 0 22 5 0 0 0 0 23 6 0 0 0 0 0 24 MATRIX X This is a FULL matrix of order 6 by 1 1 1 1 2 2 3 3 4 4 5 5 6 6 MATRIX Y This is a FULL matrix of order 6 by 1 It has no free parameters specified MATRIX Z This is a FULL matrix of order 6 by 1 1 1 7 2 8 3 9 4 10 5 11 6 12 GROUP NUMBER: 3 G3: DZ twins MATRIX A This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX M This is a FULL matrix of order 1 by 6 1 2 3 4 5 6 1 25 26 27 28 29 30 MATRIX T This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 13 2 0 14 3 0 0 15 4 0 0 0 16 5 0 0 0 0 17 6 0 0 0 0 0 18 MATRIX U This is a DIAGONAL matrix of order 6 by 6 It has no free parameters specified MATRIX V This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 19 2 0 20 3 0 0 21 4 0 0 0 22 5 0 0 0 0 23 6 0 0 0 0 0 24 MATRIX X This is a FULL matrix of order 6 by 1 1 1 1 2 2 3 3 4 4 5 5 6 6 MATRIX Y This is a FULL matrix of order 6 by 1 It has no free parameters specified MATRIX Z This is a FULL matrix of order 6 by 1 1 1 7 2 8 3 9 4 10 5 11 6 12 GROUP NUMBER: 4 G4: Calculate Standardised Solution MATRIX A This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX I This is an IDENTITY matrix of order 6 by 6 MATRIX M This is a FULL matrix of order 1 by 6 1 2 3 4 5 6 1 25 26 27 28 29 30 MATRIX P This is a computed FULL matrix of order 18 by 1 It has no free parameters specified MATRIX Q This is a computed FULL matrix of order 18 by 6 It has no free parameters specified MATRIX R This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX T This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 13 2 0 14 3 0 0 15 4 0 0 0 16 5 0 0 0 0 17 6 0 0 0 0 0 18 MATRIX U This is a DIAGONAL matrix of order 6 by 6 It has no free parameters specified MATRIX V This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 19 2 0 20 3 0 0 21 4 0 0 0 22 5 0 0 0 0 23 6 0 0 0 0 0 24 MATRIX X This is a FULL matrix of order 6 by 1 1 1 1 2 2 3 3 4 4 5 5 6 6 MATRIX Y This is a FULL matrix of order 6 by 1 It has no free parameters specified MATRIX Z This is a FULL matrix of order 6 by 1 1 1 7 2 8 3 9 4 10 5 11 6 12 Mx starting optimization; number of parameters = 30 MX PARAMETER ESTIMATES GROUP NUMBER: 2 G2: MZ twins MATRIX A This is a computed FULL matrix of order 6 by 6 [=X*X'+T*T'] 1 2 3 4 5 6 1 0.3919 0.2711 0.0831 0.0511 0.2698 0.2862 2 0.2711 1.4456 0.2647 0.1627 0.8597 0.9118 3 0.0831 0.2647 0.0811 0.0499 0.2634 0.2794 4 0.0511 0.1627 0.0499 0.0832 0.1619 0.1717 5 0.2698 0.8597 0.2634 0.1619 0.8555 0.9073 6 0.2862 0.9118 0.2794 0.1717 0.9073 4.0420 MATRIX C This is a computed FULL matrix of order 6 by 6 [=Y*Y'+U*U'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 6 by 6 [=Z*Z'+V*V'] 1 2 3 4 5 6 1 0.2506 -0.0001 0.1021 0.0618 -0.0097 0.0276 2 -0.0001 0.3193 -0.0025 -0.0015 0.0002 -0.0007 3 0.1021 -0.0025 3.2847 1.5087 -0.2373 0.6737 4 0.0618 -0.0015 1.5087 1.1786 -0.1436 0.4076 5 -0.0097 0.0002 -0.2373 -0.1436 0.4226 -0.0641 6 0.0276 -0.0007 0.6737 0.4076 -0.0641 0.6838 MATRIX M This is a FULL matrix of order 1 by 6 1 2 3 4 5 6 1 8.6634 6.5217 8.1819 8.8913 6.9694 7.9264 MATRIX T This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 0.5539 2 0.0000 0.7627 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 -0.2293 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 -1.7549 MATRIX U This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX V This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 0.4964 2 0.0000 -0.5651 3 0.0000 0.0000 0.8895 4 0.0000 0.0000 0.0000 -0.5155 5 0.0000 0.0000 0.0000 0.0000 -0.6324 6 0.0000 0.0000 0.0000 0.0000 0.0000 -0.7084 MATRIX X This is a FULL matrix of order 6 by 1 1 1 -0.2917 2 -0.9295 3 -0.2848 4 -0.1751 5 -0.9249 6 -0.9810 MATRIX Y This is a FULL matrix of order 6 by 1 1 1 0.0000 2 0.0000 3 0.0000 4 0.0000 5 0.0000 6 0.0000 MATRIX Z This is a FULL matrix of order 6 by 1 1 1 -0.0646 2 0.0016 3 -1.5791 4 -0.9554 5 0.1503 6 -0.4266 Vector of OBSERVED means VAR1_T1 VAR2_T1 VAR3_T1 VAR4_T1 VAR5_T1 VAR6_T1 VAR1_T2 Mean 8.8000 6.3553 8.3611 8.7224 6.6219 8.4210 8.8333 VAR2_T2 VAR3_T2 VAR4_T2 VAR5_T2 VAR6_T2 Mean 6.5406 8.4491 9.0742 6.9512 8.0263 Vector of EXPECTED means VAR1_T1 VAR2_T1 VAR3_T1 VAR4_T1 VAR5_T1 VAR6_T1 VAR1_T2 Mean 8.6634 6.5217 8.1819 8.8913 6.9694 7.9264 8.6634 VAR2_T2 VAR3_T2 VAR4_T2 VAR5_T2 VAR6_T2 Mean 6.5217 8.1819 8.8913 6.9694 7.9264 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX VAR1_T1 VAR2_T1 VAR3_T1 VAR4_T1 VAR5_T1 VAR6_T1 VAR1_T2 VAR1_T1 0.6426 VAR2_T1 0.2710 1.7649 VAR3_T1 0.1852 0.2622 3.3658 VAR4_T1 0.1128 0.1612 1.5586 1.2619 VAR5_T1 0.2601 0.8599 0.0262 0.0184 1.2780 VAR6_T1 0.3137 0.9111 0.9531 0.5794 0.8432 4.7258 VAR1_T2 0.3919 0.2711 0.0831 0.0511 0.2698 0.2862 0.6426 VAR2_T2 0.2711 1.4456 0.2647 0.1627 0.8597 0.9118 0.2710 VAR3_T2 0.0831 0.2647 0.0811 0.0499 0.2634 0.2794 0.1852 VAR4_T2 0.0511 0.1627 0.0499 0.0832 0.1619 0.1717 0.1128 VAR5_T2 0.2698 0.8597 0.2634 0.1619 0.8555 0.9073 0.2601 VAR6_T2 0.2862 0.9118 0.2794 0.1717 0.9073 4.0420 0.3137 VAR2_T2 VAR3_T2 VAR4_T2 VAR5_T2 VAR6_T2 VAR1_T1 VAR2_T1 VAR3_T1 VAR4_T1 VAR5_T1 VAR6_T1 VAR1_T2 VAR2_T2 1.7649 VAR3_T2 0.2622 3.3658 VAR4_T2 0.1612 1.5586 1.2619 VAR5_T2 0.8599 0.0262 0.0184 1.2780 VAR6_T2 0.9111 0.9531 0.5794 0.8432 4.7258 Function value of this group: 783.1543 Where the fit function is -2 * Log-likelihood of raw data GROUP NUMBER: 3 G3: DZ twins MATRIX A This is a computed FULL matrix of order 6 by 6 [=X*X'+T*T'] 1 2 3 4 5 6 1 0.3919 0.2711 0.0831 0.0511 0.2698 0.2862 2 0.2711 1.4456 0.2647 0.1627 0.8597 0.9118 3 0.0831 0.2647 0.0811 0.0499 0.2634 0.2794 4 0.0511 0.1627 0.0499 0.0832 0.1619 0.1717 5 0.2698 0.8597 0.2634 0.1619 0.8555 0.9073 6 0.2862 0.9118 0.2794 0.1717 0.9073 4.0420 MATRIX C This is a computed FULL matrix of order 6 by 6 [=Y*Y'+U*U'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 6 by 6 [=Z*Z'+V*V'] 1 2 3 4 5 6 1 0.2506 -0.0001 0.1021 0.0618 -0.0097 0.0276 2 -0.0001 0.3193 -0.0025 -0.0015 0.0002 -0.0007 3 0.1021 -0.0025 3.2847 1.5087 -0.2373 0.6737 4 0.0618 -0.0015 1.5087 1.1786 -0.1436 0.4076 5 -0.0097 0.0002 -0.2373 -0.1436 0.4226 -0.0641 6 0.0276 -0.0007 0.6737 0.4076 -0.0641 0.6838 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX M This is a FULL matrix of order 1 by 6 1 2 3 4 5 6 1 8.6634 6.5217 8.1819 8.8913 6.9694 7.9264 MATRIX T This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 0.5539 2 0.0000 0.7627 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 -0.2293 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 -1.7549 MATRIX U This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX V This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 0.4964 2 0.0000 -0.5651 3 0.0000 0.0000 0.8895 4 0.0000 0.0000 0.0000 -0.5155 5 0.0000 0.0000 0.0000 0.0000 -0.6324 6 0.0000 0.0000 0.0000 0.0000 0.0000 -0.7084 MATRIX X This is a FULL matrix of order 6 by 1 1 1 -0.2917 2 -0.9295 3 -0.2848 4 -0.1751 5 -0.9249 6 -0.9810 MATRIX Y This is a FULL matrix of order 6 by 1 1 1 0.0000 2 0.0000 3 0.0000 4 0.0000 5 0.0000 6 0.0000 MATRIX Z This is a FULL matrix of order 6 by 1 1 1 -0.0646 2 0.0016 3 -1.5791 4 -0.9554 5 0.1503 6 -0.4266 Vector of OBSERVED means VAR1_T1 VAR2_T1 VAR3_T1 VAR4_T1 VAR5_T1 VAR6_T1 VAR1_T2 Mean 8.5103 6.5426 8.1706 8.9273 7.1783 8.1897 8.7241 VAR2_T2 VAR3_T2 VAR4_T2 VAR5_T2 VAR6_T2 Mean 6.5994 8.0364 8.8507 6.9386 7.6180 Vector of EXPECTED means VAR1_T1 VAR2_T1 VAR3_T1 VAR4_T1 VAR5_T1 VAR6_T1 VAR1_T2 Mean 8.6634 6.5217 8.1819 8.8913 6.9694 7.9264 8.6634 VAR2_T2 VAR3_T2 VAR4_T2 VAR5_T2 VAR6_T2 Mean 6.5217 8.1819 8.8913 6.9694 7.9264 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX VAR1_T1 VAR2_T1 VAR3_T1 VAR4_T1 VAR5_T1 VAR6_T1 VAR1_T2 VAR1_T1 0.6426 VAR2_T1 0.2710 1.7649 VAR3_T1 0.1852 0.2622 3.3658 VAR4_T1 0.1128 0.1612 1.5586 1.2619 VAR5_T1 0.2601 0.8599 0.0262 0.0184 1.2780 VAR6_T1 0.3137 0.9111 0.9531 0.5794 0.8432 4.7258 VAR1_T2 0.1960 0.1356 0.0415 0.0255 0.1349 0.1431 0.6426 VAR2_T2 0.1356 0.7228 0.1324 0.0814 0.4298 0.4559 0.2710 VAR3_T2 0.0415 0.1324 0.0406 0.0249 0.1317 0.1397 0.1852 VAR4_T2 0.0255 0.0814 0.0249 0.0416 0.0810 0.0859 0.1128 VAR5_T2 0.1349 0.4298 0.1317 0.0810 0.4277 0.4537 0.2601 VAR6_T2 0.1431 0.4559 0.1397 0.0859 0.4537 2.0210 0.3137 VAR2_T2 VAR3_T2 VAR4_T2 VAR5_T2 VAR6_T2 VAR1_T1 VAR2_T1 VAR3_T1 VAR4_T1 VAR5_T1 VAR6_T1 VAR1_T2 VAR2_T2 1.7649 VAR3_T2 0.2622 3.3658 VAR4_T2 0.1612 1.5586 1.2619 VAR5_T2 0.8599 0.0262 0.0184 1.2780 VAR6_T2 0.9111 0.9531 0.5794 0.8432 4.7258 Function value of this group: 2141.6174 Where the fit function is -2 * Log-likelihood of raw data GROUP NUMBER: 4 G4: Calculate Standardised Solution MATRIX A This is a computed FULL matrix of order 6 by 6 [=X*X'+T*T'] 1 2 3 4 5 6 1 0.3919 0.2711 0.0831 0.0511 0.2698 0.2862 2 0.2711 1.4456 0.2647 0.1627 0.8597 0.9118 3 0.0831 0.2647 0.0811 0.0499 0.2634 0.2794 4 0.0511 0.1627 0.0499 0.0832 0.1619 0.1717 5 0.2698 0.8597 0.2634 0.1619 0.8555 0.9073 6 0.2862 0.9118 0.2794 0.1717 0.9073 4.0420 MATRIX C This is a computed FULL matrix of order 6 by 6 [=Y*Y'+U*U'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 6 by 6 [=Z*Z'+V*V'] 1 2 3 4 5 6 1 0.2506 -0.0001 0.1021 0.0618 -0.0097 0.0276 2 -0.0001 0.3193 -0.0025 -0.0015 0.0002 -0.0007 3 0.1021 -0.0025 3.2847 1.5087 -0.2373 0.6737 4 0.0618 -0.0015 1.5087 1.1786 -0.1436 0.4076 5 -0.0097 0.0002 -0.2373 -0.1436 0.4226 -0.0641 6 0.0276 -0.0007 0.6737 0.4076 -0.0641 0.6838 MATRIX I This is an IDENTITY matrix of order 6 by 6 MATRIX M This is a FULL matrix of order 1 by 6 1 2 3 4 5 6 1 8.6634 6.5217 8.1819 8.8913 6.9694 7.9264 MATRIX P This is a computed FULL matrix of order 18 by 1 [=S*X_S*Y_S*Z] VAR1 A1 -0.3639 A2 -0.6996 A3 -0.1552 A4 -0.1558 A5 -0.8181 A6 -0.4513 C1 0.0000 C2 0.0000 C3 0.0000 C4 0.0000 C5 0.0000 C6 0.0000 E1 -0.0806 E2 0.0012 E3 -0.8607 E4 -0.8505 E5 0.1329 E6 -0.1963 MATRIX Q This is a computed FULL matrix of order 18 by 6 [=S*T_S*U_S*V] VAR1 VAR2 VAR3 VAR4 VAR5 VAR6 AS1 0.6910 0.0000 0.0000 0.0000 0.0000 0.0000 AS2 0.0000 0.5741 0.0000 0.0000 0.0000 0.0000 AS3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 AS4 0.0000 0.0000 0.0000 -0.2041 0.0000 0.0000 AS5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 AS6 0.0000 0.0000 0.0000 0.0000 0.0000 -0.8073 CS1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 CS2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 CS3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 CS4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 CS5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 CS6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ES1 0.6193 0.0000 0.0000 0.0000 0.0000 0.0000 ES2 0.0000 -0.4254 0.0000 0.0000 0.0000 0.0000 ES3 0.0000 0.0000 0.4849 0.0000 0.0000 0.0000 ES4 0.0000 0.0000 0.0000 -0.4589 0.0000 0.0000 ES5 0.0000 0.0000 0.0000 0.0000 -0.5594 0.0000 ES6 0.0000 0.0000 0.0000 0.0000 0.0000 -0.3259 MATRIX R This is a computed FULL matrix of order 6 by 6 [=A+C+E] 1 2 3 4 5 6 1 0.6426 0.2710 0.1852 0.1128 0.2601 0.3137 2 0.2710 1.7649 0.2622 0.1612 0.8599 0.9111 3 0.1852 0.2622 3.3658 1.5586 0.0262 0.9531 4 0.1128 0.1612 1.5586 1.2619 0.0184 0.5794 5 0.2601 0.8599 0.0262 0.0184 1.2780 0.8432 6 0.3137 0.9111 0.9531 0.5794 0.8432 4.7258 MATRIX S This is a computed FULL matrix of order 6 by 6 [=(\SQRT(I.R))~] 1 2 3 4 5 6 1 1.2475 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.7527 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.5451 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.8902 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.8846 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.4600 MATRIX T This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 0.5539 2 0.0000 0.7627 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 -0.2293 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 -1.7549 MATRIX U This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX V This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 0.4964 2 0.0000 -0.5651 3 0.0000 0.0000 0.8895 4 0.0000 0.0000 0.0000 -0.5155 5 0.0000 0.0000 0.0000 0.0000 -0.6324 6 0.0000 0.0000 0.0000 0.0000 0.0000 -0.7084 MATRIX X This is a FULL matrix of order 6 by 1 1 1 -0.2917 2 -0.9295 3 -0.2848 4 -0.1751 5 -0.9249 6 -0.9810 MATRIX Y This is a FULL matrix of order 6 by 1 1 1 0.0000 2 0.0000 3 0.0000 4 0.0000 5 0.0000 6 0.0000 MATRIX Z This is a FULL matrix of order 6 by 1 1 1 -0.0646 2 0.0016 3 -1.5791 4 -0.9554 5 0.1503 6 -0.4266 Your model has 30 estimated parameters and 960 Observed statistics -2 times log-likelihood of data >>> 2924.772 Degrees of freedom >>>>>>>>>>>>>>>> 930 Akaike's Information Criterion >>>> 1064.772 Bayesian Information Criterion >>>> -660.036 Sample size Adjusted BIC >>>> 808.171 Deviance Information Criterion >>>> 194.577 Saturated model fit* >>>>>>>>>>> 2878.969 Saturated model df* >>>>>>>>>>> 891 Difference Chi-squared >>>>>>>> 45.803 Difference d.f. >>>>>>>>>>>>>>> 39 Probability >>>>>>>>>>>>>>>>>>>> 0.211 Akaike's Information Criterion > -32.197 * Saturated model statistic supplied by user This problem used 0.6% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.07 Execution 0: 0: 0: 4.49 TOTAL 0: 0: 0: 4.56 Total number of warnings issued: 0 ______________________________________________________________________________