**MX-PC 1.63h** Job started on 03/08/06 at 16:54:09 ! COMMON PATHWAY MODEL ! NL IQ DATA The following MX script lines were read for group 1 #NGROUPS 5 Note: #NGroup set number of groups to 5 #DEFINE NVAR 6 #DEFINE NFAC 1 G1: DEFINE MATRICES CALCULATION BEGIN MATRICES; X FULL NFAC NFAC FREE ! LATENT FACTOR GENETIC PATH COEFFICIENT Y FULL NFAC NFAC FREE ! LATENT FACTOR SHARED ENVIRONMENT PATH COEFFICIENT Z FULL NFAC NFAC FREE ! LATENT FACTOR UNIQUE ENVIRONMENT PATH COEFFICIENT 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 F FULL NVAR NFAC FREE ! LOADINGS OF VARIABLES ON LATENT FACTOR I IDEN 2 2 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 1 F 1 1 1 - F 1 NVAR 1 ! START .6 X 1 1 1 Y 1 1 1 Z 1 1 ! START 4 T 1 1 1 - T 1 NVAR NVAR U 1 1 1 - U 1 NVAR NVAR BEGIN ALGEBRA; A= F&(X*X') + T*T'; ! GENETIC VARIANCE COMPONENTS C= F&(Y*Y') + U*U'; ! SHARED ENVIRONMENT VARIANCE COMPONENTS E= F&(Z*Z') + V*V'; ! NONSHARED ENVIRONMENT VARIANCE COMPONENTS L= X*X' + Y*Y' + Z*Z'; ! VARIANCE OF LATENT FACTOR 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: 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: 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: CONSTRAIN VARIANCE OF LATENT FACTOR TO 1 CONSTRAINT BEGIN MATRICES; L COMPUTED =L1 I UNIT 1 1 END MATRICES; CONSTRAINT L = I ; END The following MX script lines were read for group 5 G5: CALCULATE STANDARDISED SOLUTION CALCULATION MATRICES = GROUP 1 D IDEN NVAR NVAR END MATRICES; BEGIN ALGEBRA; R=A+C+E; ! TOTAL VARIANCE S=(\SQRT(D.R))~; ! DIAGONAL MATRIX OF STANDARD DEVIATIONS P=S*F; ! STANDARDIZED ESTIMATES FOR LOADINGS LATENT FACTOR Q=S*T_ S*U_ S*V; ! STANDARDIZED ESTIMATES FOR SPECIFIC FACTORS END ALGEBRA; LABEL ROW P F1 F2 F3 F4 F5 F6 LABEL ROW Q AS1 AS2 AS3 AS4 AS5 AS6 CS1 CS2 CS3 CS4 CS5 CS6 ES1 ES2 ES3 ES4 ES5 ES6 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 F This is a FULL matrix of order 6 by 1 1 1 22 2 23 3 24 4 25 5 26 6 27 MATRIX I This is an IDENTITY matrix of order 2 by 2 MATRIX L This is a computed 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 28 29 30 31 32 33 MATRIX T This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 4 2 0 5 3 0 0 6 4 0 0 0 7 5 0 0 0 0 8 6 0 0 0 0 0 9 MATRIX U This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 10 2 0 11 3 0 0 12 4 0 0 0 13 5 0 0 0 0 14 6 0 0 0 0 0 15 MATRIX V This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 16 2 0 17 3 0 0 18 4 0 0 0 19 5 0 0 0 0 20 6 0 0 0 0 0 21 MATRIX X This is a FULL matrix of order 1 by 1 1 1 1 MATRIX Y This is a FULL matrix of order 1 by 1 1 1 2 MATRIX Z This is a FULL matrix of order 1 by 1 1 1 3 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 F This is a FULL matrix of order 6 by 1 1 1 22 2 23 3 24 4 25 5 26 6 27 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX I This is an IDENTITY matrix of order 2 by 2 MATRIX L This is a computed 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 28 29 30 31 32 33 MATRIX T This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 4 2 0 5 3 0 0 6 4 0 0 0 7 5 0 0 0 0 8 6 0 0 0 0 0 9 MATRIX U This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 10 2 0 11 3 0 0 12 4 0 0 0 13 5 0 0 0 0 14 6 0 0 0 0 0 15 MATRIX V This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 16 2 0 17 3 0 0 18 4 0 0 0 19 5 0 0 0 0 20 6 0 0 0 0 0 21 MATRIX X This is a FULL matrix of order 1 by 1 1 1 1 MATRIX Y This is a FULL matrix of order 1 by 1 1 1 2 MATRIX Z This is a FULL matrix of order 1 by 1 1 1 3 GROUP NUMBER: 4 G4: Constrain variance of latent factor to 1 MATRIX I This is a UNIT matrix of order 1 by 1 MATRIX L This is a computed FULL matrix of order 1 by 1 It has no free parameters specified GROUP NUMBER: 5 G5: 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 D This is an IDENTITY matrix of order 6 by 6 MATRIX E This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX F This is a FULL matrix of order 6 by 1 1 1 22 2 23 3 24 4 25 5 26 6 27 MATRIX I This is an IDENTITY matrix of order 2 by 2 MATRIX L This is a computed 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 28 29 30 31 32 33 MATRIX P This is a computed FULL matrix of order 6 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 4 2 0 5 3 0 0 6 4 0 0 0 7 5 0 0 0 0 8 6 0 0 0 0 0 9 MATRIX U This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 10 2 0 11 3 0 0 12 4 0 0 0 13 5 0 0 0 0 14 6 0 0 0 0 0 15 MATRIX V This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 16 2 0 17 3 0 0 18 4 0 0 0 19 5 0 0 0 0 20 6 0 0 0 0 0 21 MATRIX X This is a FULL matrix of order 1 by 1 1 1 1 MATRIX Y This is a FULL matrix of order 1 by 1 1 1 2 MATRIX Z This is a FULL matrix of order 1 by 1 1 1 3 Mx starting optimization; number of parameters = 33 *** WARNING! *** I am not sure I have found a solution that satisfies Kuhn-Tucker conditions for a minimum. NAG's IFAIL parameter is 6 Looks like I got stuck here. Check the following: 1. The model is correctly specified 2. Starting values are good 3. You are not already at the solution The error can arise if the Hessian is ill-conditioned You can try resetting it to an identity matrix and fit from the solution by putting TH=-n on the OU line where n is the number of refits that you want to do If all else fails try putting NAG=30 on the OU line and examine the file NAGDUMP.OUT and the NAG manual MX PARAMETER ESTIMATES GROUP NUMBER: 2 G2: MZ twins MATRIX A This is a computed FULL matrix of order 6 by 6 [=F&(X*X')+T*T'] 1 2 3 4 5 6 1 0.4628 0.0186 0.1520 0.0959 0.0083 0.0654 2 0.0186 1.4597 0.2127 0.1343 0.0117 0.0915 3 0.1520 0.2127 1.7372 1.0966 0.0952 0.7477 4 0.0959 0.1343 1.0966 0.6922 0.0601 0.4720 5 0.0083 0.0117 0.0952 0.0601 0.2072 0.0410 6 0.0654 0.0915 0.7477 0.4720 0.0410 4.0752 MATRIX C This is a computed FULL matrix of order 6 by 6 [=F&(Y*Y')+U*U'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0003 0.0002 0.0000 0.0002 2 0.0000 0.0001 0.0005 0.0003 0.0000 0.0002 3 0.0003 0.0005 0.0040 0.0025 0.0002 0.0017 4 0.0002 0.0003 0.0025 0.0016 0.0001 0.0011 5 0.0000 0.0000 0.0002 0.0001 0.5181 0.0001 6 0.0002 0.0002 0.0017 0.0011 0.0001 0.0007 MATRIX E This is a computed FULL matrix of order 6 by 6 [=F&(Z*Z')+V*V'] 1 2 3 4 5 6 1 0.1980 0.0079 0.0646 0.0408 0.0035 0.0278 2 0.0079 0.3173 0.0904 0.0571 0.0050 0.0389 3 0.0646 0.0904 1.6467 0.4662 0.0405 0.3178 4 0.0408 0.0571 0.4662 0.5863 0.0255 0.2006 5 0.0035 0.0050 0.0405 0.0255 0.5762 0.0174 6 0.0278 0.0389 0.3178 0.2006 0.0174 0.6268 MATRIX F This is a FULL matrix of order 6 by 1 1 1 -0.1378 2 -0.1928 3 -1.5747 4 -0.9940 5 -0.0863 6 -0.6777 MATRIX I This is an IDENTITY matrix of order 2 by 2 MATRIX L This is a computed FULL matrix of order 1 by 1 [=X*X'+Y*Y'+Z*Z'] 1 1 1.0000 MATRIX M This is a FULL matrix of order 1 by 6 1 2 3 4 5 6 1 8.6633 6.5260 8.1488 8.8715 6.9695 7.9201 MATRIX T This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 0.6705 2 0.0000 1.1974 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.4494 6 0.0000 0.0000 0.0000 0.0000 0.0000 1.9374 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.7198 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.4386 2 0.0000 0.5534 3 0.0000 0.0000 0.9530 4 0.0000 0.0000 0.0000 0.5404 5 0.0000 0.0000 0.0000 0.0000 -0.7576 6 0.0000 0.0000 0.0000 0.0000 0.0000 -0.7000 MATRIX X This is a FULL matrix of order 1 by 1 1 1 0.8370 MATRIX Y This is a FULL matrix of order 1 by 1 1 1 -0.0401 MATRIX Z This is a FULL matrix of order 1 by 1 1 1 -0.5457 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.6633 6.5260 8.1488 8.8715 6.9695 7.9201 8.6633 VAR2_T2 VAR3_T2 VAR4_T2 VAR5_T2 VAR6_T2 Mean 6.5260 8.1488 8.8715 6.9695 7.9201 (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.6609 VAR2_T1 0.0266 1.7771 VAR3_T1 0.2170 0.3036 3.3879 VAR4_T1 0.1370 0.1916 1.5653 1.2801 VAR5_T1 0.0119 0.0166 0.1359 0.0858 1.3016 VAR6_T1 0.0934 0.1307 1.0672 0.6737 0.0585 4.7028 VAR1_T2 0.4629 0.0187 0.1523 0.0962 0.0083 0.0656 0.6609 VAR2_T2 0.0187 1.4598 0.2132 0.1346 0.0117 0.0917 0.0266 VAR3_T2 0.1523 0.2132 1.7412 1.0991 0.0954 0.7494 0.2170 VAR4_T2 0.0962 0.1346 1.0991 0.6938 0.0602 0.4730 0.1370 VAR5_T2 0.0083 0.0117 0.0954 0.0602 0.7254 0.0411 0.0119 VAR6_T2 0.0656 0.0917 0.7494 0.4730 0.0411 4.0760 0.0934 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.7771 VAR3_T2 0.3036 3.3879 VAR4_T2 0.1916 1.5653 1.2801 VAR5_T2 0.0166 0.1359 0.0858 1.3016 VAR6_T2 0.1307 1.0672 0.6737 0.0585 4.7028 Function value of this group: 806.9232 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 [=F&(X*X')+T*T'] 1 2 3 4 5 6 1 0.4628 0.0186 0.1520 0.0959 0.0083 0.0654 2 0.0186 1.4597 0.2127 0.1343 0.0117 0.0915 3 0.1520 0.2127 1.7372 1.0966 0.0952 0.7477 4 0.0959 0.1343 1.0966 0.6922 0.0601 0.4720 5 0.0083 0.0117 0.0952 0.0601 0.2072 0.0410 6 0.0654 0.0915 0.7477 0.4720 0.0410 4.0752 MATRIX C This is a computed FULL matrix of order 6 by 6 [=F&(Y*Y')+U*U'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0003 0.0002 0.0000 0.0002 2 0.0000 0.0001 0.0005 0.0003 0.0000 0.0002 3 0.0003 0.0005 0.0040 0.0025 0.0002 0.0017 4 0.0002 0.0003 0.0025 0.0016 0.0001 0.0011 5 0.0000 0.0000 0.0002 0.0001 0.5181 0.0001 6 0.0002 0.0002 0.0017 0.0011 0.0001 0.0007 MATRIX E This is a computed FULL matrix of order 6 by 6 [=F&(Z*Z')+V*V'] 1 2 3 4 5 6 1 0.1980 0.0079 0.0646 0.0408 0.0035 0.0278 2 0.0079 0.3173 0.0904 0.0571 0.0050 0.0389 3 0.0646 0.0904 1.6467 0.4662 0.0405 0.3178 4 0.0408 0.0571 0.4662 0.5863 0.0255 0.2006 5 0.0035 0.0050 0.0405 0.0255 0.5762 0.0174 6 0.0278 0.0389 0.3178 0.2006 0.0174 0.6268 MATRIX F This is a FULL matrix of order 6 by 1 1 1 -0.1378 2 -0.1928 3 -1.5747 4 -0.9940 5 -0.0863 6 -0.6777 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX I This is an IDENTITY matrix of order 2 by 2 MATRIX L This is a computed FULL matrix of order 1 by 1 [=X*X'+Y*Y'+Z*Z'] 1 1 1.0000 MATRIX M This is a FULL matrix of order 1 by 6 1 2 3 4 5 6 1 8.6633 6.5260 8.1488 8.8715 6.9695 7.9201 MATRIX T This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 0.6705 2 0.0000 1.1974 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.4494 6 0.0000 0.0000 0.0000 0.0000 0.0000 1.9374 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.7198 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.4386 2 0.0000 0.5534 3 0.0000 0.0000 0.9530 4 0.0000 0.0000 0.0000 0.5404 5 0.0000 0.0000 0.0000 0.0000 -0.7576 6 0.0000 0.0000 0.0000 0.0000 0.0000 -0.7000 MATRIX X This is a FULL matrix of order 1 by 1 1 1 0.8370 MATRIX Y This is a FULL matrix of order 1 by 1 1 1 -0.0401 MATRIX Z This is a FULL matrix of order 1 by 1 1 1 -0.5457 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.6633 6.5260 8.1488 8.8715 6.9695 7.9201 8.6633 VAR2_T2 VAR3_T2 VAR4_T2 VAR5_T2 VAR6_T2 Mean 6.5260 8.1488 8.8715 6.9695 7.9201 (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.6609 VAR2_T1 0.0266 1.7771 VAR3_T1 0.2170 0.3036 3.3879 VAR4_T1 0.1370 0.1916 1.5653 1.2801 VAR5_T1 0.0119 0.0166 0.1359 0.0858 1.3016 VAR6_T1 0.0934 0.1307 1.0672 0.6737 0.0585 4.7028 VAR1_T2 0.2314 0.0093 0.0763 0.0482 0.0042 0.0329 0.6609 VAR2_T2 0.0093 0.7299 0.1068 0.0674 0.0059 0.0460 0.0266 VAR3_T2 0.0763 0.1068 0.8726 0.5508 0.0478 0.3756 0.2170 VAR4_T2 0.0482 0.0674 0.5508 0.3477 0.0302 0.2371 0.1370 VAR5_T2 0.0042 0.0059 0.0478 0.0302 0.6217 0.0206 0.0119 VAR6_T2 0.0329 0.0460 0.3756 0.2371 0.0206 2.0384 0.0934 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.7771 VAR3_T2 0.3036 3.3879 VAR4_T2 0.1916 1.5653 1.2801 VAR5_T2 0.0166 0.1359 0.0858 1.3016 VAR6_T2 0.1307 1.0672 0.6737 0.0585 4.7028 Function value of this group: 2198.9520 Where the fit function is -2 * Log-likelihood of raw data GROUP NUMBER: 4 G4: Constrain variance of latent factor to 1 MATRIX I This is a UNIT matrix of order 1 by 1 MATRIX L This is a computed FULL matrix of order 1 by 1 [=X*X'+Y*Y'+Z*Z'] 1 1 1.0000 GROUP NUMBER: 5 G5: Calculate Standardised Solution MATRIX A This is a computed FULL matrix of order 6 by 6 [=F&(X*X')+T*T'] 1 2 3 4 5 6 1 0.4628 0.0186 0.1520 0.0959 0.0083 0.0654 2 0.0186 1.4597 0.2127 0.1343 0.0117 0.0915 3 0.1520 0.2127 1.7372 1.0966 0.0952 0.7477 4 0.0959 0.1343 1.0966 0.6922 0.0601 0.4720 5 0.0083 0.0117 0.0952 0.0601 0.2072 0.0410 6 0.0654 0.0915 0.7477 0.4720 0.0410 4.0752 MATRIX C This is a computed FULL matrix of order 6 by 6 [=F&(Y*Y')+U*U'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0003 0.0002 0.0000 0.0002 2 0.0000 0.0001 0.0005 0.0003 0.0000 0.0002 3 0.0003 0.0005 0.0040 0.0025 0.0002 0.0017 4 0.0002 0.0003 0.0025 0.0016 0.0001 0.0011 5 0.0000 0.0000 0.0002 0.0001 0.5181 0.0001 6 0.0002 0.0002 0.0017 0.0011 0.0001 0.0007 MATRIX D This is an IDENTITY matrix of order 6 by 6 MATRIX E This is a computed FULL matrix of order 6 by 6 [=F&(Z*Z')+V*V'] 1 2 3 4 5 6 1 0.1980 0.0079 0.0646 0.0408 0.0035 0.0278 2 0.0079 0.3173 0.0904 0.0571 0.0050 0.0389 3 0.0646 0.0904 1.6467 0.4662 0.0405 0.3178 4 0.0408 0.0571 0.4662 0.5863 0.0255 0.2006 5 0.0035 0.0050 0.0405 0.0255 0.5762 0.0174 6 0.0278 0.0389 0.3178 0.2006 0.0174 0.6268 MATRIX F This is a FULL matrix of order 6 by 1 1 1 -0.1378 2 -0.1928 3 -1.5747 4 -0.9940 5 -0.0863 6 -0.6777 MATRIX I This is an IDENTITY matrix of order 2 by 2 MATRIX L This is a computed FULL matrix of order 1 by 1 [=X*X'+Y*Y'+Z*Z'] 1 1 1.0000 MATRIX M This is a FULL matrix of order 1 by 6 1 2 3 4 5 6 1 8.6633 6.5260 8.1488 8.8715 6.9695 7.9201 MATRIX P This is a computed FULL matrix of order 6 by 1 [=S*F] 1 F1 -0.1695 F2 -0.1446 F3 -0.8555 F4 -0.8786 F5 -0.0756 F6 -0.3125 MATRIX Q This is a computed FULL matrix of order 18 by 6 [=S*T_S*U_S*V] 1 2 3 4 5 6 AS1 0.8247 0.0000 0.0000 0.0000 0.0000 0.0000 AS2 0.0000 0.8982 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.0000 0.0000 0.0000 AS5 0.0000 0.0000 0.0000 0.0000 -0.3940 0.0000 AS6 0.0000 0.0000 0.0000 0.0000 0.0000 0.8934 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.6309 0.0000 CS6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ES1 0.5395 0.0000 0.0000 0.0000 0.0000 0.0000 ES2 0.0000 0.4151 0.0000 0.0000 0.0000 0.0000 ES3 0.0000 0.0000 0.5178 0.0000 0.0000 0.0000 ES4 0.0000 0.0000 0.0000 0.4776 0.0000 0.0000 ES5 0.0000 0.0000 0.0000 0.0000 -0.6641 0.0000 ES6 0.0000 0.0000 0.0000 0.0000 0.0000 -0.3228 MATRIX R This is a computed FULL matrix of order 6 by 6 [=A+C+E] 1 2 3 4 5 6 1 0.6609 0.0266 0.2170 0.1370 0.0119 0.0934 2 0.0266 1.7771 0.3036 0.1916 0.0166 0.1307 3 0.2170 0.3036 3.3879 1.5653 0.1359 1.0672 4 0.1370 0.1916 1.5653 1.2801 0.0858 0.6737 5 0.0119 0.0166 0.1359 0.0858 1.3016 0.0585 6 0.0934 0.1307 1.0672 0.6737 0.0585 4.7028 MATRIX S This is a computed FULL matrix of order 6 by 6 [=(\SQRT(D.R))~] 1 2 3 4 5 6 1 1.2301 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.7501 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.5433 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.8839 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.8765 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.4611 MATRIX T This is a DIAGONAL matrix of order 6 by 6 1 2 3 4 5 6 1 0.6705 2 0.0000 1.1974 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.4494 6 0.0000 0.0000 0.0000 0.0000 0.0000 1.9374 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.7198 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.4386 2 0.0000 0.5534 3 0.0000 0.0000 0.9530 4 0.0000 0.0000 0.0000 0.5404 5 0.0000 0.0000 0.0000 0.0000 -0.7576 6 0.0000 0.0000 0.0000 0.0000 0.0000 -0.7000 MATRIX X This is a FULL matrix of order 1 by 1 1 1 0.8370 MATRIX Y This is a FULL matrix of order 1 by 1 1 1 -0.0401 MATRIX Z This is a FULL matrix of order 1 by 1 1 1 -0.5457 *** WARNING! *** Minimization may not be successful. See above CODE RED - Hessian/precision problem Your model has 33 estimated parameters and 961 Observed statistics Observed statistics include 1 constraints. -2 times log-likelihood of data >>> 3005.875 Degrees of freedom >>>>>>>>>>>>>>>> 928 Akaike's Information Criterion >>>> 1149.875 Bayesian Information Criterion >>>> -614.920 Sample size Adjusted BIC >>>> 850.130 Deviance Information Criterion >>>> 237.855 Saturated model fit* >>>>>>>>>>> 2878.969 Saturated model df* >>>>>>>>>>> 891 Difference Chi-squared >>>>>>>> 126.906 Difference d.f. >>>>>>>>>>>>>>> 37 Probability >>>>>>>>>>>>>>>>>>>> 0.000 Akaike's Information Criterion > 52.906 * Saturated model statistic supplied by user This problem used 0.7% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.25 Execution 0: 0: 1:55.81 TOTAL 0: 0: 1:56.06 Total number of warnings issued: 2 ______________________________________________________________________________