**MX-PC 1.66b** Job started on 03/03/08 at 16:47:56 ! ESTIMATE GENETIC AND ENVIRONMENTAL COMPONENTS - ACED MODEL ! OZ BMI DATA - YOUNGER FEMALES The following MX script lines were read for group 1 #NGROUPS 4 Note: #NGroup set number of groups to 4 #DEFINE NVAR 1 #DEFINE NVAR2 2 TITLE 1: MODEL PARAMETERS CALCULATION BEGIN MATRICES; X LOWER NVAR NVAR FREE Y LOWER NVAR NVAR Z LOWER NVAR NVAR FREE W LOWER NVAR NVAR FREE H FULL 1 1 Q FULL 1 1 END MATRICES; MATRIX H .5 MATRIX Q .25 BEGIN ALGEBRA; A= X*X'; C= Y*Y'; E= Z*Z'; D= W*W'; END ALGEBRA; END GROUP The following MX script lines were read for group 2 TITLE 2: MZ DATA #INCLUDE OZBMI.DAT Note: Opening #include file 1 ozbmi.dat DATA NINPUT=13 RECTANGULAR FILE=OZBMI.REC Rectangular continuous data read initiated Note: Maximum ordinal/rectangular record length is: 1000 Note: It be increased by maxrec= parameter on the data line. NOTE: Rectangular file contained 3808 records with data that contained a total of 48661 observations LABELS FAM AGECAT AGE ZYG PART WT1 WT2 HT1 HT2 HTWT1 HTWT2 BMI1 BMI2 Note: Closing #include file 1 SELECT IF ZYG=1 NOTE: Select if yields 1232 data vectors for analysis NOTE: Vectors contain a total of 15797 observations SELECT IF AGECAT=1 NOTE: Select if yields 569 data vectors for analysis NOTE: Vectors contain a total of 7272 observations SELECT BMI1 BMI2 ; BEGIN MATRICES = GROUP 1; NOTE: Selection yields 566 data vectors for analysis NOTE: Vectors contain a total of 1100 observations M FULL 1 NVAR2 FREE MEANS M; COVARIANCE A+C+E+D | A+C+D _ A+C+D | A+C+E+D; OPTION RSIDUALS; END The following MX script lines were read for group 3 TITLE 3: DZ DATA #INCLUDE OZBMI.DAT Note: Opening #include file 1 ozbmi.dat DATA NINPUT=13 RECTANGULAR FILE=OZBMI.REC Rectangular continuous data read initiated Note: Maximum ordinal/rectangular record length is: 1000 Note: It be increased by maxrec= parameter on the data line. NOTE: Rectangular file contained 3808 records with data that contained a total of 48661 observations LABELS FAM AGECAT AGE ZYG PART WT1 WT2 HT1 HT2 HTWT1 HTWT2 BMI1 BMI2 Note: Closing #include file 1 SELECT IF ZYG=3 NOTE: Select if yields 751 data vectors for analysis NOTE: Vectors contain a total of 9618 observations SELECT IF AGECAT=1 NOTE: Select if yields 351 data vectors for analysis NOTE: Vectors contain a total of 4483 observations SELECT BMI1 BMI2 ; BEGIN MATRICES = GROUP 1; NOTE: Selection yields 349 data vectors for analysis NOTE: Vectors contain a total of 677 observations M FULL 1 NVAR2 FREE END MATRICES; MEANS M; COVARIANCE A+C+E+D | H@A+C+Q@D _ H@A+C+Q@D | A+C+E+D; OPTION RSIDUALS END The following MX script lines were read for group 4 TITLE 4: STANDARDIZATION CALCULATION BEGIN MATRICES = GROUP 1; END MATRICES; START .5 ALL START 20 M 2 1 1 - M 2 1 NVAR2 START 20 M 3 1 1 - M 3 1 NVAR2 BEGIN ALGEBRA; V=A+C+E+D; P=A|C|E|D; S=P@V~; END ALGEBRA; ! INTERVAL S 1 1 - S 1 4 OPTION NDECIMALS=4 !ADE MODEL OPTION SAT=4055.935,1767 OPTION MULTIPLE END Summary of VL file data for group 2 BMI1 BMI2 Code 1.0000 2.0000 Number 550.0000 550.0000 Mean 21.3533 21.3389 Variance 0.7274 0.7905 Minimum 18.1125 19.3835 Maximum 25.5347 26.5016 Summary of VL file data for group 3 BMI1 BMI2 Code 1.0000 2.0000 Number 339.0000 338.0000 Mean 21.4481 21.4567 Variance 0.7702 0.8222 Minimum 18.9794 19.2262 Maximum 25.3704 26.8383 PARAMETER SPECIFICATIONS GROUP NUMBER: 1 Title 1: Model Parameters MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 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 Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 GROUP NUMBER: 2 Title 2: MZ data MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX M This is a FULL matrix of order 1 by 2 1 2 1 4 5 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 GROUP NUMBER: 3 Title 3: DZ data MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX M This is a FULL matrix of order 1 by 2 1 2 1 6 7 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 GROUP NUMBER: 4 Title 4: Standardization MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 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 P This is a computed FULL matrix of order 1 by 4 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 1 by 4 It has no free parameters specified MATRIX V This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 Mx starting optimization; number of parameters = 7 MX PARAMETER ESTIMATES GROUP NUMBER: 1 Title 1: Model Parameters MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.3125 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.2952 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.1693 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.5433 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.5590 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.4115 GROUP NUMBER: 2 Title 2: MZ data MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.3125 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.2952 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.1693 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX M This is a FULL matrix of order 1 by 2 1 2 1 21.3440 21.3486 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.5433 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.5590 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.4115 Vector of OBSERVED means BMI1 BMI2 Mean 21.3533 21.3389 Vector of EXPECTED means BMI1 BMI2 Mean 21.3440 21.3486 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX BMI1 BMI2 BMI1 0.7769 BMI2 0.6076 0.7769 Function value of this group: 2324.1103 Where the fit function is -2 * Log-likelihood of raw data GROUP NUMBER: 3 Title 3: DZ data MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.3125 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.2952 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.1693 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX M This is a FULL matrix of order 1 by 2 1 2 1 21.4475 21.4578 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.5433 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.5590 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.4115 Vector of OBSERVED means BMI1 BMI2 Mean 21.4481 21.4567 Vector of EXPECTED means BMI1 BMI2 Mean 21.4475 21.4578 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX BMI1 BMI2 BMI1 0.7769 BMI2 0.2300 0.7769 Function value of this group: 1735.1002 Where the fit function is -2 * Log-likelihood of raw data GROUP NUMBER: 4 Title 4: Standardization MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.3125 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.2952 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.1693 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX P This is a computed FULL matrix of order 1 by 4 [=A|C|E|D] 1 2 3 4 1 0.3125 0.0000 0.1693 0.2952 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 1 by 4 [=P@V~] 1 2 3 4 1 0.4022 0.0000 0.2179 0.3799 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+C+E+D] 1 1 0.7769 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.5433 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.5590 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.4115 Your model has 7 estimated parameters and 1777 Observed statistics -2 times log-likelihood of data >>> 4059.211 Degrees of freedom >>>>>>>>>>>>>>>> 1770 Akaike's Information Criterion >>>> 519.211 Bayesian Information Criterion >>>> -4005.143 Sample size Adjusted BIC >>>> -1194.497 Deviance Information Criterion >>>> -2378.621 Saturated model fit* >>>>>>>>>>> 4055.935 Saturated model df* >>>>>>>>>>> 1767 Difference Chi-squared >>>>>>>> 3.276 Difference d.f. >>>>>>>>>>>>>>> 3 Probability >>>>>>>>>>>>>>>>>>>> 0.351 Akaike's Information Criterion > -2.724 * Saturated model statistic supplied by user This problem used 10.7% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 1.40 Execution 0: 0: 0:-1.14 TOTAL 0: 0: 0: 0.26 Total number of warnings issued: 0 ______________________________________________________________________________ !AE MODEL Multiple fit option in effect. The following MX script lines have been read: DROP W 1 1 1 END Summary of VL file data for group 2 BMI1 BMI2 Code 1.0000 2.0000 Number 550.0000 550.0000 Mean 21.3533 21.3389 Variance 0.7274 0.7905 Minimum 18.1125 19.3835 Maximum 25.5347 26.5016 Summary of VL file data for group 3 BMI1 BMI2 Code 1.0000 2.0000 Number 339.0000 338.0000 Mean 21.4481 21.4567 Variance 0.7702 0.8222 Minimum 18.9794 19.2262 Maximum 25.3704 26.8383 PARAMETER SPECIFICATIONS GROUP NUMBER: 1 Title 1: Model Parameters MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 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 Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 GROUP NUMBER: 2 Title 2: MZ data MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX M This is a FULL matrix of order 1 by 2 1 2 1 4 5 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 GROUP NUMBER: 3 Title 3: DZ data MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX M This is a FULL matrix of order 1 by 2 1 2 1 6 7 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 GROUP NUMBER: 4 Title 4: Standardization MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 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 P This is a computed FULL matrix of order 1 by 4 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 1 by 4 It has no free parameters specified MATRIX V This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 Mx starting optimization; number of parameters = 6 MX PARAMETER ESTIMATES GROUP NUMBER: 1 Title 1: Model Parameters MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.6147 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.1731 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.7840 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.4160 GROUP NUMBER: 2 Title 2: MZ data MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.6147 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.1731 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX M This is a FULL matrix of order 1 by 2 1 2 1 21.3440 21.3486 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.7840 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.4160 Vector of OBSERVED means BMI1 BMI2 Mean 21.3533 21.3389 Vector of EXPECTED means BMI1 BMI2 Mean 21.3440 21.3486 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX BMI1 BMI2 BMI1 0.7878 BMI2 0.6147 0.7878 Function value of this group: 2324.4904 Where the fit function is -2 * Log-likelihood of raw data GROUP NUMBER: 3 Title 3: DZ data MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.6147 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.1731 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX M This is a FULL matrix of order 1 by 2 1 2 1 21.4473 21.4581 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.7840 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.4160 Vector of OBSERVED means BMI1 BMI2 Mean 21.4481 21.4567 Vector of EXPECTED means BMI1 BMI2 Mean 21.4473 21.4581 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX BMI1 BMI2 BMI1 0.7878 BMI2 0.3073 0.7878 Function value of this group: 1739.1245 Where the fit function is -2 * Log-likelihood of raw data GROUP NUMBER: 4 Title 4: Standardization MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.6147 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.1731 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX P This is a computed FULL matrix of order 1 by 4 [=A|C|E|D] 1 2 3 4 1 0.6147 0.0000 0.1731 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 1 by 4 [=P@V~] 1 2 3 4 1 0.7803 0.0000 0.2197 0.0000 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+C+E+D] 1 1 0.7878 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.7840 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.4160 Your model has 6 estimated parameters and 1777 Observed statistics -2 times log-likelihood of data >>> 4063.615 Degrees of freedom >>>>>>>>>>>>>>>> 1771 Akaike's Information Criterion >>>> 521.615 Bayesian Information Criterion >>>> -4006.350 Sample size Adjusted BIC >>>> -1194.117 Deviance Information Criterion >>>> -2378.910 Saturated model fit* >>>>>>>>>>> 4055.935 Saturated model df* >>>>>>>>>>> 1767 Difference Chi-squared >>>>>>>> 7.680 Difference d.f. >>>>>>>>>>>>>>> 4 Probability >>>>>>>>>>>>>>>>>>>> 0.104 Akaike's Information Criterion > -0.320 * Saturated model statistic supplied by user This problem used 10.7% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.00 Execution 0: 0: 0: 0.10 TOTAL 0: 0: 0: 0.10 Total number of warnings issued: 0 ______________________________________________________________________________ !ACE MODEL Multiple fit option in effect. The following MX script lines have been read: FREE Y 1 1 1 END Summary of VL file data for group 2 BMI1 BMI2 Code 1.0000 2.0000 Number 550.0000 550.0000 Mean 21.3533 21.3389 Variance 0.7274 0.7905 Minimum 18.1125 19.3835 Maximum 25.5347 26.5016 Summary of VL file data for group 3 BMI1 BMI2 Code 1.0000 2.0000 Number 339.0000 338.0000 Mean 21.4481 21.4567 Variance 0.7702 0.8222 Minimum 18.9794 19.2262 Maximum 25.3704 26.8383 PARAMETER SPECIFICATIONS GROUP NUMBER: 1 Title 1: Model Parameters MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 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 Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 8 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 GROUP NUMBER: 2 Title 2: MZ data MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX M This is a FULL matrix of order 1 by 2 1 2 1 4 5 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 8 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 GROUP NUMBER: 3 Title 3: DZ data MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX M This is a FULL matrix of order 1 by 2 1 2 1 6 7 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 8 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 GROUP NUMBER: 4 Title 4: Standardization MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 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 P This is a computed FULL matrix of order 1 by 4 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 1 by 4 It has no free parameters specified MATRIX V This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 8 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 Mx starting optimization; number of parameters = 7 MX PARAMETER ESTIMATES GROUP NUMBER: 1 Title 1: Model Parameters MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.6147 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.1731 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.7840 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.4160 GROUP NUMBER: 2 Title 2: MZ data MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.6147 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.1731 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX M This is a FULL matrix of order 1 by 2 1 2 1 21.3440 21.3486 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.7840 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.4160 Vector of OBSERVED means BMI1 BMI2 Mean 21.3533 21.3389 Vector of EXPECTED means BMI1 BMI2 Mean 21.3440 21.3486 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX BMI1 BMI2 BMI1 0.7878 BMI2 0.6147 0.7878 Function value of this group: 2324.4905 Where the fit function is -2 * Log-likelihood of raw data GROUP NUMBER: 3 Title 3: DZ data MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.6147 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.1731 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX M This is a FULL matrix of order 1 by 2 1 2 1 21.4473 21.4581 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.7840 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.4160 Vector of OBSERVED means BMI1 BMI2 Mean 21.4481 21.4567 Vector of EXPECTED means BMI1 BMI2 Mean 21.4473 21.4581 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX BMI1 BMI2 BMI1 0.7878 BMI2 0.3073 0.7878 Function value of this group: 1739.1245 Where the fit function is -2 * Log-likelihood of raw data GROUP NUMBER: 4 Title 4: Standardization MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.6147 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.1731 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX P This is a computed FULL matrix of order 1 by 4 [=A|C|E|D] 1 2 3 4 1 0.6147 0.0000 0.1731 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 1 by 4 [=P@V~] 1 2 3 4 1 0.7803 0.0000 0.2197 0.0000 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+C+E+D] 1 1 0.7878 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.7840 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.4160 Your model has 7 estimated parameters and 1777 Observed statistics -2 times log-likelihood of data >>> 4063.615 Degrees of freedom >>>>>>>>>>>>>>>> 1770 Akaike's Information Criterion >>>> 523.615 Bayesian Information Criterion >>>> -4002.940 Sample size Adjusted BIC >>>> -1192.295 Deviance Information Criterion >>>> -2376.419 Saturated model fit* >>>>>>>>>>> 4055.935 Saturated model df* >>>>>>>>>>> 1767 Difference Chi-squared >>>>>>>> 7.680 Difference d.f. >>>>>>>>>>>>>>> 3 Probability >>>>>>>>>>>>>>>>>>>> 0.053 Akaike's Information Criterion > 1.680 * Saturated model statistic supplied by user This problem used 10.7% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.00 Execution 0: 0: 0: 0.10 TOTAL 0: 0: 0: 0.10 Total number of warnings issued: 0 ______________________________________________________________________________ !CE MODEL Multiple fit option in effect. The following MX script lines have been read: DROP X 1 1 1 END Summary of VL file data for group 2 BMI1 BMI2 Code 1.0000 2.0000 Number 550.0000 550.0000 Mean 21.3533 21.3389 Variance 0.7274 0.7905 Minimum 18.1125 19.3835 Maximum 25.5347 26.5016 Summary of VL file data for group 3 BMI1 BMI2 Code 1.0000 2.0000 Number 339.0000 338.0000 Mean 21.4481 21.4567 Variance 0.7702 0.8222 Minimum 18.9794 19.2262 Maximum 25.3704 26.8383 PARAMETER SPECIFICATIONS GROUP NUMBER: 1 Title 1: Model Parameters MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 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 Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 8 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 GROUP NUMBER: 2 Title 2: MZ data MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX M This is a FULL matrix of order 1 by 2 1 2 1 4 5 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 8 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 GROUP NUMBER: 3 Title 3: DZ data MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX M This is a FULL matrix of order 1 by 2 1 2 1 6 7 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 8 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 GROUP NUMBER: 4 Title 4: Standardization MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 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 P This is a computed FULL matrix of order 1 by 4 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 1 by 4 It has no free parameters specified MATRIX V This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 8 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 Mx starting optimization; number of parameters = 6 MX PARAMETER ESTIMATES GROUP NUMBER: 1 Title 1: Model Parameters MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.0000 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.4553 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.3172 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.6747 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.5632 GROUP NUMBER: 2 Title 2: MZ data MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.0000 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.4553 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.3172 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX M This is a FULL matrix of order 1 by 2 1 2 1 21.3463 21.3462 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.6747 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.5632 Vector of OBSERVED means BMI1 BMI2 Mean 21.3533 21.3389 Vector of EXPECTED means BMI1 BMI2 Mean 21.3463 21.3462 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX BMI1 BMI2 BMI1 0.7725 BMI2 0.4553 0.7725 Function value of this group: 2413.3092 Where the fit function is -2 * Log-likelihood of raw data GROUP NUMBER: 3 Title 3: DZ data MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.0000 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.4553 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.3172 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX M This is a FULL matrix of order 1 by 2 1 2 1 21.4469 21.4588 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.6747 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.5632 Vector of OBSERVED means BMI1 BMI2 Mean 21.4481 21.4567 Vector of EXPECTED means BMI1 BMI2 Mean 21.4469 21.4588 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX BMI1 BMI2 BMI1 0.7725 BMI2 0.4553 0.7725 Function value of this group: 1802.9825 Where the fit function is -2 * Log-likelihood of raw data GROUP NUMBER: 4 Title 4: Standardization MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.0000 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.4553 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.3172 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX P This is a computed FULL matrix of order 1 by 4 [=A|C|E|D] 1 2 3 4 1 0.0000 0.4553 0.3172 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 1 by 4 [=P@V~] 1 2 3 4 1 0.0000 0.5894 0.4106 0.0000 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+C+E+D] 1 1 0.7725 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.6747 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.5632 Your model has 6 estimated parameters and 1777 Observed statistics -2 times log-likelihood of data >>> 4216.292 Degrees of freedom >>>>>>>>>>>>>>>> 1771 Akaike's Information Criterion >>>> 674.292 Bayesian Information Criterion >>>> -3930.011 Sample size Adjusted BIC >>>> -1117.778 Deviance Information Criterion >>>> -2302.571 Saturated model fit* >>>>>>>>>>> 4055.935 Saturated model df* >>>>>>>>>>> 1767 Difference Chi-squared >>>>>>>> 160.357 Difference d.f. >>>>>>>>>>>>>>> 4 Probability >>>>>>>>>>>>>>>>>>>> 0.000 Akaike's Information Criterion > 152.357 * Saturated model statistic supplied by user This problem used 10.7% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.00 Execution 0: 0: 0: 0.22 TOTAL 0: 0: 0: 0.22 Total number of warnings issued: 0 ______________________________________________________________________________ !E MODEL Multiple fit option in effect. The following MX script lines have been read: DROP Y 1 1 1 END Summary of VL file data for group 2 BMI1 BMI2 Code 1.0000 2.0000 Number 550.0000 550.0000 Mean 21.3533 21.3389 Variance 0.7274 0.7905 Minimum 18.1125 19.3835 Maximum 25.5347 26.5016 Summary of VL file data for group 3 BMI1 BMI2 Code 1.0000 2.0000 Number 339.0000 338.0000 Mean 21.4481 21.4567 Variance 0.7702 0.8222 Minimum 18.9794 19.2262 Maximum 25.3704 26.8383 PARAMETER SPECIFICATIONS GROUP NUMBER: 1 Title 1: Model Parameters MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 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 Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 GROUP NUMBER: 2 Title 2: MZ data MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX M This is a FULL matrix of order 1 by 2 1 2 1 4 5 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 GROUP NUMBER: 3 Title 3: DZ data MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX M This is a FULL matrix of order 1 by 2 1 2 1 6 7 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 GROUP NUMBER: 4 Title 4: Standardization MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 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 P This is a computed FULL matrix of order 1 by 4 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 1 by 4 It has no free parameters specified MATRIX V This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 Mx starting optimization; number of parameters = 5 MX PARAMETER ESTIMATES GROUP NUMBER: 1 Title 1: Model Parameters MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.0000 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.7731 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.8793 GROUP NUMBER: 2 Title 2: MZ data MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.0000 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.7731 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX M This is a FULL matrix of order 1 by 2 1 2 1 21.3533 21.3389 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.8793 Vector of OBSERVED means BMI1 BMI2 Mean 21.3533 21.3389 Vector of EXPECTED means BMI1 BMI2 Mean 21.3533 21.3389 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX BMI1 BMI2 BMI1 0.7731 BMI2 0.0000 0.7731 Function value of this group: 2818.3924 Where the fit function is -2 * Log-likelihood of raw data GROUP NUMBER: 3 Title 3: DZ data MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.0000 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.7731 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX M This is a FULL matrix of order 1 by 2 1 2 1 21.4481 21.4567 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.8793 Vector of OBSERVED means BMI1 BMI2 Mean 21.4481 21.4567 Vector of EXPECTED means BMI1 BMI2 Mean 21.4481 21.4567 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX BMI1 BMI2 BMI1 0.7731 BMI2 0.0000 0.7731 Function value of this group: 1767.1973 Where the fit function is -2 * Log-likelihood of raw data GROUP NUMBER: 4 Title 4: Standardization MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.0000 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.7731 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX P This is a computed FULL matrix of order 1 by 4 [=A|C|E|D] 1 2 3 4 1 0.0000 0.0000 0.7731 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 1 by 4 [=P@V~] 1 2 3 4 1 0.0000 0.0000 1.0000 0.0000 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+C+E+D] 1 1 0.7731 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.8793 Your model has 5 estimated parameters and 1777 Observed statistics -2 times log-likelihood of data >>> 4585.590 Degrees of freedom >>>>>>>>>>>>>>>> 1772 Akaike's Information Criterion >>>> 1041.590 Bayesian Information Criterion >>>> -3748.772 Sample size Adjusted BIC >>>> -934.951 Deviance Information Criterion >>>> -2120.413 Saturated model fit* >>>>>>>>>>> 4055.935 Saturated model df* >>>>>>>>>>> 1767 Difference Chi-squared >>>>>>>> 529.655 Difference d.f. >>>>>>>>>>>>>>> 5 Probability >>>>>>>>>>>>>>>>>>>> 0.000 Akaike's Information Criterion > 519.655 * Saturated model statistic supplied by user This problem used 10.7% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.00 Execution 0: 0: 0: 0.14 TOTAL 0: 0: 0: 0.14 Total number of warnings issued: 0 ______________________________________________________________________________