** Mx startup successful ** **MX-PC 1.52a** Job started on 01/03/06 at 11:24:57 ! Model: recursive model of VIQ, GPA, and CPL ! with trivariate Cholesky decomposition of A, C, D and E ! Groups: all (MZ, DZ, FS, HS, CO, NR) ! Data: single entry covariances ! Transfo: standardized within categories of RASEX_1$ ! Submodels: BACE and all submodels ! Restrict ACE to make B identified ! Formula for K (standardized coefficients) corrected ! Formula for O (standardized B) corrected ! Mating: randomg (k=.5) ! Bound all in [0 10] The following MX script lines were read for group 1 #NGROUPS 8 Note: #NGroup set number of groups to 8 #DEFINE NVAR 3 ! NUMBER OF VARIABLES #DEFINE TWONVAR 6 ! TWO TIMES NVAR GROUP 1 - MODEL PARAMETERS CALCULATION BEGIN MATRICES; B SDIAG NVAR NVAR FREE ! PHENOTYPIC REGRESSION COEFFICIENTS X LOWER NVAR NVAR FREE ! GENETIC STRUCTURE Y LOWER NVAR NVAR FREE ! COMMON ENVIRONMENTAL STRUCTURE Z LOWER NVAR NVAR FREE ! SPECIFIC ENVIRONMENTAL STRUCTURE V LOWER NVAR NVAR ! DOMINANCE STRUCTURE I IDEN NVAR NVAR H FULL 1 1 Q FULL 1 1 T FULL 1 1 END MATRICES; MATRIX H .5 MATRIX Q .25 MATRIX T .125 START .5 ALL BOUND 0 10 B 2 1 B 3 1 B 3 2 BEGIN ALGEBRA; A = X*X' ; C = Y*Y' ; D = V*V' ; E = Z*Z' ; W = (I - B)~ ; END ALGEBRA; OPTIONS NO_OUTPUT END The following MX script lines were read for group 2 GROUP 2 - MZ TWINS DATA NINPUTVARS=TWONVAR NOBS=170 LABELS VIQ_1 GPA_1 CPL_1 VIQ_2 GPA_2 CPL_2 CMATRIX 1.0598 0.2741 0.9223 0.2975 0.3609 0.9899 0.8047 0.3193 0.2565 1.1652 0.1827 0.6173 0.3118 0.3239 0.9489 0.3339 0.3472 0.6587 0.4035 0.3823 0.9976 MATRICES = GROUP 1 COVARIANCE W*(A+C+D+E)*W' | W*(A+C+D)*W'_ W*(A+C+D)*W' | W*(A+C+D+E)*W' ; OPTIONS NO_OUTPUT END The following MX script lines were read for group 3 GROUP 3 - DZ TWINS DATA NINPUTVARS=TWONVAR NOBS=290 LABELS VIQ_1 GPA_1 CPL_1 VIQ_2 GPA_2 CPL_2 CMATRIX 0.8260 0.2022 0.8680 0.1474 0.2404 0.8911 0.3204 0.1219 0.1269 0.9832 0.0408 0.2943 0.0942 0.2352 0.9081 0.0270 0.0489 0.2120 0.1146 0.2369 0.7247 MATRICES = GROUP 1 COVARIANCE W*(A+C+D+E)*W' | W*(H@A+Q@D+C)*W'_ W*(H@A+Q@D+C)*W' | W*(A+C+D+E)*W' ; ! By using Kronecker product H@A each element of A is multiplied by .5 OPTIONS NO_OUTPUT END The following MX script lines were read for group 4 GROUP 4 - FS FULL SIBLINGS DATA NINPUTVARS=TWONVAR NOBS=702 LABELS VIQ_1 GPA_1 CPL_1 VIQ_2 GPA_2 CPL_2 CMATRIX 1.0769 0.2980 0.9499 0.2181 0.3671 0.9807 0.4152 0.1797 0.1422 0.9484 0.1605 0.3326 0.2299 0.2441 0.8966 0.1346 0.2156 0.3218 0.2402 0.3766 0.9580 MATRICES = GROUP 1 COVARIANCE W*(A+C+D+E)*W' | W*(H@A+Q@D+C)*W'_ W*(H@A+Q@D+C)*W' | W*(A+C+D+E)*W' ; OPTIONS NO_OUTPUT END The following MX script lines were read for group 5 GROUP 5 - HS HALF SIBLINGS DATA NINPUTVARS=TWONVAR NOBS=242 LABELS VIQ_1 GPA_1 CPL_1 VIQ_2 GPA_2 CPL_2 CMATRIX 0.9014 0.1846 1.1316 0.2399 0.4942 1.1443 0.2967 0.0984 0.1197 1.0185 -0.1058 0.3188 0.1181 0.1388 1.1652 0.1773 0.0880 0.2229 0.2092 0.3244 1.0395 MATRICES = GROUP 1 COVARIANCE W*(A+C+D+E)*W' | W*(Q@A+C)*W'_ W*(Q@A+C)*W' | W*(A+C+D+E)*W' ; OPTIONS NO_OUTPUT END The following MX script lines were read for group 6 GROUP 6 - CO COUSINS DATA NINPUTVARS=TWONVAR NOBS=105 LABELS VIQ_1 GPA_1 CPL_1 VIQ_2 GPA_2 CPL_2 CMATRIX 0.9116 0.1656 1.0338 0.0519 0.1879 0.8081 0.2807 0.1073 0.0055 0.6902 0.0779 0.0949 -0.0107 0.1433 0.8142 0.2368 0.2193 0.1130 0.2344 0.2101 1.0828 MATRICES = GROUP 1 COVARIANCE W*(A+C+D+E)*W' | W*(T@A+C)*W'_ W*(T@A+C)*W' | W*(A+C+D+E)*W' ; OPTIONS NO_OUTPUT END The following MX script lines were read for group 7 GROUP 7 - NR UNRELATED SIBLINGS DATA NINPUTVARS=TWONVAR NOBS=174 LABELS VIQ_1 GPA_1 CPL_1 VIQ_2 GPA_2 CPL_2 CMATRIX 0.8979 0.2526 0.8364 0.1492 0.2947 0.7491 0.0553 -0.0561 0.0792 0.8613 -0.0878 0.0676 0.1349 0.2162 0.8480 0.0129 -0.0070 0.1709 0.1496 0.1724 1.0792 MATRICES = GROUP 1 COVARIANCE W*(A+C+D+E)*W' | W*(C)*W'_ W*(C)*W' | W*(A+C+D+E)*W' ; OPTIONS NO_OUTPUT END The following MX script lines were read for group 8 GROUP 8 - CALCULATE STANDARDIZED SOLUTION, ETC. CALCULATION MATRICES = GROUP 1 BEGIN ALGEBRA; ! Next calculate A, C, E as proportions of total predicted ! covariance matrix S = A+C+E S = W*(A+C+D+E)*W' ; K = A%S | C%S | D%S | E%S ; ! Next calculate genetic, shared environmental, ! and unshared environmental correlations ! L = \stnd(A) | \stnd(C) | \stdn[D] | \stnd(E) ; ! Next calculate standardized path coefficients ! For paths from latent variables just divide by predicted SD of head M = (\SQRT(S.I))~*X | (\SQRT(S.I))~*Y | (\SQRT(S.I))~*V | (\SQRT(S.I))~*Z ; ! For standardized coefficients for B also multiply by predicted SD of tail O = (\SQRT(S.I))~*B*(\SQRT(S.I)) ; ! Next calculate squared standardized paths = components ! of heritabilities, environmentalities, and specificities N = M.M ; END ALGEBRA; ! Labels Columns K A1 A2 A3 C1 C2 C3 E1 E2 E3 ! Labels Columns L A1 A2 A3 C1 C2 C3 E1 E2 E3 ! Labels Columns M A1 A2 A3 C1 C2 C3 E1 E2 E3 ! Labels Columns N A1 A2 A3 C1 C2 C3 E1 E2 E3 ! Labels Rows K VIQ GPA CPL ! Labels Rows L VIQ GPA CPL ! Labels Rows M VIQ GPA CPL ! Labels Rows N VIQ GPA CPL ! Intervals K 8 1 1 K 8 2 2 K 8 3 3 ! Intervals K 8 1 4 K 8 2 5 K 8 3 6 ! Intervals K 8 1 7 K 8 2 8 K 8 3 9 ! Intervals O 8 2 1 O 8 3 1 O 8 3 2 ! Options THard=10 OPTIONS NDECIMALS=4 OPTIONS RSIDUALS MULTIPLE ISSAT END PARAMETER SPECIFICATIONS GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 1 2 3 1 0 2 1 0 3 2 3 0 MATRIX C This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 3 by 3 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 I This is an IDENTITY matrix of order 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX N This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX O This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 It has no free parameters specified MATRIX W This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 4 2 5 6 3 7 8 9 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 10 2 11 12 3 13 14 15 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 16 2 17 18 3 19 20 21 Mx starting optimization; number of parameters = 21 MX PARAMETER ESTIMATES GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 [=X*X'] 1 2 3 1 0.5065 0.1593 -0.0055 2 0.1593 0.5122 0.1682 3 -0.0055 0.1682 0.4543 MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0569 0.0000 3 0.1073 0.1062 0.0000 MATRIX C This is a computed FULL matrix of order 3 by 3 [=Y*Y'] 1 2 3 1 0.1415 0.0100 0.0741 2 0.0100 0.0767 0.0371 3 0.0741 0.0371 0.0522 MATRIX D This is a computed FULL matrix of order 3 by 3 [=V*V'] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 3 by 3 [=Z*Z'] 1 2 3 1 0.3166 0.0094 0.0087 2 0.0094 0.3303 -0.0068 3 0.0087 -0.0068 0.3631 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 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 [=A%S|C%S|D%S|E%S] 1 2 3 4 5 6 7 1 0.5251 0.6819 -0.0266 0.1467 0.0430 0.3604 0.0000 2 0.6819 0.5434 0.5125 0.0430 0.0813 0.1132 0.0000 3 -0.0266 0.5125 0.4751 0.3604 0.1132 0.0546 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.3282 0.0402 0.0423 2 0.0000 0.0000 0.0402 0.3504 -0.0207 3 0.0000 0.0000 0.0423 -0.0207 0.3796 MATRIX M This is a computed FULL matrix of order 3 by 12 [=(\SQRT(S.I))~*X|(\SQRT(S.I))~*Y|(\SQRT(S.I))~*V|(\SQRT(S.I))~*Z] 1 2 3 4 5 6 7 1 0.7246 0.0000 0.0000 0.3830 0.0000 0.0000 0.0000 2 0.2305 0.7002 0.0000 0.0275 0.2839 0.0000 0.0000 3 -0.0079 0.2555 0.6401 0.2014 0.1183 0.0000 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.5729 0.0000 0.0000 2 0.0000 0.0000 0.0172 0.5917 0.0000 3 0.0000 0.0000 0.0158 -0.0125 0.6158 MATRIX N This is a computed FULL matrix of order 3 by 12 [=M.M] 1 2 3 4 5 6 7 1 0.5251 0.0000 0.0000 0.1467 0.0000 0.0000 0.0000 2 0.0531 0.4902 0.0000 0.0008 0.0806 0.0000 0.0000 3 0.0001 0.0653 0.4097 0.0406 0.0140 0.0000 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.3282 0.0000 0.0000 2 0.0000 0.0000 0.0003 0.3501 0.0000 3 0.0000 0.0000 0.0002 0.0002 0.3792 MATRIX O This is a computed FULL matrix of order 3 by 3 [=(\SQRT(S.I))~*B*(\SQRT(S.I))] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0576 0.0000 0.0000 3 0.1077 0.1055 0.0000 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 3 [=W*(A+C+D+E)*W'] 1 2 3 1 0.9647 0.2336 0.2056 2 0.2336 0.9426 0.3281 3 0.2056 0.3281 0.9563 MATRIX T This is a FULL matrix of order 1 by 1 1 1 0.1250 MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX W This is a computed FULL matrix of order 3 by 3 [=(I-B)~] 1 2 3 1 1.0000 0.0000 0.0000 2 0.0569 1.0000 0.0000 3 0.1133 0.1062 1.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.7117 2 0.2238 0.6798 3 -0.0077 0.2499 0.6260 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.3762 2 0.0267 0.2756 3 0.1970 0.1157 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.5627 2 0.0167 0.5745 3 0.0155 -0.0123 0.6022 EXPECTED MATRIX of this CALCULATION group Your model has 21 estimated parameters and 126 Observed statistics Chi-squared fit of model >>>>>>> 153.930 Degrees of freedom >>>>>>>>>>>>> 105 Probability >>>>>>>>>>>>>>>>>>>> 0.001 Akaike's Information Criterion > -56.070 RMSEA >>>>>>>>>>>>>>>>>>>>>>>>>> 0.042 This problem used 2.3% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.51 Execution 0: 0: 0:-0.11 TOTAL 0: 0: 0: 0.40 Total number of warnings issued: 0 ______________________________________________________________________________ Multiple fit option in effect. The following MX script lines have been read: SAVE MX0204C.MXS ! Drop A, C2, C3, off diag E -> BC1Ed ! Maximal identifiable model with B paths GET MX0204C.MXS Note: 4158 binary records read DROP 4 TO 9 DROP 12 14 15 DROP 17 19 20 OPTIONS MULTIPLE ISSAT END PARAMETER SPECIFICATIONS GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 1 2 3 1 0 2 1 0 3 2 3 0 MATRIX C This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 3 by 3 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 I This is an IDENTITY matrix of order 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX N This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX O This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 It has no free parameters specified MATRIX W This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 10 2 11 0 3 13 0 0 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 16 2 0 18 3 0 0 21 Mx starting optimization; number of parameters = 9 MX PARAMETER ESTIMATES GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 [=X*X'] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0693 0.0000 3 0.0000 0.2406 0.0000 MATRIX C This is a computed FULL matrix of order 3 by 3 [=Y*Y'] 1 2 3 1 0.3053 0.1710 0.1629 2 0.1710 0.0957 0.0912 3 0.1629 0.0912 0.0869 MATRIX D This is a computed FULL matrix of order 3 by 3 [=V*V'] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 3 by 3 [=Z*Z'] 1 2 3 1 0.6643 0.0000 0.0000 2 0.0000 0.8184 0.0000 3 0.0000 0.0000 0.7636 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 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 [=A%S|C%S|D%S|E%S] 1 2 3 4 5 6 7 1 0.0000 0.0000 0.0000 0.3149 0.7180 0.7399 0.0000 2 0.0000 0.0000 0.0000 0.7180 0.1016 0.2771 0.0000 3 0.0000 0.0000 0.0000 0.7399 0.2771 0.0911 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.6851 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.8684 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.8001 MATRIX M This is a computed FULL matrix of order 3 by 12 [=(\SQRT(S.I))~*X|(\SQRT(S.I))~*Y|(\SQRT(S.I))~*V|(\SQRT(S.I))~*Z] 1 2 3 4 5 6 7 1 0.0000 0.0000 0.0000 0.5612 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.3187 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.3018 0.0000 0.0000 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.8277 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.9319 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.8945 MATRIX N This is a computed FULL matrix of order 3 by 12 [=M.M] 1 2 3 4 5 6 7 1 0.0000 0.0000 0.0000 0.3149 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.1016 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0911 0.0000 0.0000 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.6851 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.8684 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.8001 MATRIX O This is a computed FULL matrix of order 3 by 3 [=(\SQRT(S.I))~*B*(\SQRT(S.I))] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0702 0.0000 0.0000 3 0.0000 0.2391 0.0000 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 3 [=W*(A+C+D+E)*W'] 1 2 3 1 0.9697 0.2381 0.2202 2 0.2381 0.9425 0.3293 3 0.2202 0.3293 0.9544 MATRIX T This is a FULL matrix of order 1 by 1 1 1 0.1250 MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX W This is a computed FULL matrix of order 3 by 3 [=(I-B)~] 1 2 3 1 1.0000 0.0000 0.0000 2 0.0693 1.0000 0.0000 3 0.0167 0.2406 1.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.5526 2 0.3094 0.0000 3 0.2949 0.0000 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.8151 2 0.0000 0.9047 3 0.0000 0.0000 0.8738 EXPECTED MATRIX of this CALCULATION group Your model has 9 estimated parameters and 126 Observed statistics Chi-squared fit of model >>>>>>> 555.888 Degrees of freedom >>>>>>>>>>>>> 117 Probability >>>>>>>>>>>>>>>>>>>> 0.000 Akaike's Information Criterion > 321.888 RMSEA >>>>>>>>>>>>>>>>>>>>>>>>>> 0.112 This problem used 2.3% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.14 Execution 0: 0: 0:-0.05 TOTAL 0: 0: 0: 0.09 Total number of warnings issued: 0 ______________________________________________________________________________ ! Drop A, B, C2, C3, off diag E -> C1Ed ! To check if B identified Multiple fit option in effect. The following MX script lines have been read: GET MX0204C.MXS Note: 4158 binary records read DROP 1 2 3 DROP 4 TO 9 DROP 12 14 15 DROP 17 19 20 OPTIONS MULTIPLE END PARAMETER SPECIFICATIONS GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 3 by 3 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 I This is an IDENTITY matrix of order 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX N This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX O This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 It has no free parameters specified MATRIX W This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 10 2 11 0 3 13 0 0 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 16 2 0 18 3 0 0 21 Mx starting optimization; number of parameters = 6 MX PARAMETER ESTIMATES GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 [=X*X'] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX C This is a computed FULL matrix of order 3 by 3 [=Y*Y'] 1 2 3 1 0.1777 0.2125 0.2070 2 0.2125 0.2541 0.2476 3 0.2070 0.2476 0.2412 MATRIX D This is a computed FULL matrix of order 3 by 3 [=V*V'] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 3 by 3 [=Z*Z'] 1 2 3 1 0.7920 0.0000 0.0000 2 0.0000 0.6884 0.0000 3 0.0000 0.0000 0.7132 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 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 [=A%S|C%S|D%S|E%S] 1 2 3 4 5 6 7 1 0.0000 0.0000 0.0000 0.1833 1.0000 1.0000 0.0000 2 0.0000 0.0000 0.0000 1.0000 0.2696 1.0000 0.0000 3 0.0000 0.0000 0.0000 1.0000 1.0000 0.2527 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.8167 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.7304 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.7473 MATRIX M This is a computed FULL matrix of order 3 by 12 [=(\SQRT(S.I))~*X|(\SQRT(S.I))~*Y|(\SQRT(S.I))~*V|(\SQRT(S.I))~*Z] 1 2 3 4 5 6 7 1 0.0000 0.0000 0.0000 0.4281 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.5192 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.5027 0.0000 0.0000 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.9037 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.8546 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.8645 MATRIX N This is a computed FULL matrix of order 3 by 12 [=M.M] 1 2 3 4 5 6 7 1 0.0000 0.0000 0.0000 0.1833 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.2696 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.2527 0.0000 0.0000 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.8167 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.7304 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.7473 MATRIX O This is a computed FULL matrix of order 3 by 3 [=(\SQRT(S.I))~*B*(\SQRT(S.I))] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 3 [=W*(A+C+D+E)*W'] 1 2 3 1 0.9697 0.2125 0.2070 2 0.2125 0.9425 0.2476 3 0.2070 0.2476 0.9544 MATRIX T This is a FULL matrix of order 1 by 1 1 1 0.1250 MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX W This is a computed FULL matrix of order 3 by 3 [=(I-B)~] 1 2 3 1 1.0000 0.0000 0.0000 2 0.0000 1.0000 0.0000 3 0.0000 0.0000 1.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.4215 2 0.5041 0.0000 3 0.4911 0.0000 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.8899 2 0.0000 0.8297 3 0.0000 0.0000 0.8445 EXPECTED MATRIX of this CALCULATION group Your model has 6 estimated parameters and 126 Observed statistics Chi-squared fit of model >>>>>>> 645.546 Degrees of freedom >>>>>>>>>>>>> 120 Probability >>>>>>>>>>>>>>>>>>>> 0.000 Akaike's Information Criterion > 405.546 RMSEA >>>>>>>>>>>>>>>>>>>>>>>>>> 0.126 Saturated model fit* >>>>>>>>>>> 555.888 Saturated model df* >>>>>>>>>>> 117 Difference Chi-squared >>>>>>>> 89.657 Difference d.f. >>>>>>>>>>>>>>> 3 Probability >>>>>>>>>>>>>>>>>>>> 0.000 Akaike's Information Criterion > 83.657 * Saturated model statistic computed earlier in this job This problem used 2.3% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.06 Execution 0: 0: 0: 0.00 TOTAL 0: 0: 0: 0.06 Total number of warnings issued: 0 ______________________________________________________________________________ ! Drop B -> ACE Multiple fit option in effect. The following MX script lines have been read: GET MX0204C.MXS Note: 4158 binary records read DROP 1 2 3 OPTIONS MULTIPLE ISSAT END PARAMETER SPECIFICATIONS GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 3 by 3 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 I This is an IDENTITY matrix of order 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX N This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX O This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 It has no free parameters specified MATRIX W This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 4 2 5 6 3 7 8 9 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 10 2 11 12 3 13 14 15 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 16 2 17 18 3 19 20 21 Mx starting optimization; number of parameters = 18 MX PARAMETER ESTIMATES GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 [=X*X'] 1 2 3 1 0.5065 0.1881 0.0688 2 0.1881 0.5320 0.2445 3 0.0688 0.2445 0.5049 MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX C This is a computed FULL matrix of order 3 by 3 [=Y*Y'] 1 2 3 1 0.1415 0.0181 0.0912 2 0.0181 0.0783 0.0516 3 0.0912 0.0516 0.0798 MATRIX D This is a computed FULL matrix of order 3 by 3 [=V*V'] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 3 by 3 [=Z*Z'] 1 2 3 1 0.3166 0.0274 0.0456 2 0.0274 0.3324 0.0320 3 0.0456 0.0320 0.3716 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 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 [=A%S|C%S|D%S|E%S] 1 2 3 4 5 6 7 1 0.5251 0.8053 0.3348 0.1467 0.0775 0.4436 0.0000 2 0.8053 0.5643 0.7453 0.0775 0.0830 0.1573 0.0000 3 0.3348 0.7453 0.5280 0.4436 0.1573 0.0834 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.3282 0.1173 0.2216 2 0.0000 0.0000 0.1173 0.3526 0.0974 3 0.0000 0.0000 0.2216 0.0974 0.3886 MATRIX M This is a computed FULL matrix of order 3 by 12 [=(\SQRT(S.I))~*X|(\SQRT(S.I))~*Y|(\SQRT(S.I))~*V|(\SQRT(S.I))~*Z] 1 2 3 4 5 6 7 1 0.7246 0.0000 0.0000 0.3830 0.0000 0.0000 0.0000 2 0.2722 0.7002 0.0000 0.0495 0.2839 0.0000 0.0000 3 0.0989 0.3294 0.6401 0.2479 0.1482 0.0000 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.5729 0.0000 0.0000 2 0.0000 0.0000 0.0501 0.5917 0.0000 3 0.0000 0.0000 0.0828 0.0499 0.6158 MATRIX N This is a computed FULL matrix of order 3 by 12 [=M.M] 1 2 3 4 5 6 7 1 0.5251 0.0000 0.0000 0.1467 0.0000 0.0000 0.0000 2 0.0741 0.4902 0.0000 0.0025 0.0806 0.0000 0.0000 3 0.0098 0.1085 0.4097 0.0615 0.0220 0.0000 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.3282 0.0000 0.0000 2 0.0000 0.0000 0.0025 0.3501 0.0000 3 0.0000 0.0000 0.0069 0.0025 0.3792 MATRIX O This is a computed FULL matrix of order 3 by 3 [=(\SQRT(S.I))~*B*(\SQRT(S.I))] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 3 [=W*(A+C+D+E)*W'] 1 2 3 1 0.9647 0.2336 0.2056 2 0.2336 0.9426 0.3281 3 0.2056 0.3281 0.9563 MATRIX T This is a FULL matrix of order 1 by 1 1 1 0.1250 MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX W This is a computed FULL matrix of order 3 by 3 [=(I-B)~] 1 2 3 1 1.0000 0.0000 0.0000 2 0.0000 1.0000 0.0000 3 0.0000 0.0000 1.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.7117 2 0.2643 0.6798 3 0.0967 0.3221 0.6260 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.3762 2 0.0481 0.2756 3 0.2424 0.1449 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.5627 2 0.0487 0.5745 3 0.0810 0.0488 0.6022 EXPECTED MATRIX of this CALCULATION group Your model has 18 estimated parameters and 126 Observed statistics Chi-squared fit of model >>>>>>> 153.930 Degrees of freedom >>>>>>>>>>>>> 108 Probability >>>>>>>>>>>>>>>>>>>> 0.002 Akaike's Information Criterion > -62.070 RMSEA >>>>>>>>>>>>>>>>>>>>>>>>>> 0.041 This problem used 2.3% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.06 Execution 0: 0: 0: 0.07 TOTAL 0: 0: 0: 0.13 Total number of warnings issued: 0 ______________________________________________________________________________ ! Drop B & C -> AE Multiple fit option in effect. The following MX script lines have been read: GET MX0204C.MXS Note: 4158 binary records read DROP 1 2 3 DROP 10 TO 15 OPTIONS MULTIPLE END PARAMETER SPECIFICATIONS GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 3 by 3 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 I This is an IDENTITY matrix of order 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX N This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX O This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 It has no free parameters specified MATRIX W This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 4 2 5 6 3 7 8 9 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 It has no free parameters specified MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 16 2 17 18 3 19 20 21 Mx starting optimization; number of parameters = 12 MX PARAMETER ESTIMATES GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 [=X*X'] 1 2 3 1 0.6792 0.1935 0.1798 2 0.1935 0.6313 0.3003 3 0.1798 0.3003 0.6036 MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX C This is a computed FULL matrix of order 3 by 3 [=Y*Y'] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX D This is a computed FULL matrix of order 3 by 3 [=V*V'] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 3 by 3 [=Z*Z'] 1 2 3 1 0.2749 0.0351 0.0188 2 0.0351 0.3062 0.0226 3 0.0188 0.0226 0.3469 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 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 [=A%S|C%S|D%S|E%S] 1 2 3 4 5 6 7 1 0.7119 0.8464 0.9052 0.0000 0.0000 0.0000 0.0000 2 0.8464 0.6734 0.9300 0.0000 0.0000 0.0000 0.0000 3 0.9052 0.9300 0.6350 0.0000 0.0000 0.0000 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.2881 0.1536 0.0948 2 0.0000 0.0000 0.1536 0.3266 0.0700 3 0.0000 0.0000 0.0948 0.0700 0.3650 MATRIX M This is a computed FULL matrix of order 3 by 12 [=(\SQRT(S.I))~*X|(\SQRT(S.I))~*Y|(\SQRT(S.I))~*V|(\SQRT(S.I))~*Z] 1 2 3 4 5 6 7 1 0.8437 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.2425 0.7840 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.2237 0.3365 0.6868 0.0000 0.0000 0.0000 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.5368 0.0000 0.0000 2 0.0000 0.0000 0.0692 0.5673 0.0000 3 0.0000 0.0000 0.0368 0.0377 0.6019 MATRIX N This is a computed FULL matrix of order 3 by 12 [=M.M] 1 2 3 4 5 6 7 1 0.7119 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0588 0.6146 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0501 0.1133 0.4717 0.0000 0.0000 0.0000 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.2881 0.0000 0.0000 2 0.0000 0.0000 0.0048 0.3218 0.0000 3 0.0000 0.0000 0.0014 0.0014 0.3622 MATRIX O This is a computed FULL matrix of order 3 by 3 [=(\SQRT(S.I))~*B*(\SQRT(S.I))] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 3 [=W*(A+C+D+E)*W'] 1 2 3 1 0.9541 0.2286 0.1986 2 0.2286 0.9375 0.3228 3 0.1986 0.3228 0.9505 MATRIX T This is a FULL matrix of order 1 by 1 1 1 0.1250 MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX W This is a computed FULL matrix of order 3 by 3 [=(I-B)~] 1 2 3 1 1.0000 0.0000 0.0000 2 0.0000 1.0000 0.0000 3 0.0000 0.0000 1.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.8241 2 0.2347 0.7591 3 0.2181 0.3281 0.6696 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.5243 2 0.0670 0.5492 3 0.0359 0.0367 0.5868 EXPECTED MATRIX of this CALCULATION group Your model has 12 estimated parameters and 126 Observed statistics Chi-squared fit of model >>>>>>> 179.069 Degrees of freedom >>>>>>>>>>>>> 114 Probability >>>>>>>>>>>>>>>>>>>> 0.000 Akaike's Information Criterion > -48.931 RMSEA >>>>>>>>>>>>>>>>>>>>>>>>>> 0.046 Saturated model fit* >>>>>>>>>>> 153.930 Saturated model df* >>>>>>>>>>> 108 Difference Chi-squared >>>>>>>> 25.139 Difference d.f. >>>>>>>>>>>>>>> 6 Probability >>>>>>>>>>>>>>>>>>>> 0.000 Akaike's Information Criterion > 13.139 * Saturated model statistic computed earlier in this job This problem used 2.3% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.05 Execution 0: 0: 0: 0.05 TOTAL 0: 0: 0: 0.10 Total number of warnings issued: 0 ______________________________________________________________________________ ! Drop B & A -> CE Multiple fit option in effect. The following MX script lines have been read: GET MX0204C.MXS Note: 4158 binary records read DROP 1 2 3 DROP 4 TO 9 OPTIONS MULTIPLE END PARAMETER SPECIFICATIONS GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 3 by 3 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 I This is an IDENTITY matrix of order 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX N This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX O This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 It has no free parameters specified MATRIX W This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 10 2 11 12 3 13 14 15 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 16 2 17 18 3 19 20 21 Mx starting optimization; number of parameters = 12 MX PARAMETER ESTIMATES GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 [=X*X'] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX C This is a computed FULL matrix of order 3 by 3 [=Y*Y'] 1 2 3 1 0.3756 0.1082 0.1345 2 0.1082 0.3106 0.1665 3 0.1345 0.1665 0.2941 MATRIX D This is a computed FULL matrix of order 3 by 3 [=V*V'] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 3 by 3 [=Z*Z'] 1 2 3 1 0.5940 0.1299 0.0758 2 0.1299 0.6318 0.1627 3 0.0758 0.1627 0.6603 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 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 [=A%S|C%S|D%S|E%S] 1 2 3 4 5 6 7 1 0.0000 0.0000 0.0000 0.3874 0.4544 0.6396 0.0000 2 0.0000 0.0000 0.0000 0.4544 0.3296 0.5057 0.0000 3 0.0000 0.0000 0.0000 0.6396 0.5057 0.3081 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.6126 0.5456 0.3604 2 0.0000 0.0000 0.5456 0.6704 0.4943 3 0.0000 0.0000 0.3604 0.4943 0.6919 MATRIX M This is a computed FULL matrix of order 3 by 12 [=(\SQRT(S.I))~*X|(\SQRT(S.I))~*Y|(\SQRT(S.I))~*V|(\SQRT(S.I))~*Z] 1 2 3 4 5 6 7 1 0.0000 0.0000 0.0000 0.6224 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.1819 0.5445 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.2246 0.2474 0.4433 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.7827 0.0000 0.0000 2 0.0000 0.0000 0.1736 0.8002 0.0000 3 0.0000 0.0000 0.1006 0.1926 0.8029 MATRIX N This is a computed FULL matrix of order 3 by 12 [=M.M] 1 2 3 4 5 6 7 1 0.0000 0.0000 0.0000 0.3874 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0331 0.2965 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0504 0.0612 0.1965 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.6126 0.0000 0.0000 2 0.0000 0.0000 0.0301 0.6403 0.0000 3 0.0000 0.0000 0.0101 0.0371 0.6446 MATRIX O This is a computed FULL matrix of order 3 by 3 [=(\SQRT(S.I))~*B*(\SQRT(S.I))] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 3 [=W*(A+C+D+E)*W'] 1 2 3 1 0.9697 0.2381 0.2102 2 0.2381 0.9425 0.3293 3 0.2102 0.3293 0.9544 MATRIX T This is a FULL matrix of order 1 by 1 1 1 0.1250 MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX W This is a computed FULL matrix of order 3 by 3 [=(I-B)~] 1 2 3 1 1.0000 0.0000 0.0000 2 0.0000 1.0000 0.0000 3 0.0000 0.0000 1.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.6129 2 0.1766 0.5286 3 0.2194 0.2417 0.4330 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.7707 2 0.1686 0.7768 3 0.0983 0.1882 0.7844 EXPECTED MATRIX of this CALCULATION group Your model has 12 estimated parameters and 126 Observed statistics Chi-squared fit of model >>>>>>> 296.203 Degrees of freedom >>>>>>>>>>>>> 114 Probability >>>>>>>>>>>>>>>>>>>> 0.000 Akaike's Information Criterion > 68.203 RMSEA >>>>>>>>>>>>>>>>>>>>>>>>>> 0.079 Saturated model fit* >>>>>>>>>>> 153.930 Saturated model df* >>>>>>>>>>> 108 Difference Chi-squared >>>>>>>> 142.273 Difference d.f. >>>>>>>>>>>>>>> 6 Probability >>>>>>>>>>>>>>>>>>>> 0.000 Akaike's Information Criterion > 130.273 * Saturated model statistic computed earlier in this job This problem used 2.3% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.06 Execution 0: 0: 0: 0.03 TOTAL 0: 0: 0: 0.09 Total number of warnings issued: 0 ______________________________________________________________________________ ! Drop B & A2 A3 -> A1CE Multiple fit option in effect. The following MX script lines have been read: GET MX0204C.MXS Note: 4158 binary records read DROP 1 2 3 DROP 6 8 9 OPTIONS MULTIPLE END PARAMETER SPECIFICATIONS GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 3 by 3 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 I This is an IDENTITY matrix of order 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX N This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX O This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 It has no free parameters specified MATRIX W This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 4 2 5 0 3 7 0 0 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 10 2 11 12 3 13 14 15 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 16 2 17 18 3 19 20 21 Mx starting optimization; number of parameters = 15 MX PARAMETER ESTIMATES GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 [=X*X'] 1 2 3 1 0.3063 0.3503 0.1836 2 0.3503 0.4007 0.2100 3 0.1836 0.2100 0.1100 MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX C This is a computed FULL matrix of order 3 by 3 [=Y*Y'] 1 2 3 1 0.2296 -0.0539 0.0472 2 -0.0539 0.1309 0.0697 3 0.0472 0.0697 0.2419 MATRIX D This is a computed FULL matrix of order 3 by 3 [=V*V'] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 3 by 3 [=Z*Z'] 1 2 3 1 0.4291 -0.0620 -0.0233 2 -0.0620 0.4088 0.0475 3 -0.0233 0.0475 0.6008 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 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 [=A%S|C%S|D%S|E%S] 1 2 3 4 5 6 7 1 0.3174 1.4939 0.8849 0.2379 -0.2297 0.2275 0.0000 2 1.4939 0.4261 0.6418 -0.2297 0.1392 0.2129 0.0000 3 0.8849 0.6418 0.1155 0.2275 0.2129 0.2539 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.4447 -0.2642 -0.1124 2 0.0000 0.0000 -0.2642 0.4347 0.1452 3 0.0000 0.0000 -0.1124 0.1452 0.6306 MATRIX M This is a computed FULL matrix of order 3 by 12 [=(\SQRT(S.I))~*X|(\SQRT(S.I))~*Y|(\SQRT(S.I))~*V|(\SQRT(S.I))~*Z] 1 2 3 4 5 6 7 1 0.5634 0.0000 0.0000 0.4878 0.0000 0.0000 0.0000 2 0.6528 0.0000 0.0000 -0.1159 0.3547 0.0000 0.0000 3 0.3398 0.0000 0.0000 0.1009 0.2405 0.4312 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.6668 0.0000 0.0000 2 0.0000 0.0000 -0.0975 0.6520 0.0000 3 0.0000 0.0000 -0.0365 0.0715 0.7900 MATRIX N This is a computed FULL matrix of order 3 by 12 [=M.M] 1 2 3 4 5 6 7 1 0.3174 0.0000 0.0000 0.2379 0.0000 0.0000 0.0000 2 0.4261 0.0000 0.0000 0.0134 0.1258 0.0000 0.0000 3 0.1155 0.0000 0.0000 0.0102 0.0578 0.1859 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.4447 0.0000 0.0000 2 0.0000 0.0000 0.0095 0.4251 0.0000 3 0.0000 0.0000 0.0013 0.0051 0.6241 MATRIX O This is a computed FULL matrix of order 3 by 3 [=(\SQRT(S.I))~*B*(\SQRT(S.I))] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 3 [=W*(A+C+D+E)*W'] 1 2 3 1 0.9649 0.2345 0.2074 2 0.2345 0.9404 0.3272 3 0.2074 0.3272 0.9528 MATRIX T This is a FULL matrix of order 1 by 1 1 1 0.1250 MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX W This is a computed FULL matrix of order 3 by 3 [=(I-B)~] 1 2 3 1 1.0000 0.0000 0.0000 2 0.0000 1.0000 0.0000 3 0.0000 0.0000 1.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.5534 2 0.6330 0.0000 3 0.3317 0.0000 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.4791 2 -0.1124 0.3439 3 0.0985 0.2347 0.4209 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.6550 2 -0.0946 0.6323 3 -0.0356 0.0698 0.7711 EXPECTED MATRIX of this CALCULATION group Your model has 15 estimated parameters and 126 Observed statistics Chi-squared fit of model >>>>>>> 221.945 Degrees of freedom >>>>>>>>>>>>> 111 Probability >>>>>>>>>>>>>>>>>>>> 0.000 Akaike's Information Criterion > -0.055 RMSEA >>>>>>>>>>>>>>>>>>>>>>>>>> 0.064 Saturated model fit* >>>>>>>>>>> 153.930 Saturated model df* >>>>>>>>>>> 108 Difference Chi-squared >>>>>>>> 68.014 Difference d.f. >>>>>>>>>>>>>>> 3 Probability >>>>>>>>>>>>>>>>>>>> 0.000 Akaike's Information Criterion > 62.014 * Saturated model statistic computed earlier in this job This problem used 2.3% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.06 Execution 0: 0: 0: 0.22 TOTAL 0: 0: 0: 0.28 Total number of warnings issued: 0 ______________________________________________________________________________ ! Drop B & off diag A -> AdCE Multiple fit option in effect. The following MX script lines have been read: GET MX0204C.MXS Note: 4158 binary records read DROP 1 2 3 DROP 5 7 8 OPTIONS MULTIPLE END PARAMETER SPECIFICATIONS GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 3 by 3 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 I This is an IDENTITY matrix of order 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX N This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX O This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 It has no free parameters specified MATRIX W This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 4 2 0 6 3 0 0 9 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 10 2 11 12 3 13 14 15 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 16 2 17 18 3 19 20 21 Mx starting optimization; number of parameters = 15 MX PARAMETER ESTIMATES GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 [=X*X'] 1 2 3 1 0.4531 0.0000 0.0000 2 0.0000 0.3354 0.0000 3 0.0000 0.0000 0.3475 MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX C This is a computed FULL matrix of order 3 by 3 [=Y*Y'] 1 2 3 1 0.1684 0.1101 0.1265 2 0.1101 0.1739 0.1614 3 0.1265 0.1614 0.1558 MATRIX D This is a computed FULL matrix of order 3 by 3 [=V*V'] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 3 by 3 [=Z*Z'] 1 2 3 1 0.3430 0.1144 0.0803 2 0.1144 0.4299 0.1545 3 0.0803 0.1545 0.4503 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 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 [=A%S|C%S|D%S|E%S] 1 2 3 4 5 6 7 1 0.4697 0.0000 0.0000 0.1747 0.4903 0.6116 0.0000 2 0.0000 0.3571 0.0000 0.4903 0.1852 0.5108 0.0000 3 0.0000 0.0000 0.3644 0.6116 0.5108 0.1633 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.3556 0.5097 0.3884 2 0.0000 0.0000 0.5097 0.4577 0.4892 3 0.0000 0.0000 0.3884 0.4892 0.4722 MATRIX M This is a computed FULL matrix of order 3 by 12 [=(\SQRT(S.I))~*X|(\SQRT(S.I))~*Y|(\SQRT(S.I))~*V|(\SQRT(S.I))~*Z] 1 2 3 4 5 6 7 1 0.6854 0.0000 0.0000 0.4179 0.0000 0.0000 0.0000 2 0.0000 0.5976 0.0000 0.2767 0.3295 0.0000 0.0000 3 0.0000 0.0000 0.6037 0.3157 0.2524 0.0000 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.5963 0.0000 0.0000 2 0.0000 0.0000 0.2016 0.6458 0.0000 3 0.0000 0.0000 0.1405 0.2090 0.6394 MATRIX N This is a computed FULL matrix of order 3 by 12 [=M.M] 1 2 3 4 5 6 7 1 0.4697 0.0000 0.0000 0.1747 0.0000 0.0000 0.0000 2 0.0000 0.3571 0.0000 0.0766 0.1086 0.0000 0.0000 3 0.0000 0.0000 0.3644 0.0997 0.0637 0.0000 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.3556 0.0000 0.0000 2 0.0000 0.0000 0.0406 0.4171 0.0000 3 0.0000 0.0000 0.0197 0.0437 0.4088 MATRIX O This is a computed FULL matrix of order 3 by 3 [=(\SQRT(S.I))~*B*(\SQRT(S.I))] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 3 [=W*(A+C+D+E)*W'] 1 2 3 1 0.9645 0.2245 0.2069 2 0.2245 0.9391 0.3159 3 0.2069 0.3159 0.9536 MATRIX T This is a FULL matrix of order 1 by 1 1 1 0.1250 MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX W This is a computed FULL matrix of order 3 by 3 [=(I-B)~] 1 2 3 1 1.0000 0.0000 0.0000 2 0.0000 1.0000 0.0000 3 0.0000 0.0000 1.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.6731 2 0.0000 0.5791 3 0.0000 0.0000 0.5895 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.4104 2 0.2682 0.3193 3 0.3083 0.2465 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.5856 2 0.1954 0.6259 3 0.1372 0.2041 0.6244 EXPECTED MATRIX of this CALCULATION group Your model has 15 estimated parameters and 126 Observed statistics Chi-squared fit of model >>>>>>> 188.139 Degrees of freedom >>>>>>>>>>>>> 111 Probability >>>>>>>>>>>>>>>>>>>> 0.000 Akaike's Information Criterion > -33.861 RMSEA >>>>>>>>>>>>>>>>>>>>>>>>>> 0.054 Saturated model fit* >>>>>>>>>>> 153.930 Saturated model df* >>>>>>>>>>> 108 Difference Chi-squared >>>>>>>> 34.209 Difference d.f. >>>>>>>>>>>>>>> 3 Probability >>>>>>>>>>>>>>>>>>>> 0.000 Akaike's Information Criterion > 28.209 * Saturated model statistic computed earlier in this job This problem used 2.3% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.06 Execution 0: 0: 0: 0.06 TOTAL 0: 0: 0: 0.12 Total number of warnings issued: 0 ______________________________________________________________________________ ! Drop B & off diag C -> ACdE Multiple fit option in effect. The following MX script lines have been read: GET MX0204C.MXS Note: 4158 binary records read DROP 1 2 3 DROP 11 13 14 OPTIONS MULTIPLE END PARAMETER SPECIFICATIONS GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 3 by 3 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 I This is an IDENTITY matrix of order 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX N This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX O This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 It has no free parameters specified MATRIX W This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 4 2 5 6 3 7 8 9 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 10 2 0 12 3 0 0 15 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 16 2 17 18 3 19 20 21 Mx starting optimization; number of parameters = 15 MX PARAMETER ESTIMATES GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 [=X*X'] 1 2 3 1 0.5395 0.2011 0.1852 2 0.2011 0.5576 0.3046 3 0.1852 0.3046 0.5788 MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX C This is a computed FULL matrix of order 3 by 3 [=Y*Y'] 1 2 3 1 0.1092 0.0000 0.0000 2 0.0000 0.0533 0.0000 3 0.0000 0.0000 0.0160 MATRIX D This is a computed FULL matrix of order 3 by 3 [=V*V'] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 3 by 3 [=Z*Z'] 1 2 3 1 0.3113 0.0293 0.0111 2 0.0293 0.3285 0.0182 3 0.0111 0.0182 0.3558 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 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 [=A%S|C%S|D%S|E%S] 1 2 3 4 5 6 7 1 0.5619 0.8728 0.9433 0.1138 0.0000 0.0000 0.0000 2 0.8728 0.5936 0.9435 0.0000 0.0567 0.0000 0.0000 3 0.9433 0.9435 0.6089 0.0000 0.0000 0.0168 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.3243 0.1272 0.0567 2 0.0000 0.0000 0.1272 0.3497 0.0565 3 0.0000 0.0000 0.0567 0.0565 0.3742 MATRIX M This is a computed FULL matrix of order 3 by 12 [=(\SQRT(S.I))~*X|(\SQRT(S.I))~*Y|(\SQRT(S.I))~*V|(\SQRT(S.I))~*Z] 1 2 3 4 5 6 7 1 0.7496 0.0000 0.0000 0.3373 0.0000 0.0000 0.0000 2 0.2826 0.7168 0.0000 0.0000 0.2381 0.0000 0.0000 3 0.2587 0.3478 0.6489 0.0000 0.0000 0.1297 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.5695 0.0000 0.0000 2 0.0000 0.0000 0.0542 0.5888 0.0000 3 0.0000 0.0000 0.0205 0.0309 0.6106 MATRIX N This is a computed FULL matrix of order 3 by 12 [=M.M] 1 2 3 4 5 6 7 1 0.5619 0.0000 0.0000 0.1138 0.0000 0.0000 0.0000 2 0.0798 0.5138 0.0000 0.0000 0.0567 0.0000 0.0000 3 0.0669 0.1210 0.4211 0.0000 0.0000 0.0168 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.3243 0.0000 0.0000 2 0.0000 0.0000 0.0029 0.3467 0.0000 3 0.0000 0.0000 0.0004 0.0010 0.3729 MATRIX O This is a computed FULL matrix of order 3 by 3 [=(\SQRT(S.I))~*B*(\SQRT(S.I))] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 3 [=W*(A+C+D+E)*W'] 1 2 3 1 0.9600 0.2305 0.1964 2 0.2305 0.9394 0.3229 3 0.1964 0.3229 0.9506 MATRIX T This is a FULL matrix of order 1 by 1 1 1 0.1250 MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX W This is a computed FULL matrix of order 3 by 3 [=(I-B)~] 1 2 3 1 1.0000 0.0000 0.0000 2 0.0000 1.0000 0.0000 3 0.0000 0.0000 1.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.7345 2 0.2739 0.6947 3 0.2522 0.3391 0.6327 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.3305 2 0.0000 0.2308 3 0.0000 0.0000 0.1265 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.5580 2 0.0525 0.5707 3 0.0200 0.0301 0.5954 EXPECTED MATRIX of this CALCULATION group Your model has 15 estimated parameters and 126 Observed statistics Chi-squared fit of model >>>>>>> 167.437 Degrees of freedom >>>>>>>>>>>>> 111 Probability >>>>>>>>>>>>>>>>>>>> 0.000 Akaike's Information Criterion > -54.563 RMSEA >>>>>>>>>>>>>>>>>>>>>>>>>> 0.043 Saturated model fit* >>>>>>>>>>> 153.930 Saturated model df* >>>>>>>>>>> 108 Difference Chi-squared >>>>>>>> 13.507 Difference d.f. >>>>>>>>>>>>>>> 3 Probability >>>>>>>>>>>>>>>>>>>> 0.004 Akaike's Information Criterion > 7.507 * Saturated model statistic computed earlier in this job This problem used 2.3% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.06 Execution 0: 0: 0: 0.07 TOTAL 0: 0: 0: 0.13 Total number of warnings issued: 0 ______________________________________________________________________________ ! Drop B & C3 -> AC12E Multiple fit option in effect. The following MX script lines have been read: GET MX0204C.MXS Note: 4158 binary records read DROP 1 2 3 DROP 15 OPTIONS MULTIPLE END PARAMETER SPECIFICATIONS GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 3 by 3 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 I This is an IDENTITY matrix of order 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX N This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX O This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 It has no free parameters specified MATRIX W This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 4 2 5 6 3 7 8 9 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 10 2 11 12 3 13 14 0 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 16 2 17 18 3 19 20 21 Mx starting optimization; number of parameters = 17 MX PARAMETER ESTIMATES GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 [=X*X'] 1 2 3 1 0.5065 0.1881 0.0688 2 0.1881 0.5320 0.2445 3 0.0688 0.2445 0.5049 MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX C This is a computed FULL matrix of order 3 by 3 [=Y*Y'] 1 2 3 1 0.1415 0.0181 0.0912 2 0.0181 0.0783 0.0516 3 0.0912 0.0516 0.0798 MATRIX D This is a computed FULL matrix of order 3 by 3 [=V*V'] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 3 by 3 [=Z*Z'] 1 2 3 1 0.3166 0.0274 0.0456 2 0.0274 0.3324 0.0320 3 0.0456 0.0320 0.3716 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 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 [=A%S|C%S|D%S|E%S] 1 2 3 4 5 6 7 1 0.5251 0.8053 0.3348 0.1467 0.0775 0.4436 0.0000 2 0.8053 0.5643 0.7453 0.0775 0.0830 0.1573 0.0000 3 0.3348 0.7453 0.5280 0.4436 0.1573 0.0834 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.3282 0.1173 0.2216 2 0.0000 0.0000 0.1173 0.3526 0.0974 3 0.0000 0.0000 0.2216 0.0974 0.3886 MATRIX M This is a computed FULL matrix of order 3 by 12 [=(\SQRT(S.I))~*X|(\SQRT(S.I))~*Y|(\SQRT(S.I))~*V|(\SQRT(S.I))~*Z] 1 2 3 4 5 6 7 1 0.7246 0.0000 0.0000 0.3830 0.0000 0.0000 0.0000 2 0.2722 0.7002 0.0000 0.0495 0.2839 0.0000 0.0000 3 0.0989 0.3294 0.6401 0.2479 0.1482 0.0000 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.5729 0.0000 0.0000 2 0.0000 0.0000 0.0501 0.5917 0.0000 3 0.0000 0.0000 0.0828 0.0499 0.6158 MATRIX N This is a computed FULL matrix of order 3 by 12 [=M.M] 1 2 3 4 5 6 7 1 0.5251 0.0000 0.0000 0.1467 0.0000 0.0000 0.0000 2 0.0741 0.4902 0.0000 0.0025 0.0806 0.0000 0.0000 3 0.0098 0.1085 0.4097 0.0615 0.0220 0.0000 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.3282 0.0000 0.0000 2 0.0000 0.0000 0.0025 0.3501 0.0000 3 0.0000 0.0000 0.0069 0.0025 0.3792 MATRIX O This is a computed FULL matrix of order 3 by 3 [=(\SQRT(S.I))~*B*(\SQRT(S.I))] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 3 [=W*(A+C+D+E)*W'] 1 2 3 1 0.9647 0.2336 0.2056 2 0.2336 0.9426 0.3281 3 0.2056 0.3281 0.9563 MATRIX T This is a FULL matrix of order 1 by 1 1 1 0.1250 MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX W This is a computed FULL matrix of order 3 by 3 [=(I-B)~] 1 2 3 1 1.0000 0.0000 0.0000 2 0.0000 1.0000 0.0000 3 0.0000 0.0000 1.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.7117 2 0.2643 0.6798 3 0.0967 0.3221 0.6260 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.3762 2 0.0481 0.2756 3 0.2424 0.1449 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.5627 2 0.0487 0.5745 3 0.0810 0.0488 0.6022 EXPECTED MATRIX of this CALCULATION group Your model has 17 estimated parameters and 126 Observed statistics Chi-squared fit of model >>>>>>> 153.930 Degrees of freedom >>>>>>>>>>>>> 109 Probability >>>>>>>>>>>>>>>>>>>> 0.003 Akaike's Information Criterion > -64.070 RMSEA >>>>>>>>>>>>>>>>>>>>>>>>>> 0.040 Saturated model fit* >>>>>>>>>>> 153.930 Saturated model df* >>>>>>>>>>> 108 Difference Chi-squared >>>>>>>> 0.000 Difference d.f. >>>>>>>>>>>>>>> 1 Probability incalculable Akaike's Information Criterion > -2.000 * Saturated model statistic computed earlier in this job This problem used 2.3% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.05 Execution 0: 0: 0: 0.07 TOTAL 0: 0: 0: 0.12 Total number of warnings issued: 0 ______________________________________________________________________________ ! Drop B & C2 C3 -> AC1E Multiple fit option in effect. The following MX script lines have been read: GET MX0204C.MXS Note: 4158 binary records read DROP 1 2 3 DROP 12 14 15 OPTIONS MULTIPLE END PARAMETER SPECIFICATIONS GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 3 by 3 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 I This is an IDENTITY matrix of order 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX N This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX O This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 It has no free parameters specified MATRIX W This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 4 2 5 6 3 7 8 9 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 10 2 11 0 3 13 0 0 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 16 2 17 18 3 19 20 21 Mx starting optimization; number of parameters = 15 MX PARAMETER ESTIMATES GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 [=X*X'] 1 2 3 1 0.5084 0.1771 0.0638 2 0.1771 0.6296 0.2890 3 0.0638 0.2890 0.5249 MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX C This is a computed FULL matrix of order 3 by 3 [=Y*Y'] 1 2 3 1 0.1408 0.0226 0.0934 2 0.0226 0.0036 0.0150 3 0.0934 0.0150 0.0619 MATRIX D This is a computed FULL matrix of order 3 by 3 [=V*V'] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 3 by 3 [=Z*Z'] 1 2 3 1 0.3155 0.0330 0.0480 2 0.0330 0.3054 0.0214 3 0.0480 0.0214 0.3678 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 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 [=A%S|C%S|D%S|E%S] 1 2 3 4 5 6 7 1 0.5270 0.7610 0.3108 0.1460 0.0972 0.4551 0.0000 2 0.7610 0.6707 0.8881 0.0972 0.0039 0.0461 0.0000 3 0.3108 0.8881 0.5499 0.4551 0.0461 0.0649 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.3270 0.1418 0.2340 2 0.0000 0.0000 0.1418 0.3254 0.0658 3 0.0000 0.0000 0.2340 0.0658 0.3853 MATRIX M This is a computed FULL matrix of order 3 by 12 [=(\SQRT(S.I))~*X|(\SQRT(S.I))~*Y|(\SQRT(S.I))~*V|(\SQRT(S.I))~*Z] 1 2 3 4 5 6 7 1 0.7259 0.0000 0.0000 0.3820 0.0000 0.0000 0.0000 2 0.2564 0.7778 0.0000 0.0622 0.0000 0.0000 0.0000 3 0.0915 0.3624 0.6404 0.2547 0.0000 0.0000 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.5719 0.0000 0.0000 2 0.0000 0.0000 0.0606 0.5672 0.0000 3 0.0000 0.0000 0.0875 0.0305 0.6138 MATRIX N This is a computed FULL matrix of order 3 by 12 [=M.M] 1 2 3 4 5 6 7 1 0.5270 0.0000 0.0000 0.1460 0.0000 0.0000 0.0000 2 0.0657 0.6050 0.0000 0.0039 0.0000 0.0000 0.0000 3 0.0084 0.1313 0.4102 0.0649 0.0000 0.0000 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.3270 0.0000 0.0000 2 0.0000 0.0000 0.0037 0.3217 0.0000 3 0.0000 0.0000 0.0077 0.0009 0.3767 MATRIX O This is a computed FULL matrix of order 3 by 3 [=(\SQRT(S.I))~*B*(\SQRT(S.I))] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 3 [=W*(A+C+D+E)*W'] 1 2 3 1 0.9647 0.2327 0.2052 2 0.2327 0.9387 0.3254 3 0.2052 0.3254 0.9545 MATRIX T This is a FULL matrix of order 1 by 1 1 1 0.1250 MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX W This is a computed FULL matrix of order 3 by 3 [=(I-B)~] 1 2 3 1 1.0000 0.0000 0.0000 2 0.0000 1.0000 0.0000 3 0.0000 0.0000 1.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.7130 2 0.2484 0.7536 3 0.0894 0.3540 0.6257 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.3752 2 0.0603 0.0000 3 0.2488 0.0000 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.5617 2 0.0587 0.5495 3 0.0855 0.0298 0.5996 EXPECTED MATRIX of this CALCULATION group Your model has 15 estimated parameters and 126 Observed statistics Chi-squared fit of model >>>>>>> 158.807 Degrees of freedom >>>>>>>>>>>>> 111 Probability >>>>>>>>>>>>>>>>>>>> 0.002 Akaike's Information Criterion > -63.193 RMSEA >>>>>>>>>>>>>>>>>>>>>>>>>> 0.040 Saturated model fit* >>>>>>>>>>> 153.930 Saturated model df* >>>>>>>>>>> 108 Difference Chi-squared >>>>>>>> 4.877 Difference d.f. >>>>>>>>>>>>>>> 3 Probability >>>>>>>>>>>>>>>>>>>> 0.181 Akaike's Information Criterion > -1.123 * Saturated model statistic computed earlier in this job This problem used 2.3% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.06 Execution 0: 0: 0: 0.05 TOTAL 0: 0: 0: 0.11 Total number of warnings issued: 0 ______________________________________________________________________________ ! Drop B & C2 C3 & off diag E -> AC1Ed ! Test against ACE Multiple fit option in effect. The following MX script lines have been read: GET MX0204C.MXS Note: 4158 binary records read DROP 1 2 3 DROP 12 14 15 DROP 17 19 20 OPTIONS MULTIPLE END PARAMETER SPECIFICATIONS GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 3 by 3 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 I This is an IDENTITY matrix of order 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX N This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX O This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 It has no free parameters specified MATRIX W This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 4 2 5 6 3 7 8 9 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 10 2 11 0 3 13 0 0 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 16 2 0 18 3 0 0 21 Mx starting optimization; number of parameters = 12 MX PARAMETER ESTIMATES GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 [=X*X'] 1 2 3 1 0.5161 0.2450 0.1417 2 0.2450 0.6276 0.3300 3 0.1417 0.3300 0.5720 MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX C This is a computed FULL matrix of order 3 by 3 [=Y*Y'] 1 2 3 1 0.1323 -0.0145 0.0609 2 -0.0145 0.0016 -0.0067 3 0.0609 -0.0067 0.0281 MATRIX D This is a computed FULL matrix of order 3 by 3 [=V*V'] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 3 by 3 [=Z*Z'] 1 2 3 1 0.3150 0.0000 0.0000 2 0.0000 0.3085 0.0000 3 0.0000 0.0000 0.3528 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 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 [=A%S|C%S|D%S|E%S] 1 2 3 4 5 6 7 1 0.5357 1.0627 0.6993 0.1373 -0.0627 0.3007 0.0000 2 1.0627 0.6693 1.0206 -0.0627 0.0017 -0.0206 0.0000 3 0.6993 1.0206 0.6003 0.3007 -0.0206 0.0295 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.3270 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.3290 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.3703 MATRIX M This is a computed FULL matrix of order 3 by 12 [=(\SQRT(S.I))~*X|(\SQRT(S.I))~*Y|(\SQRT(S.I))~*V|(\SQRT(S.I))~*Z] 1 2 3 4 5 6 7 1 0.7319 0.0000 0.0000 0.3705 0.0000 0.0000 0.0000 2 0.3523 0.7384 0.0000 -0.0410 0.0000 0.0000 0.0000 3 0.2021 0.3764 0.6463 0.1716 0.0000 0.0000 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.5718 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.5736 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.6085 MATRIX N This is a computed FULL matrix of order 3 by 12 [=M.M] 1 2 3 4 5 6 7 1 0.5357 0.0000 0.0000 0.1373 0.0000 0.0000 0.0000 2 0.1241 0.5452 0.0000 0.0017 0.0000 0.0000 0.0000 3 0.0409 0.1417 0.4177 0.0295 0.0000 0.0000 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.3270 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.3290 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.3703 MATRIX O This is a computed FULL matrix of order 3 by 3 [=(\SQRT(S.I))~*B*(\SQRT(S.I))] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 3 [=W*(A+C+D+E)*W'] 1 2 3 1 0.9633 0.2306 0.2027 2 0.2306 0.9377 0.3234 3 0.2027 0.3234 0.9528 MATRIX T This is a FULL matrix of order 1 by 1 1 1 0.1250 MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX W This is a computed FULL matrix of order 3 by 3 [=(I-B)~] 1 2 3 1 1.0000 0.0000 0.0000 2 0.0000 1.0000 0.0000 3 0.0000 0.0000 1.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.7184 2 0.3411 0.7150 3 0.1973 0.3675 0.6309 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.3637 2 -0.0397 0.0000 3 0.1675 0.0000 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.5612 2 0.0000 0.5555 3 0.0000 0.0000 0.5940 EXPECTED MATRIX of this CALCULATION group Your model has 12 estimated parameters and 126 Observed statistics Chi-squared fit of model >>>>>>> 165.435 Degrees of freedom >>>>>>>>>>>>> 114 Probability >>>>>>>>>>>>>>>>>>>> 0.001 Akaike's Information Criterion > -62.565 RMSEA >>>>>>>>>>>>>>>>>>>>>>>>>> 0.044 Saturated model fit* >>>>>>>>>>> 153.930 Saturated model df* >>>>>>>>>>> 108 Difference Chi-squared >>>>>>>> 11.505 Difference d.f. >>>>>>>>>>>>>>> 6 Probability >>>>>>>>>>>>>>>>>>>> 0.074 Akaike's Information Criterion > -0.495 * Saturated model statistic computed earlier in this job This problem used 2.3% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.06 Execution 0: 0: 0: 0.03 TOTAL 0: 0: 0: 0.09 Total number of warnings issued: 0 ______________________________________________________________________________ ! Drop B & C2 C3 -> AC1E Multiple fit option in effect. The following MX script lines have been read: GET MX0204C.MXS Note: 4158 binary records read DROP 1 2 3 DROP 12 14 15 ! Define this model as saturated OPTIONS MULTIPLE ISSAT END PARAMETER SPECIFICATIONS GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 3 by 3 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 I This is an IDENTITY matrix of order 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX N This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX O This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 It has no free parameters specified MATRIX W This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 4 2 5 6 3 7 8 9 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 10 2 11 0 3 13 0 0 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 16 2 17 18 3 19 20 21 Mx starting optimization; number of parameters = 15 MX PARAMETER ESTIMATES GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 [=X*X'] 1 2 3 1 0.5084 0.1771 0.0638 2 0.1771 0.6296 0.2890 3 0.0638 0.2890 0.5249 MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX C This is a computed FULL matrix of order 3 by 3 [=Y*Y'] 1 2 3 1 0.1408 0.0226 0.0934 2 0.0226 0.0036 0.0150 3 0.0934 0.0150 0.0619 MATRIX D This is a computed FULL matrix of order 3 by 3 [=V*V'] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 3 by 3 [=Z*Z'] 1 2 3 1 0.3155 0.0330 0.0480 2 0.0330 0.3054 0.0214 3 0.0480 0.0214 0.3678 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 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 [=A%S|C%S|D%S|E%S] 1 2 3 4 5 6 7 1 0.5270 0.7610 0.3108 0.1460 0.0972 0.4551 0.0000 2 0.7610 0.6707 0.8881 0.0972 0.0039 0.0461 0.0000 3 0.3108 0.8881 0.5499 0.4551 0.0461 0.0649 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.3270 0.1418 0.2340 2 0.0000 0.0000 0.1418 0.3254 0.0658 3 0.0000 0.0000 0.2340 0.0658 0.3853 MATRIX M This is a computed FULL matrix of order 3 by 12 [=(\SQRT(S.I))~*X|(\SQRT(S.I))~*Y|(\SQRT(S.I))~*V|(\SQRT(S.I))~*Z] 1 2 3 4 5 6 7 1 0.7259 0.0000 0.0000 0.3820 0.0000 0.0000 0.0000 2 0.2564 0.7778 0.0000 0.0622 0.0000 0.0000 0.0000 3 0.0915 0.3624 0.6404 0.2547 0.0000 0.0000 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.5719 0.0000 0.0000 2 0.0000 0.0000 0.0606 0.5672 0.0000 3 0.0000 0.0000 0.0875 0.0305 0.6138 MATRIX N This is a computed FULL matrix of order 3 by 12 [=M.M] 1 2 3 4 5 6 7 1 0.5270 0.0000 0.0000 0.1460 0.0000 0.0000 0.0000 2 0.0657 0.6050 0.0000 0.0039 0.0000 0.0000 0.0000 3 0.0084 0.1313 0.4102 0.0649 0.0000 0.0000 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.3270 0.0000 0.0000 2 0.0000 0.0000 0.0037 0.3217 0.0000 3 0.0000 0.0000 0.0077 0.0009 0.3767 MATRIX O This is a computed FULL matrix of order 3 by 3 [=(\SQRT(S.I))~*B*(\SQRT(S.I))] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 3 [=W*(A+C+D+E)*W'] 1 2 3 1 0.9647 0.2327 0.2052 2 0.2327 0.9387 0.3254 3 0.2052 0.3254 0.9545 MATRIX T This is a FULL matrix of order 1 by 1 1 1 0.1250 MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX W This is a computed FULL matrix of order 3 by 3 [=(I-B)~] 1 2 3 1 1.0000 0.0000 0.0000 2 0.0000 1.0000 0.0000 3 0.0000 0.0000 1.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.7130 2 0.2484 0.7536 3 0.0894 0.3540 0.6257 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.3752 2 0.0603 0.0000 3 0.2488 0.0000 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.5617 2 0.0587 0.5495 3 0.0855 0.0298 0.5996 EXPECTED MATRIX of this CALCULATION group Your model has 15 estimated parameters and 126 Observed statistics Chi-squared fit of model >>>>>>> 158.807 Degrees of freedom >>>>>>>>>>>>> 111 Probability >>>>>>>>>>>>>>>>>>>> 0.002 Akaike's Information Criterion > -63.193 RMSEA >>>>>>>>>>>>>>>>>>>>>>>>>> 0.040 This problem used 2.3% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.06 Execution 0: 0: 0: 0.08 TOTAL 0: 0: 0: 0.14 Total number of warnings issued: 0 ______________________________________________________________________________ ! Drop B & C2 C3 & off diag E -> AC1Ed ! Test against AC1E Multiple fit option in effect. The following MX script lines have been read: GET MX0204C.MXS Note: 4158 binary records read DROP 1 2 3 DROP 12 14 15 DROP 17 19 20 OPTIONS MULTIPLE END PARAMETER SPECIFICATIONS GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 3 by 3 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 I This is an IDENTITY matrix of order 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX N This is a computed FULL matrix of order 3 by 12 It has no free parameters specified MATRIX O This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 It has no free parameters specified MATRIX W This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 4 2 5 6 3 7 8 9 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 10 2 11 0 3 13 0 0 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 16 2 0 18 3 0 0 21 Mx starting optimization; number of parameters = 12 MX PARAMETER ESTIMATES GROUP NUMBER: 8 Group 8 - Calculate standardized solution, etc. MATRIX A This is a computed FULL matrix of order 3 by 3 [=X*X'] 1 2 3 1 0.5161 0.2450 0.1417 2 0.2450 0.6276 0.3300 3 0.1417 0.3300 0.5720 MATRIX B This is a SUBDIAGONAL matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX C This is a computed FULL matrix of order 3 by 3 [=Y*Y'] 1 2 3 1 0.1323 -0.0145 0.0609 2 -0.0145 0.0016 -0.0067 3 0.0609 -0.0067 0.0281 MATRIX D This is a computed FULL matrix of order 3 by 3 [=V*V'] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 3 by 3 [=Z*Z'] 1 2 3 1 0.3150 0.0000 0.0000 2 0.0000 0.3085 0.0000 3 0.0000 0.0000 0.3528 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 3 by 3 MATRIX K This is a computed FULL matrix of order 3 by 12 [=A%S|C%S|D%S|E%S] 1 2 3 4 5 6 7 1 0.5357 1.0627 0.6993 0.1373 -0.0627 0.3007 0.0000 2 1.0627 0.6693 1.0206 -0.0627 0.0017 -0.0206 0.0000 3 0.6993 1.0206 0.6003 0.3007 -0.0206 0.0295 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.3270 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.3290 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.3703 MATRIX M This is a computed FULL matrix of order 3 by 12 [=(\SQRT(S.I))~*X|(\SQRT(S.I))~*Y|(\SQRT(S.I))~*V|(\SQRT(S.I))~*Z] 1 2 3 4 5 6 7 1 0.7319 0.0000 0.0000 0.3705 0.0000 0.0000 0.0000 2 0.3523 0.7384 0.0000 -0.0410 0.0000 0.0000 0.0000 3 0.2021 0.3764 0.6463 0.1716 0.0000 0.0000 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.5718 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.5736 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.6085 MATRIX N This is a computed FULL matrix of order 3 by 12 [=M.M] 1 2 3 4 5 6 7 1 0.5357 0.0000 0.0000 0.1373 0.0000 0.0000 0.0000 2 0.1241 0.5452 0.0000 0.0017 0.0000 0.0000 0.0000 3 0.0409 0.1417 0.4177 0.0295 0.0000 0.0000 0.0000 8 9 10 11 12 1 0.0000 0.0000 0.3270 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.3290 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.3703 MATRIX O This is a computed FULL matrix of order 3 by 3 [=(\SQRT(S.I))~*B*(\SQRT(S.I))] 1 2 3 1 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 3 [=W*(A+C+D+E)*W'] 1 2 3 1 0.9633 0.2306 0.2027 2 0.2306 0.9377 0.3234 3 0.2027 0.3234 0.9528 MATRIX T This is a FULL matrix of order 1 by 1 1 1 0.1250 MATRIX V This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 MATRIX W This is a computed FULL matrix of order 3 by 3 [=(I-B)~] 1 2 3 1 1.0000 0.0000 0.0000 2 0.0000 1.0000 0.0000 3 0.0000 0.0000 1.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.7184 2 0.3411 0.7150 3 0.1973 0.3675 0.6309 MATRIX Y This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.3637 2 -0.0397 0.0000 3 0.1675 0.0000 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 3 by 3 1 2 3 1 0.5612 2 0.0000 0.5555 3 0.0000 0.0000 0.5940 EXPECTED MATRIX of this CALCULATION group Your model has 12 estimated parameters and 126 Observed statistics Chi-squared fit of model >>>>>>> 165.435 Degrees of freedom >>>>>>>>>>>>> 114 Probability >>>>>>>>>>>>>>>>>>>> 0.001 Akaike's Information Criterion > -62.565 RMSEA >>>>>>>>>>>>>>>>>>>>>>>>>> 0.044 Saturated model fit* >>>>>>>>>>> 158.807 Saturated model df* >>>>>>>>>>> 111 Difference Chi-squared >>>>>>>> 6.628 Difference d.f. >>>>>>>>>>>>>>> 3 Probability >>>>>>>>>>>>>>>>>>>> 0.085 Akaike's Information Criterion > 0.628 * Saturated model statistic computed earlier in this job This problem used 2.3% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.07 Execution 0: 0: 0: 0.02 TOTAL 0: 0: 0: 0.09 Total number of warnings issued: 0 ______________________________________________________________________________