!Using MZ and DZ twins !Analysis of platelet count !Twelve year olds The following MX script lines were read for group 1 #DEFINE NVAR 1 #DEFINE NSIB 2 ! NUMBER OF SIBLINGS #NGROUPS 3 Note: #NGroup set number of groups to 3 G1: PARAMETER SPECIFICATION CALCULATION BEGIN MATRICES; W LOWER NVAR NVAR FREE !DOMINANT GENETIC EFFECTS X LOWER NVAR NVAR FREE !GENETIC BACKGROUND Y LOWER NVAR NVAR FIXED !COMMON ENVIRONMENT Z LOWER NVAR NVAR FREE !UNIQUE ENVIRONMENT M FULL NSIB NVAR FREE !MEANS H FULL 1 1 Q FULL 1 1 END MATRICES; MATRIX H .5 MATRIX Q .25 SPECIFY M 10 10 BEGIN ALGEBRA; A = X*X'; !ADDITIVE GENETIC VARIANCE C = Y*Y'; !COMMON ENVIRONMENTAL VARIANCE D = W*W'; !DOMINANCE VARIANCE E = Z*Z'; !UNIQUE ENVIRONMENTAL VARIANCE V = A+C+D+E; !TOTAL VARIANCE T = A|C|D|E; !PUT PARAMETERS IN ONE MATRIX FOR STANDARDIZING; S = T@V~; !STANDARDIZED VARIANCE COMPONENT ESTIMATES END ALGEBRA; LABELS ROW S STANDEST LABELS COL S A^2 C^2 D^2 E^2 LABELS ROW T UNSTANDEST LABELS COL T A^2 C^2 D^2 E^2 END The following MX script lines were read for group 2 G2: MONOZYGOTIC TWINS DATA NINPUT=13 RECTANGULAR FILE=MARKER1.DAT NOTE: Rectangular file contained 519 records with data LABELS FAMID INDID1 INDID2 PIBD0 PIBD1 PIBD2 ZYGOSITY PLT11 PLT12 PLT13 PLT21 PLT22 PLT23 SELECT IF ZYGOSITY <3 ; NOTE: Select if yields 287 data vectors for analysis NOTE: Vectors contain a total of 2962 observations SELECT PLT11 PLT21 ; BEGIN MATRICES =GROUP 1; NOTE: Selection yields 166 data vectors for analysis NOTE: Vectors contain a total of 328 observations MEANS M; COVARIANCE A+C+D+E | A+C+D_ A+C+D | A+C+D+E; END The following MX script lines were read for group 3 G3: DIZYGOTIC TWINS DATA NINPUT=13 RECTANGULAR FILE=MARKER1.DAT NOTE: Rectangular file contained 519 records with data LABELS FAMID INDID1 INDID2 PIBD0 PIBD1 PIBD2 ZYGOSITY PLT11 PLT12 PLT13 PLT21 PLT22 PLT23 SELECT IF ZYGOSITY >2 ; NOTE: Select if yields 232 data vectors for analysis NOTE: Vectors contain a total of 2662 observations SELECT PLT11 PLT21 ; BEGIN MATRICES =GROUP 1 ; NOTE: Selection yields 193 data vectors for analysis NOTE: Vectors contain a total of 383 observations MEANS M; COVARIANCE A+C+D+E | H@A+C+Q@D_ H@A+C+Q@D | A+C+D+E; START 0.5 W 1 1 1 X 1 1 1 Z 1 1 1 START 2.8 M 1 1 1 OPTION NDECIMALS=3 OPTION ITERATIONS=5000 OPTION MULTIPLE ISSAT END Summary of VL file data for group 2 PLT11 PLT21 Code 1.000 2.000 Number 165.000 163.000 Mean 2.849 2.862 Variance 0.293 0.302 Minimum 1.800 1.800 Maximum 4.480 4.580 Summary of VL file data for group 3 PLT11 PLT21 Code 1.000 2.000 Number 193.000 190.000 Mean 2.866 2.796 Variance 0.294 0.306 Minimum 1.580 1.480 Maximum 4.410 4.590 PARAMETER SPECIFICATIONS GROUP NUMBER: 1 G1: Parameter specification 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 2 by 1 1 1 10 2 10 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 T 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 1 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 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 3 GROUP NUMBER: 2 G2: Monozygotic twins 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 2 by 1 1 1 10 2 10 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 T 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 1 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 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 3 GROUP NUMBER: 3 G3: Dizygotic twins 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 2 by 1 1 1 10 2 10 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 T 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 1 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 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 3 MX PARAMETER ESTIMATES GROUP NUMBER: 1 G1: Parameter specification MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.239 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.016 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.045 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.500 MATRIX M This is a FULL matrix of order 2 by 1 1 1 2.843 2 2.843 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.250 MATRIX S This is a computed FULL matrix of order 1 by 4 [=T@V~] A^2 C^2 D^2 E^2 STANDEST 0.798 0.000 0.053 0.149 MATRIX T This is a computed FULL matrix of order 1 by 4 [=A|C|D|E] A^2 C^2 D^2 E^2 UNSTANDEST 0.239 0.000 0.016 0.045 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+C+D+E] 1 1 0.300 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.126 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.489 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.211 GROUP NUMBER: 2 G2: Monozygotic twins MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.239 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.016 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.045 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.500 MATRIX M This is a FULL matrix of order 2 by 1 1 1 2.843 2 2.843 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.250 MATRIX S This is a computed FULL matrix of order 1 by 4 [=T@V~] A^2 C^2 D^2 E^2 STANDEST 0.798 0.000 0.053 0.149 MATRIX T This is a computed FULL matrix of order 1 by 4 [=A|C|D|E] A^2 C^2 D^2 E^2 UNSTANDEST 0.239 0.000 0.016 0.045 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+C+D+E] 1 1 0.300 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.126 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.489 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.211 GROUP NUMBER: 3 G3: Dizygotic twins MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.239 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.016 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.045 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.500 MATRIX M This is a FULL matrix of order 2 by 1 1 1 2.843 2 2.843 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.250 MATRIX S This is a computed FULL matrix of order 1 by 4 [=T@V~] A^2 C^2 D^2 E^2 STANDEST 0.798 0.000 0.053 0.149 MATRIX T This is a computed FULL matrix of order 1 by 4 [=A|C|D|E] A^2 C^2 D^2 E^2 UNSTANDEST 0.239 0.000 0.016 0.045 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+C+D+E] 1 1 0.300 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.126 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.489 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.211 Your model has 4 estimated parameters and 711 Observed statistics -2 times log-likelihood of data >>> 916.793 Degrees of freedom >>>>>>>>>>>>>>>> 707 This problem used 13.4% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 1.42 Execution 0: 0: 0: 0.50 TOTAL 0: 0: 0: 1.92 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 PLT11 PLT21 Code 1.000 2.000 Number 165.000 163.000 Mean 2.849 2.862 Variance 0.293 0.302 Minimum 1.800 1.800 Maximum 4.480 4.580 Summary of VL file data for group 3 PLT11 PLT21 Code 1.000 2.000 Number 193.000 190.000 Mean 2.866 2.796 Variance 0.294 0.306 Minimum 1.580 1.480 Maximum 4.410 4.590 PARAMETER SPECIFICATIONS GROUP NUMBER: 1 G1: Parameter specification 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 2 by 1 1 1 10 2 10 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 T 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 2 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 3 GROUP NUMBER: 2 G2: Monozygotic twins 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 2 by 1 1 1 10 2 10 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 T 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 2 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 3 GROUP NUMBER: 3 G3: Dizygotic twins 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 2 by 1 1 1 10 2 10 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 T 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 2 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 3 MX PARAMETER ESTIMATES GROUP NUMBER: 1 G1: Parameter specification MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.256 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.045 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.500 MATRIX M This is a FULL matrix of order 2 by 1 1 1 2.843 2 2.843 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.250 MATRIX S This is a computed FULL matrix of order 1 by 4 [=T@V~] A^2 C^2 D^2 E^2 STANDEST 0.851 0.000 0.000 0.149 MATRIX T This is a computed FULL matrix of order 1 by 4 [=A|C|D|E] A^2 C^2 D^2 E^2 UNSTANDEST 0.256 0.000 0.000 0.045 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+C+D+E] 1 1 0.301 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.506 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.212 GROUP NUMBER: 2 G2: Monozygotic twins MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.256 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.045 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.500 MATRIX M This is a FULL matrix of order 2 by 1 1 1 2.843 2 2.843 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.250 MATRIX S This is a computed FULL matrix of order 1 by 4 [=T@V~] A^2 C^2 D^2 E^2 STANDEST 0.851 0.000 0.000 0.149 MATRIX T This is a computed FULL matrix of order 1 by 4 [=A|C|D|E] A^2 C^2 D^2 E^2 UNSTANDEST 0.256 0.000 0.000 0.045 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+C+D+E] 1 1 0.301 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.506 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.212 GROUP NUMBER: 3 G3: Dizygotic twins MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.256 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.045 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.500 MATRIX M This is a FULL matrix of order 2 by 1 1 1 2.843 2 2.843 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.250 MATRIX S This is a computed FULL matrix of order 1 by 4 [=T@V~] A^2 C^2 D^2 E^2 STANDEST 0.851 0.000 0.000 0.149 MATRIX T This is a computed FULL matrix of order 1 by 4 [=A|C|D|E] A^2 C^2 D^2 E^2 UNSTANDEST 0.256 0.000 0.000 0.045 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+C+D+E] 1 1 0.301 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.506 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.212 Your model has 3 estimated parameters and 711 Observed statistics -2 times log-likelihood of data >>> 916.845 Degrees of freedom >>>>>>>>>>>>>>>> 708 Saturated model fit* >>>>>>>>>>> 916.793 Saturated model df* >>>>>>>>>>> 707 Difference Chi-squared >>>>>>>> 0.053 Difference d.f. >>>>>>>>>>>>>>> 1 Probability >>>>>>>>>>>>>>>>>>>> 0.819 Akaike's Information Criterion > -1.947 * Saturated model statistic computed earlier in this job This problem used 13.4% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.00 Execution 0: 0: 0: 0.27 TOTAL 0: 0: 0: 0.27 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 PLT11 PLT21 Code 1.000 2.000 Number 165.000 163.000 Mean 2.849 2.862 Variance 0.293 0.302 Minimum 1.800 1.800 Maximum 4.480 4.580 Summary of VL file data for group 3 PLT11 PLT21 Code 1.000 2.000 Number 193.000 190.000 Mean 2.866 2.796 Variance 0.294 0.306 Minimum 1.580 1.480 Maximum 4.410 4.590 PARAMETER SPECIFICATIONS GROUP NUMBER: 1 G1: Parameter specification 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 2 by 1 1 1 10 2 10 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 T 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 2 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 11 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 2 G2: Monozygotic twins 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 2 by 1 1 1 10 2 10 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 T 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 2 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 11 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 3 G3: Dizygotic twins 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 2 by 1 1 1 10 2 10 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 T 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 2 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 11 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 MX PARAMETER ESTIMATES GROUP NUMBER: 1 G1: Parameter specification MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.256 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.045 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.500 MATRIX M This is a FULL matrix of order 2 by 1 1 1 2.843 2 2.843 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.250 MATRIX S This is a computed FULL matrix of order 1 by 4 [=T@V~] A^2 C^2 D^2 E^2 STANDEST 0.851 0.000 0.000 0.149 MATRIX T This is a computed FULL matrix of order 1 by 4 [=A|C|D|E] A^2 C^2 D^2 E^2 UNSTANDEST 0.256 0.000 0.000 0.045 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+C+D+E] 1 1 0.301 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.506 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.212 GROUP NUMBER: 2 G2: Monozygotic twins MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.256 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.045 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.500 MATRIX M This is a FULL matrix of order 2 by 1 1 1 2.843 2 2.843 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.250 MATRIX S This is a computed FULL matrix of order 1 by 4 [=T@V~] A^2 C^2 D^2 E^2 STANDEST 0.851 0.000 0.000 0.149 MATRIX T This is a computed FULL matrix of order 1 by 4 [=A|C|D|E] A^2 C^2 D^2 E^2 UNSTANDEST 0.256 0.000 0.000 0.045 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+C+D+E] 1 1 0.301 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.506 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.212 GROUP NUMBER: 3 G3: Dizygotic twins MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.256 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.000 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.045 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.500 MATRIX M This is a FULL matrix of order 2 by 1 1 1 2.843 2 2.843 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.250 MATRIX S This is a computed FULL matrix of order 1 by 4 [=T@V~] A^2 C^2 D^2 E^2 STANDEST 0.851 0.000 0.000 0.149 MATRIX T This is a computed FULL matrix of order 1 by 4 [=A|C|D|E] A^2 C^2 D^2 E^2 UNSTANDEST 0.256 0.000 0.000 0.045 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+C+D+E] 1 1 0.301 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.506 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.212 Your model has 4 estimated parameters and 711 Observed statistics -2 times log-likelihood of data >>> 916.845 Degrees of freedom >>>>>>>>>>>>>>>> 707 Saturated model fit* >>>>>>>>>>> 916.793 Saturated model df* >>>>>>>>>>> 707 Difference Chi-squared >>>>>>>> 0.053 Difference d.f. >>>>>>>>>>>>>>> 0 Probability incalculable Akaike's Information Criterion > 0.053 * Saturated model statistic computed earlier in this job This problem used 13.4% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.00 Execution 0: 0: 0: 0.28 TOTAL 0: 0: 0: 0.28 Total number of warnings issued: 0 ______________________________________________________________________________