** Mx startup successful ** **MX-PC 1.50** Job started on 03/15/00 at 12:07:10 ! Multivariate example - Cholesky decomposition ! Dutch 5-year old twins - IQ subtests ! ! Group 1 calculates variance components for males ! Group 2 fits model to MZ male data ! Group 3 fits model to DZ male data ! Group 4 calculates genetic and environmental correlations The following MX script lines were read for group 1 #DEFINE NVAR 6 #NGROUPS 4 Note: #NGroup set number of groups to 4 TITLE GROUP 1: MALE PARAMETERS OF MODEL CALCULATION MATRICES X LOWER NVAR NVAR FREE ! A: ADDITIVE GENETIC PARAMETERS Y LOWER NVAR NVAR FREE ! C: SHARED ENVIRONMENTAL PARAMETERS Z LOWER NVAR NVAR FREE ! E: UNIQUE ENVIRONMENTAL PARAMETERS W LOWER NVAR NVAR ! D: DOMINANCE PARAMETERS H FULL 1 1 ! SCALAR, .5 Q FULL 1 1 ! SCALAR, .25 END MATRICES; MATRIX H .5 MATRIX Q .25 START .1 ALL START 2 Z 1 1 1 Z 1 2 2 Z 1 3 3 Z 1 4 4 Z 1 5 5 Z 1 6 6 BEGIN ALGEBRA; A=X*X'; ! A^2: ADDITIVE GENETIC VARIANCE C=Y*Y'; ! C^2: SHARED ENVIRONMENTAL VARIANCE E=Z*Z'; ! E^2: UNIQUE ENVIRONMENTAL VARIANCE D=W*W'; ! D^2: DOMINANCE VARIANCE END ALGEBRA; END The following MX script lines were read for group 2 TITLE G2: MALE MZ TWIN PAIRS Note: Opening #include file 1 iqmzm.dat DATA NINPUT_VARS=12 NOBSERVATIONS=42 CMATRIX FILE=IQ5MZM.COV LABELS S1EXCLA S1WRDA S1SCHFA S1NAAMA S1FIGUA S1IDEEA S1EXCLB S1WRDB S1SCHFB S1NAAMB S1FIGUB S1IDEEB SELECT S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB ; Note: Closing #include file 1 MATRICES = GROUP 1 COVARIANCES 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 G3: MALE DZ TWIN PAIRS Note: Opening #include file 1 iqdzm.dat DATA NINPUT_VARS=12 NOBSERVATIONS=43 CMATRIX FILE=IQ5DZM.COV LABELS S1EXCLA S1WRDA S1SCHFA S1NAAMA S1FIGUA S1IDEEA S1EXCLB S1WRDB S1SCHFB S1NAAMB S1FIGUB S1IDEEB SELECT S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB ; Note: Closing #include file 1 MATRICES= GROUP 1 COVARIANCES 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 G4: CALCULATE GENETIC AND ENVIRONMENTAL CORRELATIONS CALCULATION BEGIN MATRICES = GROUP 1 I IDEN NVAR NVAR END MATRICES; BEGIN ALGEBRA; R=A+C+E; ! TOTAL VARIANCE S=(\SQRT(I.R)); ! DIAGONAL MATRIX OF STANDARD DEVIATIONS P=S~*X_ S~*Y_ S~*Z; ! STANDARDIZED PATH COEFFICIENTS STACKED TOGETHER ! pre & post multiply covariance matrix by inverse of standard deviations T=\SQRT(I.A)~*A*\SQRT(I.A)~ ; ! GENETIC CORRELATIONS U=\SQRT(I.C)~*C*\SQRT(I.C)~ ; ! SHARED ENVIRONMENTAL CORRELATIONS V=\SQRT(I.E)~*E*\SQRT(I.E)~ ; ! UNIQUE ENVIRONMENTAL CORRELATIONS END ALGEBRA; LABEL ROW P A1 A2 A3 A4 A5 A6 C1 C2 C3 C4 C5 C6 E1 E2 E3 E4 E5 E6 LABEL ROW T R_A R_A R_A R_A R_A R_A LABEL ROW U R_C R_C R_C R_C R_C R_C LABEL ROW V R_E R_E R_E R_E R_E R_E LABEL COL T VERBAL NAMES IDEAS EXCL DISCS FIGURES LABEL COL U VERBAL NAMES IDEAS EXCL DISCS FIGURES LABEL COL V VERBAL NAMES IDEAS EXCL DISCS FIGURES OPTION ITERATIONS=5000 OPTION NDECIMALS=4 ! THARD=-2 OPTION MULTIPLE OPTION ISSAT ! COMPARE FIT OF SUBMODELS TO FULL MODEL END PARAMETER SPECIFICATIONS GROUP NUMBER: 1 Title Group 1: male parameters of model MATRIX A This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX 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 6 by 6 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 1 2 2 3 3 4 5 6 4 7 8 9 10 5 11 12 13 14 15 6 16 17 18 19 20 21 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 22 2 23 24 3 25 26 27 4 28 29 30 31 5 32 33 34 35 36 6 37 38 39 40 41 42 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 43 2 44 45 3 46 47 48 4 49 50 51 52 5 53 54 55 56 57 6 58 59 60 61 62 63 GROUP NUMBER: 2 Title G2: male MZ twin pairs MATRIX A This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX 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 6 by 6 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 1 2 2 3 3 4 5 6 4 7 8 9 10 5 11 12 13 14 15 6 16 17 18 19 20 21 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 22 2 23 24 3 25 26 27 4 28 29 30 31 5 32 33 34 35 36 6 37 38 39 40 41 42 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 43 2 44 45 3 46 47 48 4 49 50 51 52 5 53 54 55 56 57 6 58 59 60 61 62 63 GROUP NUMBER: 3 Title G3: male DZ twin pairs MATRIX A This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX 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 6 by 6 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 1 2 2 3 3 4 5 6 4 7 8 9 10 5 11 12 13 14 15 6 16 17 18 19 20 21 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 22 2 23 24 3 25 26 27 4 28 29 30 31 5 32 33 34 35 36 6 37 38 39 40 41 42 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 43 2 44 45 3 46 47 48 4 49 50 51 52 5 53 54 55 56 57 6 58 59 60 61 62 63 GROUP NUMBER: 4 G4: Calculate genetic and environmental correlations MATRIX A This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX I This is an IDENTITY matrix of order 6 by 6 MATRIX P This is a computed FULL matrix of order 18 by 6 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 R This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX T This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX U This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX V This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 6 by 6 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 1 2 2 3 3 4 5 6 4 7 8 9 10 5 11 12 13 14 15 6 16 17 18 19 20 21 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 22 2 23 24 3 25 26 27 4 28 29 30 31 5 32 33 34 35 36 6 37 38 39 40 41 42 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 43 2 44 45 3 46 47 48 4 49 50 51 52 5 53 54 55 56 57 6 58 59 60 61 62 63 *** WARNING! *** I am not sure I have found a solution that satisfies Kuhn-Tucker conditions for a minimum. NAG's IFAIL parameter is 1 We probably have a minimum here, but you might consider trying different starting values. You can randomize these with TH=n on the OU line, where n is the number of times you wish to do this. I STRONGLY recommend BOundaries to be set if you use TH MX PARAMETER ESTIMATES GROUP NUMBER: 1 Title Group 1: male parameters of model MATRIX A This is a computed FULL matrix of order 6 by 6 [=X*X'] 1 2 3 4 5 6 1 2.8704 3.6059 -0.4161 -1.0071 -0.2812 3.2032 2 3.6059 5.4276 -1.0399 -0.6603 0.5866 2.5330 3 -0.4161 -1.0399 1.5546 0.3014 -1.4732 0.0235 4 -1.0071 -0.6603 0.3014 8.6025 9.8440 2.3861 5 -0.2812 0.5866 -1.4732 9.8440 13.6855 4.2564 6 3.2032 2.5330 0.0235 2.3861 4.2564 9.0258 MATRIX C This is a computed FULL matrix of order 6 by 6 [=Y*Y'] 1 2 3 4 5 6 1 6.2155 4.2272 3.8892 4.5992 1.0986 3.6425 2 4.2272 8.2189 4.9319 3.0294 0.0975 4.7100 3 3.8892 4.9319 7.3157 0.4683 2.3562 2.4513 4 4.5992 3.0294 0.4683 4.8408 -0.3557 3.1292 5 1.0986 0.0975 2.3562 -0.3557 1.2441 -0.0183 6 3.6425 4.7100 2.4513 3.1292 -0.0183 3.2246 MATRIX D This is a computed FULL matrix of order 6 by 6 [=W*W'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 6 by 6 [=Z*Z'] 1 2 3 4 5 6 1 7.0627 0.0995 0.4171 0.6840 -0.2075 -1.1345 2 0.0995 7.6652 1.8729 1.4071 -0.0149 -1.0937 3 0.4171 1.8729 7.6224 1.4366 0.8362 0.4918 4 0.6840 1.4071 1.4366 6.2785 -1.0665 -0.1876 5 -0.2075 -0.0149 0.8362 -1.0665 13.0179 1.6730 6 -1.1345 -1.0937 0.4918 -0.1876 1.6730 9.7253 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 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 1.6942 2 2.1283 0.9475 3 -0.2456 -0.5458 1.0938 4 -0.5945 0.6385 0.4607 2.7621 5 -0.1660 0.9920 -0.8892 3.4472 0.0000 6 1.8907 -1.5736 -0.3392 1.6911 0.0000 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.4931 2 1.6956 2.3117 3 1.5600 0.9892 1.9758 4 1.8448 -0.0427 -1.1982 0.0000 5 0.4407 -0.2810 0.9853 0.0000 0.0000 6 1.4610 0.9658 -0.3965 0.0000 0.0000 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.6576 2 0.0374 2.7684 3 0.1569 0.6744 2.6726 4 0.2574 0.5048 0.3950 2.4086 5 -0.0781 -0.0043 0.3185 -0.4858 3.5601 6 -0.4269 -0.3893 0.3073 -0.0011 0.4324 3.0183 GROUP NUMBER: 2 Title G2: male MZ twin pairs MATRIX A This is a computed FULL matrix of order 6 by 6 [=X*X'] 1 2 3 4 5 6 1 2.8704 3.6059 -0.4161 -1.0071 -0.2812 3.2032 2 3.6059 5.4276 -1.0399 -0.6603 0.5866 2.5330 3 -0.4161 -1.0399 1.5546 0.3014 -1.4732 0.0235 4 -1.0071 -0.6603 0.3014 8.6025 9.8440 2.3861 5 -0.2812 0.5866 -1.4732 9.8440 13.6855 4.2564 6 3.2032 2.5330 0.0235 2.3861 4.2564 9.0258 MATRIX C This is a computed FULL matrix of order 6 by 6 [=Y*Y'] 1 2 3 4 5 6 1 6.2155 4.2272 3.8892 4.5992 1.0986 3.6425 2 4.2272 8.2189 4.9319 3.0294 0.0975 4.7100 3 3.8892 4.9319 7.3157 0.4683 2.3562 2.4513 4 4.5992 3.0294 0.4683 4.8408 -0.3557 3.1292 5 1.0986 0.0975 2.3562 -0.3557 1.2441 -0.0183 6 3.6425 4.7100 2.4513 3.1292 -0.0183 3.2246 MATRIX D This is a computed FULL matrix of order 6 by 6 [=W*W'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 6 by 6 [=Z*Z'] 1 2 3 4 5 6 1 7.0627 0.0995 0.4171 0.6840 -0.2075 -1.1345 2 0.0995 7.6652 1.8729 1.4071 -0.0149 -1.0937 3 0.4171 1.8729 7.6224 1.4366 0.8362 0.4918 4 0.6840 1.4071 1.4366 6.2785 -1.0665 -0.1876 5 -0.2075 -0.0149 0.8362 -1.0665 13.0179 1.6730 6 -1.1345 -1.0937 0.4918 -0.1876 1.6730 9.7253 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 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 1.6942 2 2.1283 0.9475 3 -0.2456 -0.5458 1.0938 4 -0.5945 0.6385 0.4607 2.7621 5 -0.1660 0.9920 -0.8892 3.4472 0.0000 6 1.8907 -1.5736 -0.3392 1.6911 0.0000 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.4931 2 1.6956 2.3117 3 1.5600 0.9892 1.9758 4 1.8448 -0.0427 -1.1982 0.0000 5 0.4407 -0.2810 0.9853 0.0000 0.0000 6 1.4610 0.9658 -0.3965 0.0000 0.0000 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.6576 2 0.0374 2.7684 3 0.1569 0.6744 2.6726 4 0.2574 0.5048 0.3950 2.4086 5 -0.0781 -0.0043 0.3185 -0.4858 3.5601 6 -0.4269 -0.3893 0.3073 -0.0011 0.4324 3.0183 OBSERVED COVARIANCE MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 17.7680 S1NAAMA 9.7131 18.0030 S1IDEEA 8.5250 8.3357 21.8650 S1EXCLA 8.2288 2.8827 6.3810 21.5590 S1SCHFA 1.4727 -0.7271 0.9663 11.4120 27.7540 S1FIGUA 6.7549 3.3897 1.5621 5.9210 6.4576 22.1070 S1WRDB 8.5029 9.1905 5.8142 2.6852 -1.6074 4.2009 13.5590 S1NAAMB 10.6260 14.8740 6.7886 3.6911 2.1789 6.0691 10.5770 S1IDEEB 4.6829 4.5854 9.7317 0.9268 0.9024 0.9024 4.4878 S1EXCLB 5.4843 1.4617 1.7108 14.6170 12.0800 7.2979 2.1638 S1SCHFB 2.2590 -0.6388 -1.5273 8.0267 16.8800 3.7375 -1.0511 S1FIGUB 12.6990 8.7642 5.6667 8.3740 6.3496 16.3500 7.0894 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB 26.7280 S1IDEEB 6.6829 12.2930 S1EXCLB 4.4024 -1.5610 19.5030 S1SCHFB 1.1870 0.2927 5.7247 32.2900 S1FIGUB 9.7154 5.4634 10.2200 7.9187 30.5200 EXPECTED COVARIANCE MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 16.1486 S1NAAMA 7.9326 21.3117 S1IDEEA 3.8901 5.7649 16.4927 S1EXCLA 4.2761 3.7762 2.2063 19.7218 S1SCHFA 0.6099 0.6691 1.7191 8.4218 27.9475 S1FIGUA 5.7112 6.1492 2.9666 5.3277 5.9111 21.9757 S1WRDB 9.0859 7.8331 3.4731 3.5921 0.8174 6.8457 16.1486 S1NAAMB 7.8331 13.6466 3.8920 2.3691 0.6841 7.2429 7.9326 S1IDEEB 3.4731 3.8920 8.8703 0.7697 0.8830 2.4748 3.8901 S1EXCLB 3.5921 2.3691 0.7697 13.4433 9.4883 5.5153 4.2761 S1SCHFB 0.8174 0.6841 0.8830 9.4883 14.9296 4.2381 0.6099 S1FIGUB 6.8457 7.2429 2.4748 5.5153 4.2381 12.2504 5.7112 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB 21.3117 S1IDEEB 5.7649 16.4927 S1EXCLB 3.7762 2.2063 19.7218 S1SCHFB 0.6691 1.7191 8.4218 27.9475 S1FIGUB 6.1492 2.9666 5.3277 5.9111 21.9757 RESIDUAL MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 1.6194 S1NAAMA 1.7805 -3.3087 S1IDEEA 4.6349 2.5708 5.3723 S1EXCLA 3.9527 -0.8935 4.1747 1.8372 S1SCHFA 0.8628 -1.3962 -0.7528 2.9902 -0.1935 S1FIGUA 1.0437 -2.7595 -1.4045 0.5933 0.5465 0.1313 S1WRDB -0.5830 1.3574 2.3411 -0.9069 -2.4248 -2.6448 -2.5896 S1NAAMB 2.7929 1.2274 2.8966 1.3220 1.4948 -1.1738 2.6444 S1IDEEB 1.2098 0.6934 0.8614 0.1571 0.0195 -1.5724 0.5977 S1EXCLB 1.8922 -0.9074 0.9411 1.1737 2.5917 1.7826 -2.1123 S1SCHFB 1.4416 -1.3229 -2.4103 -1.4616 1.9504 -0.5006 -1.6610 S1FIGUB 5.8533 1.5213 3.1919 2.8587 2.1115 4.0996 1.3782 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB 5.4163 S1IDEEB 0.9180 -4.1997 S1EXCLB 0.6262 -3.7673 -0.2188 S1SCHFB 0.5179 -1.4265 -2.6971 4.3425 S1FIGUB 3.5662 2.4968 4.8923 2.0076 8.5443 Function value of this group: 50.2125 Where the fit function is Maximum Likelihood GROUP NUMBER: 3 Title G3: male DZ twin pairs MATRIX A This is a computed FULL matrix of order 6 by 6 [=X*X'] 1 2 3 4 5 6 1 2.8704 3.6059 -0.4161 -1.0071 -0.2812 3.2032 2 3.6059 5.4276 -1.0399 -0.6603 0.5866 2.5330 3 -0.4161 -1.0399 1.5546 0.3014 -1.4732 0.0235 4 -1.0071 -0.6603 0.3014 8.6025 9.8440 2.3861 5 -0.2812 0.5866 -1.4732 9.8440 13.6855 4.2564 6 3.2032 2.5330 0.0235 2.3861 4.2564 9.0258 MATRIX C This is a computed FULL matrix of order 6 by 6 [=Y*Y'] 1 2 3 4 5 6 1 6.2155 4.2272 3.8892 4.5992 1.0986 3.6425 2 4.2272 8.2189 4.9319 3.0294 0.0975 4.7100 3 3.8892 4.9319 7.3157 0.4683 2.3562 2.4513 4 4.5992 3.0294 0.4683 4.8408 -0.3557 3.1292 5 1.0986 0.0975 2.3562 -0.3557 1.2441 -0.0183 6 3.6425 4.7100 2.4513 3.1292 -0.0183 3.2246 MATRIX D This is a computed FULL matrix of order 6 by 6 [=W*W'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 6 by 6 [=Z*Z'] 1 2 3 4 5 6 1 7.0627 0.0995 0.4171 0.6840 -0.2075 -1.1345 2 0.0995 7.6652 1.8729 1.4071 -0.0149 -1.0937 3 0.4171 1.8729 7.6224 1.4366 0.8362 0.4918 4 0.6840 1.4071 1.4366 6.2785 -1.0665 -0.1876 5 -0.2075 -0.0149 0.8362 -1.0665 13.0179 1.6730 6 -1.1345 -1.0937 0.4918 -0.1876 1.6730 9.7253 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 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 1.6942 2 2.1283 0.9475 3 -0.2456 -0.5458 1.0938 4 -0.5945 0.6385 0.4607 2.7621 5 -0.1660 0.9920 -0.8892 3.4472 0.0000 6 1.8907 -1.5736 -0.3392 1.6911 0.0000 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.4931 2 1.6956 2.3117 3 1.5600 0.9892 1.9758 4 1.8448 -0.0427 -1.1982 0.0000 5 0.4407 -0.2810 0.9853 0.0000 0.0000 6 1.4610 0.9658 -0.3965 0.0000 0.0000 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.6576 2 0.0374 2.7684 3 0.1569 0.6744 2.6726 4 0.2574 0.5048 0.3950 2.4086 5 -0.0781 -0.0043 0.3185 -0.4858 3.5601 6 -0.4269 -0.3893 0.3073 -0.0011 0.4324 3.0183 OBSERVED COVARIANCE MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 17.8990 S1NAAMA 7.3699 20.7870 S1IDEEA 3.2929 3.8953 18.9980 S1EXCLA 4.1700 6.6495 2.4385 18.3600 S1SCHFA 2.9291 4.7154 5.2398 4.6949 25.3020 S1FIGUA 1.5581 6.6639 2.8411 1.4413 6.3870 12.9490 S1WRDB 7.4623 5.3533 3.2204 6.4607 3.1561 4.2763 15.2390 S1NAAMB 2.1168 9.4956 3.4457 0.6013 -1.6617 5.1423 4.0659 S1IDEEB 2.1157 3.1838 6.8472 -0.7409 2.4956 -0.7984 -0.2940 S1EXCLB 3.3162 3.8466 -0.3134 5.6722 3.2946 2.2159 3.1357 S1SCHFB 0.8881 0.1573 2.7835 0.7242 3.6207 0.3649 -0.4939 S1FIGUB 2.5365 7.0493 4.3477 5.9352 6.9773 4.2353 7.6628 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB 19.6940 S1IDEEB 4.6130 12.7880 S1EXCLB 1.2979 1.4945 18.7730 S1SCHFB -2.4590 0.1567 11.0200 25.7120 S1FIGUB 4.8527 2.1838 4.9419 3.8953 23.5020 EXPECTED COVARIANCE MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 16.1486 S1NAAMA 7.9326 21.3117 S1IDEEA 3.8901 5.7649 16.4927 S1EXCLA 4.2761 3.7762 2.2063 19.7218 S1SCHFA 0.6099 0.6691 1.7191 8.4218 27.9475 S1FIGUA 5.7112 6.1492 2.9666 5.3277 5.9111 21.9757 S1WRDB 7.6507 6.0302 3.6811 4.0957 0.9580 5.2441 16.1486 S1NAAMB 6.0302 10.9328 4.4119 2.6993 0.3908 5.9764 7.9326 S1IDEEB 3.6811 4.4119 8.0930 0.6190 1.6196 2.4630 3.8901 S1EXCLB 4.0957 2.6993 0.6190 9.1420 4.5663 4.3222 4.2761 S1SCHFB 0.9580 0.3908 1.6196 4.5663 8.0868 2.1099 0.6099 S1FIGUB 5.2441 5.9764 2.4630 4.3222 2.1099 7.7375 5.7112 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB 21.3117 S1IDEEB 5.7649 16.4927 S1EXCLB 3.7762 2.2063 19.7218 S1SCHFB 0.6691 1.7191 8.4218 27.9475 S1FIGUB 6.1492 2.9666 5.3277 5.9111 21.9757 RESIDUAL MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 1.7504 S1NAAMA -0.5627 -0.5247 S1IDEEA -0.5972 -1.8696 2.5053 S1EXCLA -0.1061 2.8733 0.2322 -1.3618 S1SCHFA 2.3192 4.0463 3.5207 -3.7269 -2.6455 S1FIGUA -4.1531 0.5147 -0.1255 -3.8864 0.4759 -9.0267 S1WRDB -0.1884 -0.6769 -0.4607 2.3650 2.1981 -0.9678 -0.9096 S1NAAMB -3.9134 -1.4372 -0.9662 -2.0979 -2.0525 -0.8341 -3.8667 S1IDEEB -1.5654 -1.2281 -1.2458 -1.3599 0.8760 -3.2615 -4.1842 S1EXCLB -0.7795 1.1473 -0.9324 -3.4698 -1.2717 -2.1063 -1.1404 S1SCHFB -0.0699 -0.2335 1.1639 -3.8420 -4.4661 -1.7450 -1.1039 S1FIGUB -2.7076 1.0729 1.8847 1.6130 4.8674 -3.5022 1.9516 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB -1.6177 S1IDEEB -1.1519 -3.7047 S1EXCLB -2.4783 -0.7118 -0.9488 S1SCHFB -3.1281 -1.5624 2.5982 -2.2355 S1FIGUB -1.2965 -0.7828 -0.3858 -2.0158 1.5263 Function value of this group: 52.5966 Where the fit function is Maximum Likelihood GROUP NUMBER: 4 G4: Calculate genetic and environmental correlations MATRIX A This is a computed FULL matrix of order 6 by 6 [=X*X'] 1 2 3 4 5 6 1 2.8704 3.6059 -0.4161 -1.0071 -0.2812 3.2032 2 3.6059 5.4276 -1.0399 -0.6603 0.5866 2.5330 3 -0.4161 -1.0399 1.5546 0.3014 -1.4732 0.0235 4 -1.0071 -0.6603 0.3014 8.6025 9.8440 2.3861 5 -0.2812 0.5866 -1.4732 9.8440 13.6855 4.2564 6 3.2032 2.5330 0.0235 2.3861 4.2564 9.0258 MATRIX C This is a computed FULL matrix of order 6 by 6 [=Y*Y'] 1 2 3 4 5 6 1 6.2155 4.2272 3.8892 4.5992 1.0986 3.6425 2 4.2272 8.2189 4.9319 3.0294 0.0975 4.7100 3 3.8892 4.9319 7.3157 0.4683 2.3562 2.4513 4 4.5992 3.0294 0.4683 4.8408 -0.3557 3.1292 5 1.0986 0.0975 2.3562 -0.3557 1.2441 -0.0183 6 3.6425 4.7100 2.4513 3.1292 -0.0183 3.2246 MATRIX D This is a computed FULL matrix of order 6 by 6 [=W*W'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 6 by 6 [=Z*Z'] 1 2 3 4 5 6 1 7.0627 0.0995 0.4171 0.6840 -0.2075 -1.1345 2 0.0995 7.6652 1.8729 1.4071 -0.0149 -1.0937 3 0.4171 1.8729 7.6224 1.4366 0.8362 0.4918 4 0.6840 1.4071 1.4366 6.2785 -1.0665 -0.1876 5 -0.2075 -0.0149 0.8362 -1.0665 13.0179 1.6730 6 -1.1345 -1.0937 0.4918 -0.1876 1.6730 9.7253 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 6 by 6 MATRIX P This is a computed FULL matrix of order 18 by 6 [=S~*X_S~*Y_S~*Z] 1 2 3 4 5 6 A1 0.4216 0.0000 0.0000 0.0000 0.0000 0.0000 A2 0.4610 0.2052 0.0000 0.0000 0.0000 0.0000 A3 -0.0605 -0.1344 0.2693 0.0000 0.0000 0.0000 A4 -0.1339 0.1438 0.1037 0.6220 0.0000 0.0000 A5 -0.0314 0.1876 -0.1682 0.6521 0.0000 0.0000 A6 0.4033 -0.3357 -0.0724 0.3607 0.0000 0.0000 C1 0.6204 0.0000 0.0000 0.0000 0.0000 0.0000 C2 0.3673 0.5008 0.0000 0.0000 0.0000 0.0000 C3 0.3841 0.2436 0.4865 0.0000 0.0000 0.0000 C4 0.4154 -0.0096 -0.2698 0.0000 0.0000 0.0000 C5 0.0834 -0.0532 0.1864 0.0000 0.0000 0.0000 C6 0.3117 0.2060 -0.0846 0.0000 0.0000 0.0000 E1 0.6613 0.0000 0.0000 0.0000 0.0000 0.0000 E2 0.0081 0.5997 0.0000 0.0000 0.0000 0.0000 E3 0.0386 0.1661 0.6581 0.0000 0.0000 0.0000 E4 0.0580 0.1137 0.0890 0.5424 0.0000 0.0000 E5 -0.0148 -0.0008 0.0603 -0.0919 0.6734 0.0000 E6 -0.0911 -0.0830 0.0656 -0.0002 0.0922 0.6439 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX R This is a computed FULL matrix of order 6 by 6 [=A+C+E] 1 2 3 4 5 6 1 16.1486 7.9326 3.8901 4.2761 0.6099 5.7112 2 7.9326 21.3117 5.7649 3.7762 0.6691 6.1492 3 3.8901 5.7649 16.4927 2.2063 1.7191 2.9666 4 4.2761 3.7762 2.2063 19.7218 8.4218 5.3277 5 0.6099 0.6691 1.7191 8.4218 27.9475 5.9111 6 5.7112 6.1492 2.9666 5.3277 5.9111 21.9757 MATRIX S This is a computed FULL matrix of order 6 by 6 [=(\SQRT(I.R))] 1 2 3 4 5 6 1 4.0185 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 4.6165 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 4.0611 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 4.4409 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 5.2865 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 4.6878 MATRIX T This is a computed FULL matrix of order 6 by 6 [=\SQRT(I.A)~*A*\SQRT(I.A)~] VERBAL NAMES IDEAS EXCL DISCS FIGURES R_A 1.0000 0.9136 -0.1970 -0.2027 -0.0449 0.6293 R_A 0.9136 1.0000 -0.3580 -0.0966 0.0681 0.3619 R_A -0.1970 -0.3580 1.0000 0.0824 -0.3194 0.0063 R_A -0.2027 -0.0966 0.0824 1.0000 0.9072 0.2708 R_A -0.0449 0.0681 -0.3194 0.9072 1.0000 0.3830 R_A 0.6293 0.3619 0.0063 0.2708 0.3830 1.0000 MATRIX U This is a computed FULL matrix of order 6 by 6 [=\SQRT(I.C)~*C*\SQRT(I.C)~] VERBAL NAMES IDEAS EXCL DISCS FIGURES R_C 1.0000 0.5914 0.5768 0.8385 0.3951 0.8136 R_C 0.5914 1.0000 0.6360 0.4803 0.0305 0.9149 R_C 0.5768 0.6360 1.0000 0.0787 0.7810 0.5047 R_C 0.8385 0.4803 0.0787 1.0000 -0.1449 0.7920 R_C 0.3951 0.0305 0.7810 -0.1449 1.0000 -0.0091 R_C 0.8136 0.9149 0.5047 0.7920 -0.0091 1.0000 MATRIX V This is a computed FULL matrix of order 6 by 6 [=\SQRT(I.E)~*E*\SQRT(I.E)~] VERBAL NAMES IDEAS EXCL DISCS FIGURES R_E 1.0000 0.0135 0.0568 0.1027 -0.0216 -0.1369 R_E 0.0135 1.0000 0.2450 0.2028 -0.0015 -0.1267 R_E 0.0568 0.2450 1.0000 0.2077 0.0839 0.0571 R_E 0.1027 0.2028 0.2077 1.0000 -0.1180 -0.0240 R_E -0.0216 -0.0015 0.0839 -0.1180 1.0000 0.1487 R_E -0.1369 -0.1267 0.0571 -0.0240 0.1487 1.0000 MATRIX W This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 1.6942 2 2.1283 0.9475 3 -0.2456 -0.5458 1.0938 4 -0.5945 0.6385 0.4607 2.7621 5 -0.1660 0.9920 -0.8892 3.4472 0.0000 6 1.8907 -1.5736 -0.3392 1.6911 0.0000 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.4931 2 1.6956 2.3117 3 1.5600 0.9892 1.9758 4 1.8448 -0.0427 -1.1982 0.0000 5 0.4407 -0.2810 0.9853 0.0000 0.0000 6 1.4610 0.9658 -0.3965 0.0000 0.0000 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.6576 2 0.0374 2.7684 3 0.1569 0.6744 2.6726 4 0.2574 0.5048 0.3950 2.4086 5 -0.0781 -0.0043 0.3185 -0.4858 3.5601 6 -0.4269 -0.3893 0.3073 -0.0011 0.4324 3.0183 *** WARNING! *** Minimization may not be successful. See above CODE GREEN - it probably was OK Your model has 63 estimated parameters and 156 Observed statistics Chi-squared fit of model >>>>>>> 102.809 Degrees of freedom >>>>>>>>>>>>> 93 Probability >>>>>>>>>>>>>>>>>>>> 0.228 Akaike's Information Criterion > -83.191 RMSEA >>>>>>>>>>>>>>>>>>>>>>>>>> 0.049 This problem used 4.6% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 1: 0.09 Execution 0: 0: 0:23.95 TOTAL 0: 0: 1:24.04 Total number of warnings issued: 2 ______________________________________________________________________________ Multiple fit option in effect. The following MX script lines have been read: SAVE ACECHOL.MXS ! Test significance of additive genetic paths DROP X 1 1 1 TO X 1 NVAR NVAR END PARAMETER SPECIFICATIONS GROUP NUMBER: 1 Title Group 1: male parameters of model MATRIX A This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX 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 6 by 6 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 22 2 23 24 3 25 26 27 4 28 29 30 31 5 32 33 34 35 36 6 37 38 39 40 41 42 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 43 2 44 45 3 46 47 48 4 49 50 51 52 5 53 54 55 56 57 6 58 59 60 61 62 63 GROUP NUMBER: 2 Title G2: male MZ twin pairs MATRIX A This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX 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 6 by 6 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 22 2 23 24 3 25 26 27 4 28 29 30 31 5 32 33 34 35 36 6 37 38 39 40 41 42 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 43 2 44 45 3 46 47 48 4 49 50 51 52 5 53 54 55 56 57 6 58 59 60 61 62 63 GROUP NUMBER: 3 Title G3: male DZ twin pairs MATRIX A This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX 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 6 by 6 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 22 2 23 24 3 25 26 27 4 28 29 30 31 5 32 33 34 35 36 6 37 38 39 40 41 42 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 43 2 44 45 3 46 47 48 4 49 50 51 52 5 53 54 55 56 57 6 58 59 60 61 62 63 GROUP NUMBER: 4 G4: Calculate genetic and environmental correlations MATRIX A This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX I This is an IDENTITY matrix of order 6 by 6 MATRIX P This is a computed FULL matrix of order 18 by 6 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 R This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX T This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX U This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX V This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 6 by 6 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 22 2 23 24 3 25 26 27 4 28 29 30 31 5 32 33 34 35 36 6 37 38 39 40 41 42 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 43 2 44 45 3 46 47 48 4 49 50 51 52 5 53 54 55 56 57 6 58 59 60 61 62 63 MX PARAMETER ESTIMATES GROUP NUMBER: 1 Title Group 1: male parameters of model MATRIX A This is a computed FULL matrix of order 6 by 6 [=X*X'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX C This is a computed FULL matrix of order 6 by 6 [=Y*Y'] 1 2 3 4 5 6 1 7.9764 6.7845 3.9428 4.4914 1.1842 5.8978 2 6.7845 12.1525 4.4866 2.3981 -0.0002 6.7483 3 3.9428 4.4866 8.2720 0.3848 1.1813 2.5204 4 4.4914 2.3981 0.3848 10.0907 5.9830 5.9331 5 1.1842 -0.0002 1.1813 5.9830 10.1705 4.3490 6 5.8978 6.7483 2.5204 5.9331 4.3490 10.2197 MATRIX D This is a computed FULL matrix of order 6 by 6 [=W*W'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 6 by 6 [=Z*Z'] 1 2 3 4 5 6 1 8.1454 1.1203 0.0300 -0.0762 -0.4639 -0.1454 2 1.1203 9.1378 1.3755 1.4121 0.6847 -0.5977 3 0.0300 1.3755 8.2068 1.8008 0.4950 0.4861 4 -0.0762 1.4121 1.8008 9.4462 2.2257 -0.3314 5 -0.4639 0.6847 0.4950 2.2257 17.5668 1.8033 6 -0.1454 -0.5977 0.4861 -0.3314 1.8033 12.0011 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 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.8242 2 2.4022 2.5262 3 1.3960 0.4485 2.4743 4 1.5903 -0.5630 -0.6397 2.6145 5 0.4193 -0.3988 0.3132 2.0241 2.3750 6 2.0883 0.6855 -0.2839 1.0773 0.6969 1.9137 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.8540 2 0.3925 2.9973 3 0.0105 0.4575 2.8280 4 -0.0267 0.4746 0.5601 2.9844 5 -0.1626 0.2497 0.1352 0.6792 4.1229 6 -0.0510 -0.1927 0.2033 -0.1190 0.4600 3.4197 GROUP NUMBER: 2 Title G2: male MZ twin pairs MATRIX A This is a computed FULL matrix of order 6 by 6 [=X*X'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX C This is a computed FULL matrix of order 6 by 6 [=Y*Y'] 1 2 3 4 5 6 1 7.9764 6.7845 3.9428 4.4914 1.1842 5.8978 2 6.7845 12.1525 4.4866 2.3981 -0.0002 6.7483 3 3.9428 4.4866 8.2720 0.3848 1.1813 2.5204 4 4.4914 2.3981 0.3848 10.0907 5.9830 5.9331 5 1.1842 -0.0002 1.1813 5.9830 10.1705 4.3490 6 5.8978 6.7483 2.5204 5.9331 4.3490 10.2197 MATRIX D This is a computed FULL matrix of order 6 by 6 [=W*W'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 6 by 6 [=Z*Z'] 1 2 3 4 5 6 1 8.1454 1.1203 0.0300 -0.0762 -0.4639 -0.1454 2 1.1203 9.1378 1.3755 1.4121 0.6847 -0.5977 3 0.0300 1.3755 8.2068 1.8008 0.4950 0.4861 4 -0.0762 1.4121 1.8008 9.4462 2.2257 -0.3314 5 -0.4639 0.6847 0.4950 2.2257 17.5668 1.8033 6 -0.1454 -0.5977 0.4861 -0.3314 1.8033 12.0011 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 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.8242 2 2.4022 2.5262 3 1.3960 0.4485 2.4743 4 1.5903 -0.5630 -0.6397 2.6145 5 0.4193 -0.3988 0.3132 2.0241 2.3750 6 2.0883 0.6855 -0.2839 1.0773 0.6969 1.9137 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.8540 2 0.3925 2.9973 3 0.0105 0.4575 2.8280 4 -0.0267 0.4746 0.5601 2.9844 5 -0.1626 0.2497 0.1352 0.6792 4.1229 6 -0.0510 -0.1927 0.2033 -0.1190 0.4600 3.4197 OBSERVED COVARIANCE MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 17.7680 S1NAAMA 9.7131 18.0030 S1IDEEA 8.5250 8.3357 21.8650 S1EXCLA 8.2288 2.8827 6.3810 21.5590 S1SCHFA 1.4727 -0.7271 0.9663 11.4120 27.7540 S1FIGUA 6.7549 3.3897 1.5621 5.9210 6.4576 22.1070 S1WRDB 8.5029 9.1905 5.8142 2.6852 -1.6074 4.2009 13.5590 S1NAAMB 10.6260 14.8740 6.7886 3.6911 2.1789 6.0691 10.5770 S1IDEEB 4.6829 4.5854 9.7317 0.9268 0.9024 0.9024 4.4878 S1EXCLB 5.4843 1.4617 1.7108 14.6170 12.0800 7.2979 2.1638 S1SCHFB 2.2590 -0.6388 -1.5273 8.0267 16.8800 3.7375 -1.0511 S1FIGUB 12.6990 8.7642 5.6667 8.3740 6.3496 16.3500 7.0894 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB 26.7280 S1IDEEB 6.6829 12.2930 S1EXCLB 4.4024 -1.5610 19.5030 S1SCHFB 1.1870 0.2927 5.7247 32.2900 S1FIGUB 9.7154 5.4634 10.2200 7.9187 30.5200 EXPECTED COVARIANCE MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 16.1217 S1NAAMA 7.9049 21.2903 S1IDEEA 3.9728 5.8621 16.4788 S1EXCLA 4.4153 3.8102 2.1856 19.5369 S1SCHFA 0.7202 0.6845 1.6763 8.2086 27.7373 S1FIGUA 5.7524 6.1507 3.0066 5.6017 6.1523 22.2208 S1WRDB 7.9764 6.7845 3.9428 4.4914 1.1842 5.8978 16.1217 S1NAAMB 6.7845 12.1525 4.4866 2.3981 -0.0002 6.7483 7.9049 S1IDEEB 3.9428 4.4866 8.2720 0.3848 1.1813 2.5204 3.9728 S1EXCLB 4.4914 2.3981 0.3848 10.0907 5.9830 5.9331 4.4153 S1SCHFB 1.1842 -0.0002 1.1813 5.9830 10.1705 4.3490 0.7202 S1FIGUB 5.8978 6.7483 2.5204 5.9331 4.3490 10.2197 5.7524 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB 21.2903 S1IDEEB 5.8621 16.4788 S1EXCLB 3.8102 2.1856 19.5369 S1SCHFB 0.6845 1.6763 8.2086 27.7373 S1FIGUB 6.1507 3.0066 5.6017 6.1523 22.2208 RESIDUAL MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 1.6463 S1NAAMA 1.8082 -3.2873 S1IDEEA 4.5522 2.4736 5.3862 S1EXCLA 3.8135 -0.9275 4.1954 2.0221 S1SCHFA 0.7525 -1.4116 -0.7100 3.2034 0.0167 S1FIGUA 1.0025 -2.7610 -1.4445 0.3193 0.3053 -0.1138 S1WRDB 0.5265 2.4060 1.8714 -1.8062 -2.7916 -1.6969 -2.5627 S1NAAMB 3.8415 2.7215 2.3020 1.2930 2.1791 -0.6792 2.6721 S1IDEEB 0.7401 0.0988 1.4597 0.5421 -0.2789 -1.6180 0.5150 S1EXCLB 0.9929 -0.9364 1.3260 4.5263 6.0970 1.3648 -2.2515 S1SCHFB 1.0748 -0.6386 -2.7086 2.0437 6.7095 -0.6115 -1.7713 S1FIGUB 6.8012 2.0159 3.1463 2.4409 2.0006 6.1303 1.3370 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB 5.4377 S1IDEEB 0.8208 -4.1858 S1EXCLB 0.5922 -3.7466 -0.0339 S1SCHFB 0.5025 -1.3836 -2.4839 4.5527 S1FIGUB 3.5647 2.4568 4.6183 1.7664 8.2992 Function value of this group: 67.7724 Where the fit function is Maximum Likelihood GROUP NUMBER: 3 Title G3: male DZ twin pairs MATRIX A This is a computed FULL matrix of order 6 by 6 [=X*X'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX C This is a computed FULL matrix of order 6 by 6 [=Y*Y'] 1 2 3 4 5 6 1 7.9764 6.7845 3.9428 4.4914 1.1842 5.8978 2 6.7845 12.1525 4.4866 2.3981 -0.0002 6.7483 3 3.9428 4.4866 8.2720 0.3848 1.1813 2.5204 4 4.4914 2.3981 0.3848 10.0907 5.9830 5.9331 5 1.1842 -0.0002 1.1813 5.9830 10.1705 4.3490 6 5.8978 6.7483 2.5204 5.9331 4.3490 10.2197 MATRIX D This is a computed FULL matrix of order 6 by 6 [=W*W'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 6 by 6 [=Z*Z'] 1 2 3 4 5 6 1 8.1454 1.1203 0.0300 -0.0762 -0.4639 -0.1454 2 1.1203 9.1378 1.3755 1.4121 0.6847 -0.5977 3 0.0300 1.3755 8.2068 1.8008 0.4950 0.4861 4 -0.0762 1.4121 1.8008 9.4462 2.2257 -0.3314 5 -0.4639 0.6847 0.4950 2.2257 17.5668 1.8033 6 -0.1454 -0.5977 0.4861 -0.3314 1.8033 12.0011 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 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.8242 2 2.4022 2.5262 3 1.3960 0.4485 2.4743 4 1.5903 -0.5630 -0.6397 2.6145 5 0.4193 -0.3988 0.3132 2.0241 2.3750 6 2.0883 0.6855 -0.2839 1.0773 0.6969 1.9137 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.8540 2 0.3925 2.9973 3 0.0105 0.4575 2.8280 4 -0.0267 0.4746 0.5601 2.9844 5 -0.1626 0.2497 0.1352 0.6792 4.1229 6 -0.0510 -0.1927 0.2033 -0.1190 0.4600 3.4197 OBSERVED COVARIANCE MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 17.8990 S1NAAMA 7.3699 20.7870 S1IDEEA 3.2929 3.8953 18.9980 S1EXCLA 4.1700 6.6495 2.4385 18.3600 S1SCHFA 2.9291 4.7154 5.2398 4.6949 25.3020 S1FIGUA 1.5581 6.6639 2.8411 1.4413 6.3870 12.9490 S1WRDB 7.4623 5.3533 3.2204 6.4607 3.1561 4.2763 15.2390 S1NAAMB 2.1168 9.4956 3.4457 0.6013 -1.6617 5.1423 4.0659 S1IDEEB 2.1157 3.1838 6.8472 -0.7409 2.4956 -0.7984 -0.2940 S1EXCLB 3.3162 3.8466 -0.3134 5.6722 3.2946 2.2159 3.1357 S1SCHFB 0.8881 0.1573 2.7835 0.7242 3.6207 0.3649 -0.4939 S1FIGUB 2.5365 7.0493 4.3477 5.9352 6.9773 4.2353 7.6628 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB 19.6940 S1IDEEB 4.6130 12.7880 S1EXCLB 1.2979 1.4945 18.7730 S1SCHFB -2.4590 0.1567 11.0200 25.7120 S1FIGUB 4.8527 2.1838 4.9419 3.8953 23.5020 EXPECTED COVARIANCE MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 16.1217 S1NAAMA 7.9049 21.2903 S1IDEEA 3.9728 5.8621 16.4788 S1EXCLA 4.4153 3.8102 2.1856 19.5369 S1SCHFA 0.7202 0.6845 1.6763 8.2086 27.7373 S1FIGUA 5.7524 6.1507 3.0066 5.6017 6.1523 22.2208 S1WRDB 7.9764 6.7845 3.9428 4.4914 1.1842 5.8978 16.1217 S1NAAMB 6.7845 12.1525 4.4866 2.3981 -0.0002 6.7483 7.9049 S1IDEEB 3.9428 4.4866 8.2720 0.3848 1.1813 2.5204 3.9728 S1EXCLB 4.4914 2.3981 0.3848 10.0907 5.9830 5.9331 4.4153 S1SCHFB 1.1842 -0.0002 1.1813 5.9830 10.1705 4.3490 0.7202 S1FIGUB 5.8978 6.7483 2.5204 5.9331 4.3490 10.2197 5.7524 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB 21.2903 S1IDEEB 5.8621 16.4788 S1EXCLB 3.8102 2.1856 19.5369 S1SCHFB 0.6845 1.6763 8.2086 27.7373 S1FIGUB 6.1507 3.0066 5.6017 6.1523 22.2208 RESIDUAL MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 1.7773 S1NAAMA -0.5350 -0.5033 S1IDEEA -0.6799 -1.9668 2.5192 S1EXCLA -0.2453 2.8393 0.2529 -1.1769 S1SCHFA 2.2089 4.0309 3.5635 -3.5137 -2.4353 S1FIGUA -4.1943 0.5132 -0.1655 -4.1604 0.2347 -9.2718 S1WRDB -0.5141 -1.4312 -0.7224 1.9693 1.9719 -1.6215 -0.8827 S1NAAMB -4.6677 -2.6569 -1.0409 -1.7968 -1.6615 -1.6060 -3.8390 S1IDEEB -1.8271 -1.3028 -1.4248 -1.1256 1.3143 -3.3189 -4.2668 S1EXCLB -1.1752 1.4485 -0.6982 -4.4185 -2.6884 -3.7172 -1.2796 S1SCHFB -0.2960 0.1575 1.6022 -5.2587 -6.5498 -3.9841 -1.2141 S1FIGUB -3.3613 0.3010 1.8273 0.0021 2.6283 -5.9844 1.9104 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB -1.5963 S1IDEEB -1.2491 -3.6908 S1EXCLB -2.5123 -0.6911 -0.7639 S1SCHFB -3.1435 -1.5196 2.8114 -2.0253 S1FIGUB -1.2980 -0.8228 -0.6598 -2.2570 1.2812 Function value of this group: 56.9017 Where the fit function is Maximum Likelihood GROUP NUMBER: 4 G4: Calculate genetic and environmental correlations MATRIX A This is a computed FULL matrix of order 6 by 6 [=X*X'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX C This is a computed FULL matrix of order 6 by 6 [=Y*Y'] 1 2 3 4 5 6 1 7.9764 6.7845 3.9428 4.4914 1.1842 5.8978 2 6.7845 12.1525 4.4866 2.3981 -0.0002 6.7483 3 3.9428 4.4866 8.2720 0.3848 1.1813 2.5204 4 4.4914 2.3981 0.3848 10.0907 5.9830 5.9331 5 1.1842 -0.0002 1.1813 5.9830 10.1705 4.3490 6 5.8978 6.7483 2.5204 5.9331 4.3490 10.2197 MATRIX D This is a computed FULL matrix of order 6 by 6 [=W*W'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 6 by 6 [=Z*Z'] 1 2 3 4 5 6 1 8.1454 1.1203 0.0300 -0.0762 -0.4639 -0.1454 2 1.1203 9.1378 1.3755 1.4121 0.6847 -0.5977 3 0.0300 1.3755 8.2068 1.8008 0.4950 0.4861 4 -0.0762 1.4121 1.8008 9.4462 2.2257 -0.3314 5 -0.4639 0.6847 0.4950 2.2257 17.5668 1.8033 6 -0.1454 -0.5977 0.4861 -0.3314 1.8033 12.0011 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 6 by 6 MATRIX P This is a computed FULL matrix of order 18 by 6 [=S~*X_S~*Y_S~*Z] 1 2 3 4 5 6 A1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 A2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 A3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 A4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 A5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 A6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 C1 0.7034 0.0000 0.0000 0.0000 0.0000 0.0000 C2 0.5206 0.5475 0.0000 0.0000 0.0000 0.0000 C3 0.3439 0.1105 0.6095 0.0000 0.0000 0.0000 C4 0.3598 -0.1274 -0.1447 0.5915 0.0000 0.0000 C5 0.0796 -0.0757 0.0595 0.3843 0.4509 0.0000 C6 0.4430 0.1454 -0.0602 0.2285 0.1478 0.4060 E1 0.7108 0.0000 0.0000 0.0000 0.0000 0.0000 E2 0.0851 0.6496 0.0000 0.0000 0.0000 0.0000 E3 0.0026 0.1127 0.6966 0.0000 0.0000 0.0000 E4 -0.0060 0.1074 0.1267 0.6752 0.0000 0.0000 E5 -0.0309 0.0474 0.0257 0.1290 0.7828 0.0000 E6 -0.0108 -0.0409 0.0431 -0.0252 0.0976 0.7255 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX R This is a computed FULL matrix of order 6 by 6 [=A+C+E] 1 2 3 4 5 6 1 16.1217 7.9049 3.9728 4.4153 0.7202 5.7524 2 7.9049 21.2903 5.8621 3.8102 0.6845 6.1507 3 3.9728 5.8621 16.4788 2.1856 1.6763 3.0066 4 4.4153 3.8102 2.1856 19.5369 8.2086 5.6017 5 0.7202 0.6845 1.6763 8.2086 27.7373 6.1523 6 5.7524 6.1507 3.0066 5.6017 6.1523 22.2208 MATRIX S This is a computed FULL matrix of order 6 by 6 [=(\SQRT(I.R))] 1 2 3 4 5 6 1 4.0152 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 4.6141 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 4.0594 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 4.4201 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 5.2666 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 4.7139 MATRIX T This is a computed FULL matrix of order 6 by 6 [=\SQRT(I.A)~*A*\SQRT(I.A)~] VERBAL NAMES IDEAS EXCL DISCS FIGURES R_A 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 R_A 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 R_A 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 R_A 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 R_A 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 R_A 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX U This is a computed FULL matrix of order 6 by 6 [=\SQRT(I.C)~*C*\SQRT(I.C)~] VERBAL NAMES IDEAS EXCL DISCS FIGURES R_C 1.0000 0.6891 0.4854 0.5006 0.1315 0.6532 R_C 0.6891 1.0000 0.4475 0.2166 0.0000 0.6055 R_C 0.4854 0.4475 1.0000 0.0421 0.1288 0.2741 R_C 0.5006 0.2166 0.0421 1.0000 0.5906 0.5843 R_C 0.1315 0.0000 0.1288 0.5906 1.0000 0.4266 R_C 0.6532 0.6055 0.2741 0.5843 0.4266 1.0000 MATRIX V This is a computed FULL matrix of order 6 by 6 [=\SQRT(I.E)~*E*\SQRT(I.E)~] VERBAL NAMES IDEAS EXCL DISCS FIGURES R_E 1.0000 0.1299 0.0037 -0.0087 -0.0388 -0.0147 R_E 0.1299 1.0000 0.1588 0.1520 0.0540 -0.0571 R_E 0.0037 0.1588 1.0000 0.2045 0.0412 0.0490 R_E -0.0087 0.1520 0.2045 1.0000 0.1728 -0.0311 R_E -0.0388 0.0540 0.0412 0.1728 1.0000 0.1242 R_E -0.0147 -0.0571 0.0490 -0.0311 0.1242 1.0000 MATRIX W This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.8242 2 2.4022 2.5262 3 1.3960 0.4485 2.4743 4 1.5903 -0.5630 -0.6397 2.6145 5 0.4193 -0.3988 0.3132 2.0241 2.3750 6 2.0883 0.6855 -0.2839 1.0773 0.6969 1.9137 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.8540 2 0.3925 2.9973 3 0.0105 0.4575 2.8280 4 -0.0267 0.4746 0.5601 2.9844 5 -0.1626 0.2497 0.1352 0.6792 4.1229 6 -0.0510 -0.1927 0.2033 -0.1190 0.4600 3.4197 Your model has 42 estimated parameters and 156 Observed statistics Chi-squared fit of model >>>>>>> 124.674 Degrees of freedom >>>>>>>>>>>>> 114 Probability >>>>>>>>>>>>>>>>>>>> 0.233 Akaike's Information Criterion > -103.326 RMSEA >>>>>>>>>>>>>>>>>>>>>>>>>> 0.034 Saturated model fit* >>>>>>>>>>> 102.809 Saturated model df* >>>>>>>>>>> 93 Difference Chi-squared >>>>>>>> 21.865 Difference d.f. >>>>>>>>>>>>>>> 21 Probability >>>>>>>>>>>>>>>>>>>> 0.407 Akaike's Information Criterion > -20.135 * Saturated model statistic computed earlier in this job This problem used 4.6% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.05 Execution 0: 0: 0:15.71 TOTAL 0: 0: 0:15.76 Total number of warnings issued: 2 ______________________________________________________________________________ Multiple fit option in effect. The following MX script lines have been read: GET ACECHOL.MXS Note: 3528 binary records read ! Test significance of shared environmental paths DROP Y 1 1 1 TO Y 1 NVAR NVAR END PARAMETER SPECIFICATIONS GROUP NUMBER: 1 Title Group 1: male parameters of model MATRIX A This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX 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 6 by 6 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 1 2 2 3 3 4 5 6 4 7 8 9 10 5 11 12 13 14 15 6 16 17 18 19 20 21 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 It has no free parameters specified MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 43 2 44 45 3 46 47 48 4 49 50 51 52 5 53 54 55 56 57 6 58 59 60 61 62 63 GROUP NUMBER: 2 Title G2: male MZ twin pairs MATRIX A This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX 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 6 by 6 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 1 2 2 3 3 4 5 6 4 7 8 9 10 5 11 12 13 14 15 6 16 17 18 19 20 21 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 It has no free parameters specified MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 43 2 44 45 3 46 47 48 4 49 50 51 52 5 53 54 55 56 57 6 58 59 60 61 62 63 GROUP NUMBER: 3 Title G3: male DZ twin pairs MATRIX A This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX 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 6 by 6 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 1 2 2 3 3 4 5 6 4 7 8 9 10 5 11 12 13 14 15 6 16 17 18 19 20 21 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 It has no free parameters specified MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 43 2 44 45 3 46 47 48 4 49 50 51 52 5 53 54 55 56 57 6 58 59 60 61 62 63 GROUP NUMBER: 4 G4: Calculate genetic and environmental correlations MATRIX A This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX I This is an IDENTITY matrix of order 6 by 6 MATRIX P This is a computed FULL matrix of order 18 by 6 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 R This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX T This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX U This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX V This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 6 by 6 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 1 2 2 3 3 4 5 6 4 7 8 9 10 5 11 12 13 14 15 6 16 17 18 19 20 21 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 It has no free parameters specified MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 43 2 44 45 3 46 47 48 4 49 50 51 52 5 53 54 55 56 57 6 58 59 60 61 62 63 MX PARAMETER ESTIMATES GROUP NUMBER: 1 Title Group 1: male parameters of model MATRIX A This is a computed FULL matrix of order 6 by 6 [=X*X'] 1 2 3 4 5 6 1 8.5563 7.3252 3.1441 3.5106 0.5086 6.4265 2 7.3252 13.2544 3.7257 2.1466 0.5651 6.7178 3 3.1441 3.7257 9.0860 0.6591 1.0878 2.3003 4 3.5106 2.1466 0.6591 13.2682 9.2407 5.1673 5 0.5086 0.5651 1.0878 9.2407 14.9712 4.1328 6 6.4265 6.7178 2.3003 5.1673 4.1328 11.7189 MATRIX C This is a computed FULL matrix of order 6 by 6 [=Y*Y'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX D This is a computed FULL matrix of order 6 by 6 [=W*W'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 6 by 6 [=Z*Z'] 1 2 3 4 5 6 1 7.0406 -0.0495 0.3583 0.4026 -0.0616 -1.2624 2 -0.0495 7.2864 1.5830 1.2855 -0.0333 -1.1787 3 0.3583 1.5830 7.0042 1.4403 0.5859 0.3629 4 0.4026 1.2855 1.4403 6.0639 -0.9670 -0.2252 5 -0.0616 -0.0333 0.5859 -0.9670 12.9107 1.6337 6 -1.2624 -1.1787 0.3629 -0.2252 1.6337 9.7308 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 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.9251 2 2.5042 2.6426 3 1.0749 0.3913 2.7888 4 1.2001 -0.3250 -0.1806 3.4190 5 0.1739 0.0491 0.3162 2.6631 2.7833 6 2.1970 0.4602 -0.0865 0.7793 0.6037 2.3877 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.6534 2 -0.0187 2.6993 3 0.1350 0.5874 2.5770 4 0.1517 0.4773 0.4422 2.3701 5 -0.0232 -0.0125 0.2314 -0.4471 3.5576 6 -0.4758 -0.4400 0.2661 -0.0256 0.4340 3.0085 GROUP NUMBER: 2 Title G2: male MZ twin pairs MATRIX A This is a computed FULL matrix of order 6 by 6 [=X*X'] 1 2 3 4 5 6 1 8.5563 7.3252 3.1441 3.5106 0.5086 6.4265 2 7.3252 13.2544 3.7257 2.1466 0.5651 6.7178 3 3.1441 3.7257 9.0860 0.6591 1.0878 2.3003 4 3.5106 2.1466 0.6591 13.2682 9.2407 5.1673 5 0.5086 0.5651 1.0878 9.2407 14.9712 4.1328 6 6.4265 6.7178 2.3003 5.1673 4.1328 11.7189 MATRIX C This is a computed FULL matrix of order 6 by 6 [=Y*Y'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX D This is a computed FULL matrix of order 6 by 6 [=W*W'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 6 by 6 [=Z*Z'] 1 2 3 4 5 6 1 7.0406 -0.0495 0.3583 0.4026 -0.0616 -1.2624 2 -0.0495 7.2864 1.5830 1.2855 -0.0333 -1.1787 3 0.3583 1.5830 7.0042 1.4403 0.5859 0.3629 4 0.4026 1.2855 1.4403 6.0639 -0.9670 -0.2252 5 -0.0616 -0.0333 0.5859 -0.9670 12.9107 1.6337 6 -1.2624 -1.1787 0.3629 -0.2252 1.6337 9.7308 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 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.9251 2 2.5042 2.6426 3 1.0749 0.3913 2.7888 4 1.2001 -0.3250 -0.1806 3.4190 5 0.1739 0.0491 0.3162 2.6631 2.7833 6 2.1970 0.4602 -0.0865 0.7793 0.6037 2.3877 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.6534 2 -0.0187 2.6993 3 0.1350 0.5874 2.5770 4 0.1517 0.4773 0.4422 2.3701 5 -0.0232 -0.0125 0.2314 -0.4471 3.5576 6 -0.4758 -0.4400 0.2661 -0.0256 0.4340 3.0085 OBSERVED COVARIANCE MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 17.7680 S1NAAMA 9.7131 18.0030 S1IDEEA 8.5250 8.3357 21.8650 S1EXCLA 8.2288 2.8827 6.3810 21.5590 S1SCHFA 1.4727 -0.7271 0.9663 11.4120 27.7540 S1FIGUA 6.7549 3.3897 1.5621 5.9210 6.4576 22.1070 S1WRDB 8.5029 9.1905 5.8142 2.6852 -1.6074 4.2009 13.5590 S1NAAMB 10.6260 14.8740 6.7886 3.6911 2.1789 6.0691 10.5770 S1IDEEB 4.6829 4.5854 9.7317 0.9268 0.9024 0.9024 4.4878 S1EXCLB 5.4843 1.4617 1.7108 14.6170 12.0800 7.2979 2.1638 S1SCHFB 2.2590 -0.6388 -1.5273 8.0267 16.8800 3.7375 -1.0511 S1FIGUB 12.6990 8.7642 5.6667 8.3740 6.3496 16.3500 7.0894 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB 26.7280 S1IDEEB 6.6829 12.2930 S1EXCLB 4.4024 -1.5610 19.5030 S1SCHFB 1.1870 0.2927 5.7247 32.2900 S1FIGUB 9.7154 5.4634 10.2200 7.9187 30.5200 EXPECTED COVARIANCE MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 15.5969 S1NAAMA 7.2756 20.5409 S1IDEEA 3.5024 5.3088 16.0902 S1EXCLA 3.9132 3.4321 2.0994 19.3321 S1SCHFA 0.4470 0.5318 1.6736 8.2737 27.8819 S1FIGUA 5.1641 5.5391 2.6632 4.9420 5.7665 21.4497 S1WRDB 8.5563 7.3252 3.1441 3.5106 0.5086 6.4265 15.5969 S1NAAMB 7.3252 13.2544 3.7257 2.1466 0.5651 6.7178 7.2756 S1IDEEB 3.1441 3.7257 9.0860 0.6591 1.0878 2.3003 3.5024 S1EXCLB 3.5106 2.1466 0.6591 13.2682 9.2407 5.1673 3.9132 S1SCHFB 0.5086 0.5651 1.0878 9.2407 14.9712 4.1328 0.4470 S1FIGUB 6.4265 6.7178 2.3003 5.1673 4.1328 11.7189 5.1641 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB 20.5409 S1IDEEB 5.3088 16.0902 S1EXCLB 3.4321 2.0994 19.3321 S1SCHFB 0.5318 1.6736 8.2737 27.8819 S1FIGUB 5.5391 2.6632 4.9420 5.7665 21.4497 RESIDUAL MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 2.1711 S1NAAMA 2.4375 -2.5379 S1IDEEA 5.0226 3.0269 5.7748 S1EXCLA 4.3156 -0.5494 4.2816 2.2269 S1SCHFA 1.0257 -1.2588 -0.7073 3.1383 -0.1279 S1FIGUA 1.5908 -2.1494 -1.1011 0.9790 0.6911 0.6573 S1WRDB -0.0534 1.8653 2.6701 -0.8254 -2.1160 -2.2256 -2.0379 S1NAAMB 3.3008 1.6196 3.0629 1.5445 1.6138 -0.6487 3.3014 S1IDEEB 1.5388 0.8597 0.6457 0.2677 -0.1853 -1.3979 0.9854 S1EXCLB 1.9737 -0.6849 1.0517 1.3488 2.8393 2.1306 -1.7494 S1SCHFB 1.7504 -1.2039 -2.6151 -1.2140 1.9088 -0.3953 -1.4981 S1FIGUB 6.2725 2.0464 3.3664 3.2067 2.2168 4.6311 1.9253 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB 6.1871 S1IDEEB 1.3741 -3.7972 S1EXCLB 0.9703 -3.6604 0.1709 S1SCHFB 0.6552 -1.3810 -2.5490 4.4081 S1FIGUB 4.1763 2.8002 5.2780 2.1522 9.0703 Function value of this group: 51.3181 Where the fit function is Maximum Likelihood GROUP NUMBER: 3 Title G3: male DZ twin pairs MATRIX A This is a computed FULL matrix of order 6 by 6 [=X*X'] 1 2 3 4 5 6 1 8.5563 7.3252 3.1441 3.5106 0.5086 6.4265 2 7.3252 13.2544 3.7257 2.1466 0.5651 6.7178 3 3.1441 3.7257 9.0860 0.6591 1.0878 2.3003 4 3.5106 2.1466 0.6591 13.2682 9.2407 5.1673 5 0.5086 0.5651 1.0878 9.2407 14.9712 4.1328 6 6.4265 6.7178 2.3003 5.1673 4.1328 11.7189 MATRIX C This is a computed FULL matrix of order 6 by 6 [=Y*Y'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX D This is a computed FULL matrix of order 6 by 6 [=W*W'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 6 by 6 [=Z*Z'] 1 2 3 4 5 6 1 7.0406 -0.0495 0.3583 0.4026 -0.0616 -1.2624 2 -0.0495 7.2864 1.5830 1.2855 -0.0333 -1.1787 3 0.3583 1.5830 7.0042 1.4403 0.5859 0.3629 4 0.4026 1.2855 1.4403 6.0639 -0.9670 -0.2252 5 -0.0616 -0.0333 0.5859 -0.9670 12.9107 1.6337 6 -1.2624 -1.1787 0.3629 -0.2252 1.6337 9.7308 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 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.9251 2 2.5042 2.6426 3 1.0749 0.3913 2.7888 4 1.2001 -0.3250 -0.1806 3.4190 5 0.1739 0.0491 0.3162 2.6631 2.7833 6 2.1970 0.4602 -0.0865 0.7793 0.6037 2.3877 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.6534 2 -0.0187 2.6993 3 0.1350 0.5874 2.5770 4 0.1517 0.4773 0.4422 2.3701 5 -0.0232 -0.0125 0.2314 -0.4471 3.5576 6 -0.4758 -0.4400 0.2661 -0.0256 0.4340 3.0085 OBSERVED COVARIANCE MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 17.8990 S1NAAMA 7.3699 20.7870 S1IDEEA 3.2929 3.8953 18.9980 S1EXCLA 4.1700 6.6495 2.4385 18.3600 S1SCHFA 2.9291 4.7154 5.2398 4.6949 25.3020 S1FIGUA 1.5581 6.6639 2.8411 1.4413 6.3870 12.9490 S1WRDB 7.4623 5.3533 3.2204 6.4607 3.1561 4.2763 15.2390 S1NAAMB 2.1168 9.4956 3.4457 0.6013 -1.6617 5.1423 4.0659 S1IDEEB 2.1157 3.1838 6.8472 -0.7409 2.4956 -0.7984 -0.2940 S1EXCLB 3.3162 3.8466 -0.3134 5.6722 3.2946 2.2159 3.1357 S1SCHFB 0.8881 0.1573 2.7835 0.7242 3.6207 0.3649 -0.4939 S1FIGUB 2.5365 7.0493 4.3477 5.9352 6.9773 4.2353 7.6628 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB 19.6940 S1IDEEB 4.6130 12.7880 S1EXCLB 1.2979 1.4945 18.7730 S1SCHFB -2.4590 0.1567 11.0200 25.7120 S1FIGUB 4.8527 2.1838 4.9419 3.8953 23.5020 EXPECTED COVARIANCE MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 15.5969 S1NAAMA 7.2756 20.5409 S1IDEEA 3.5024 5.3088 16.0902 S1EXCLA 3.9132 3.4321 2.0994 19.3321 S1SCHFA 0.4470 0.5318 1.6736 8.2737 27.8819 S1FIGUA 5.1641 5.5391 2.6632 4.9420 5.7665 21.4497 S1WRDB 4.2782 3.6626 1.5721 1.7553 0.2543 3.2132 15.5969 S1NAAMB 3.6626 6.6272 1.8629 1.0733 0.2825 3.3589 7.2756 S1IDEEB 1.5721 1.8629 4.5430 0.3295 0.5439 1.1501 3.5024 S1EXCLB 1.7553 1.0733 0.3295 6.6341 4.6203 2.5836 3.9132 S1SCHFB 0.2543 0.2825 0.5439 4.6203 7.4856 2.0664 0.4470 S1FIGUB 3.2132 3.3589 1.1501 2.5836 2.0664 5.8594 5.1641 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB 20.5409 S1IDEEB 5.3088 16.0902 S1EXCLB 3.4321 2.0994 19.3321 S1SCHFB 0.5318 1.6736 8.2737 27.8819 S1FIGUB 5.5391 2.6632 4.9420 5.7665 21.4497 RESIDUAL MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 2.3021 S1NAAMA 0.0943 0.2461 S1IDEEA -0.2095 -1.4135 2.9078 S1EXCLA 0.2568 3.2174 0.3391 -0.9721 S1SCHFA 2.4821 4.1836 3.5662 -3.5788 -2.5799 S1FIGUA -3.6060 1.1248 0.1779 -3.5007 0.6205 -8.5007 S1WRDB 3.1841 1.6907 1.6483 4.7054 2.9018 1.0631 -0.3579 S1NAAMB -1.5458 2.8684 1.5828 -0.4720 -1.9442 1.7834 -3.2097 S1IDEEB 0.5436 1.3209 2.3042 -1.0704 1.9517 -1.9486 -3.7964 S1EXCLB 1.5609 2.7733 -0.6429 -0.9619 -1.3257 -0.3677 -0.7775 S1SCHFB 0.6339 -0.1253 2.2396 -3.8961 -3.8649 -1.7015 -0.9409 S1FIGUB -0.6767 3.6904 3.1976 3.3516 4.9109 -1.6241 2.4987 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB -0.8469 S1IDEEB -0.6958 -3.3022 S1EXCLB -2.1342 -0.6049 -0.5591 S1SCHFB -2.9908 -1.5169 2.7463 -2.1699 S1FIGUB -0.6864 -0.4794 -0.0001 -1.8712 2.0523 Function value of this group: 63.5588 Where the fit function is Maximum Likelihood GROUP NUMBER: 4 G4: Calculate genetic and environmental correlations MATRIX A This is a computed FULL matrix of order 6 by 6 [=X*X'] 1 2 3 4 5 6 1 8.5563 7.3252 3.1441 3.5106 0.5086 6.4265 2 7.3252 13.2544 3.7257 2.1466 0.5651 6.7178 3 3.1441 3.7257 9.0860 0.6591 1.0878 2.3003 4 3.5106 2.1466 0.6591 13.2682 9.2407 5.1673 5 0.5086 0.5651 1.0878 9.2407 14.9712 4.1328 6 6.4265 6.7178 2.3003 5.1673 4.1328 11.7189 MATRIX C This is a computed FULL matrix of order 6 by 6 [=Y*Y'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX D This is a computed FULL matrix of order 6 by 6 [=W*W'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 6 by 6 [=Z*Z'] 1 2 3 4 5 6 1 7.0406 -0.0495 0.3583 0.4026 -0.0616 -1.2624 2 -0.0495 7.2864 1.5830 1.2855 -0.0333 -1.1787 3 0.3583 1.5830 7.0042 1.4403 0.5859 0.3629 4 0.4026 1.2855 1.4403 6.0639 -0.9670 -0.2252 5 -0.0616 -0.0333 0.5859 -0.9670 12.9107 1.6337 6 -1.2624 -1.1787 0.3629 -0.2252 1.6337 9.7308 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 6 by 6 MATRIX P This is a computed FULL matrix of order 18 by 6 [=S~*X_S~*Y_S~*Z] 1 2 3 4 5 6 A1 0.7407 0.0000 0.0000 0.0000 0.0000 0.0000 A2 0.5525 0.5831 0.0000 0.0000 0.0000 0.0000 A3 0.2680 0.0975 0.6953 0.0000 0.0000 0.0000 A4 0.2730 -0.0739 -0.0411 0.7776 0.0000 0.0000 A5 0.0329 0.0093 0.0599 0.5043 0.5271 0.0000 A6 0.4744 0.0994 -0.0187 0.1683 0.1303 0.5155 C1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 C2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 C3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 C4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 C5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 C6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 E1 0.6719 0.0000 0.0000 0.0000 0.0000 0.0000 E2 -0.0041 0.5956 0.0000 0.0000 0.0000 0.0000 E3 0.0337 0.1464 0.6424 0.0000 0.0000 0.0000 E4 0.0345 0.1086 0.1006 0.5391 0.0000 0.0000 E5 -0.0044 -0.0024 0.0438 -0.0847 0.6737 0.0000 E6 -0.1027 -0.0950 0.0574 -0.0055 0.0937 0.6496 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX R This is a computed FULL matrix of order 6 by 6 [=A+C+E] 1 2 3 4 5 6 1 15.5969 7.2756 3.5024 3.9132 0.4470 5.1641 2 7.2756 20.5409 5.3088 3.4321 0.5318 5.5391 3 3.5024 5.3088 16.0902 2.0994 1.6736 2.6632 4 3.9132 3.4321 2.0994 19.3321 8.2737 4.9420 5 0.4470 0.5318 1.6736 8.2737 27.8819 5.7665 6 5.1641 5.5391 2.6632 4.9420 5.7665 21.4497 MATRIX S This is a computed FULL matrix of order 6 by 6 [=(\SQRT(I.R))] 1 2 3 4 5 6 1 3.9493 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 4.5322 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 4.0113 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 4.3968 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 5.2803 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 4.6314 MATRIX T This is a computed FULL matrix of order 6 by 6 [=\SQRT(I.A)~*A*\SQRT(I.A)~] VERBAL NAMES IDEAS EXCL DISCS FIGURES R_A 1.0000 0.6879 0.3566 0.3295 0.0449 0.6418 R_A 0.6879 1.0000 0.3395 0.1619 0.0401 0.5390 R_A 0.3566 0.3395 1.0000 0.0600 0.0933 0.2229 R_A 0.3295 0.1619 0.0600 1.0000 0.6556 0.4144 R_A 0.0449 0.0401 0.0933 0.6556 1.0000 0.3120 R_A 0.6418 0.5390 0.2229 0.4144 0.3120 1.0000 MATRIX U This is a computed FULL matrix of order 6 by 6 [=\SQRT(I.C)~*C*\SQRT(I.C)~] VERBAL NAMES IDEAS EXCL DISCS FIGURES R_C 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 R_C 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 R_C 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 R_C 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 R_C 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 R_C 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX V This is a computed FULL matrix of order 6 by 6 [=\SQRT(I.E)~*E*\SQRT(I.E)~] VERBAL NAMES IDEAS EXCL DISCS FIGURES R_E 1.0000 -0.0069 0.0510 0.0616 -0.0065 -0.1525 R_E -0.0069 1.0000 0.2216 0.1934 -0.0034 -0.1400 R_E 0.0510 0.2216 1.0000 0.2210 0.0616 0.0440 R_E 0.0616 0.1934 0.2210 1.0000 -0.1093 -0.0293 R_E -0.0065 -0.0034 0.0616 -0.1093 1.0000 0.1458 R_E -0.1525 -0.1400 0.0440 -0.0293 0.1458 1.0000 MATRIX W This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.9251 2 2.5042 2.6426 3 1.0749 0.3913 2.7888 4 1.2001 -0.3250 -0.1806 3.4190 5 0.1739 0.0491 0.3162 2.6631 2.7833 6 2.1970 0.4602 -0.0865 0.7793 0.6037 2.3877 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 2.6534 2 -0.0187 2.6993 3 0.1350 0.5874 2.5770 4 0.1517 0.4773 0.4422 2.3701 5 -0.0232 -0.0125 0.2314 -0.4471 3.5576 6 -0.4758 -0.4400 0.2661 -0.0256 0.4340 3.0085 Your model has 42 estimated parameters and 156 Observed statistics Chi-squared fit of model >>>>>>> 114.877 Degrees of freedom >>>>>>>>>>>>> 114 Probability >>>>>>>>>>>>>>>>>>>> 0.459 Akaike's Information Criterion > -113.123 RMSEA >>>>>>>>>>>>>>>>>>>>>>>>>> 0.026 Saturated model fit* >>>>>>>>>>> 102.809 Saturated model df* >>>>>>>>>>> 93 Difference Chi-squared >>>>>>>> 12.068 Difference d.f. >>>>>>>>>>>>>>> 21 Probability >>>>>>>>>>>>>>>>>>>> 0.938 Akaike's Information Criterion > -29.932 * Saturated model statistic computed earlier in this job This problem used 4.6% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.00 Execution 0: 0: 0:16.42 TOTAL 0: 0: 0:16.42 Total number of warnings issued: 2 ______________________________________________________________________________ ! Test significance of all familial paths Multiple fit option in effect. The following MX script lines have been read: DROP X 1 1 1 TO X 1 NVAR NVAR END PARAMETER SPECIFICATIONS GROUP NUMBER: 1 Title Group 1: male parameters of model MATRIX A This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX 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 6 by 6 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 It has no free parameters specified MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 43 2 44 45 3 46 47 48 4 49 50 51 52 5 53 54 55 56 57 6 58 59 60 61 62 63 GROUP NUMBER: 2 Title G2: male MZ twin pairs MATRIX A This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX 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 6 by 6 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 It has no free parameters specified MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 43 2 44 45 3 46 47 48 4 49 50 51 52 5 53 54 55 56 57 6 58 59 60 61 62 63 GROUP NUMBER: 3 Title G3: male DZ twin pairs MATRIX A This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX 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 6 by 6 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 It has no free parameters specified MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 43 2 44 45 3 46 47 48 4 49 50 51 52 5 53 54 55 56 57 6 58 59 60 61 62 63 GROUP NUMBER: 4 G4: Calculate genetic and environmental correlations MATRIX A This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX I This is an IDENTITY matrix of order 6 by 6 MATRIX P This is a computed FULL matrix of order 18 by 6 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 R This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX T This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX U This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX V This is a computed FULL matrix of order 6 by 6 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 6 by 6 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 It has no free parameters specified MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 43 2 44 45 3 46 47 48 4 49 50 51 52 5 53 54 55 56 57 6 58 59 60 61 62 63 MX PARAMETER ESTIMATES GROUP NUMBER: 1 Title Group 1: male parameters of model MATRIX A This is a computed FULL matrix of order 6 by 6 [=X*X'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX C This is a computed FULL matrix of order 6 by 6 [=Y*Y'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX D This is a computed FULL matrix of order 6 by 6 [=W*W'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 6 by 6 [=Z*Z'] 1 2 3 4 5 6 1 16.1217 7.9047 3.9728 4.4153 0.7203 5.7524 2 7.9047 21.2900 5.8621 3.8102 0.6847 6.1506 3 3.9728 5.8621 16.4788 2.1856 1.6764 3.0066 4 4.4153 3.8102 2.1856 19.5372 8.2087 5.6017 5 0.7203 0.6847 1.6764 8.2087 27.7375 6.1525 6 5.7524 6.1506 3.0066 5.6017 6.1525 22.2208 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 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 4.0152 2 1.9687 4.1730 3 0.9895 0.9380 3.8236 4 1.0997 0.3943 0.1903 4.2587 5 0.1794 0.0794 0.3725 1.8572 4.9103 6 1.4327 0.7980 0.2198 0.8617 0.8451 4.2457 GROUP NUMBER: 2 Title G2: male MZ twin pairs MATRIX A This is a computed FULL matrix of order 6 by 6 [=X*X'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX C This is a computed FULL matrix of order 6 by 6 [=Y*Y'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX D This is a computed FULL matrix of order 6 by 6 [=W*W'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 6 by 6 [=Z*Z'] 1 2 3 4 5 6 1 16.1217 7.9047 3.9728 4.4153 0.7203 5.7524 2 7.9047 21.2900 5.8621 3.8102 0.6847 6.1506 3 3.9728 5.8621 16.4788 2.1856 1.6764 3.0066 4 4.4153 3.8102 2.1856 19.5372 8.2087 5.6017 5 0.7203 0.6847 1.6764 8.2087 27.7375 6.1525 6 5.7524 6.1506 3.0066 5.6017 6.1525 22.2208 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 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 4.0152 2 1.9687 4.1730 3 0.9895 0.9380 3.8236 4 1.0997 0.3943 0.1903 4.2587 5 0.1794 0.0794 0.3725 1.8572 4.9103 6 1.4327 0.7980 0.2198 0.8617 0.8451 4.2457 OBSERVED COVARIANCE MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 17.7680 S1NAAMA 9.7131 18.0030 S1IDEEA 8.5250 8.3357 21.8650 S1EXCLA 8.2288 2.8827 6.3810 21.5590 S1SCHFA 1.4727 -0.7271 0.9663 11.4120 27.7540 S1FIGUA 6.7549 3.3897 1.5621 5.9210 6.4576 22.1070 S1WRDB 8.5029 9.1905 5.8142 2.6852 -1.6074 4.2009 13.5590 S1NAAMB 10.6260 14.8740 6.7886 3.6911 2.1789 6.0691 10.5770 S1IDEEB 4.6829 4.5854 9.7317 0.9268 0.9024 0.9024 4.4878 S1EXCLB 5.4843 1.4617 1.7108 14.6170 12.0800 7.2979 2.1638 S1SCHFB 2.2590 -0.6388 -1.5273 8.0267 16.8800 3.7375 -1.0511 S1FIGUB 12.6990 8.7642 5.6667 8.3740 6.3496 16.3500 7.0894 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB 26.7280 S1IDEEB 6.6829 12.2930 S1EXCLB 4.4024 -1.5610 19.5030 S1SCHFB 1.1870 0.2927 5.7247 32.2900 S1FIGUB 9.7154 5.4634 10.2200 7.9187 30.5200 EXPECTED COVARIANCE MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 16.1217 S1NAAMA 7.9047 21.2900 S1IDEEA 3.9728 5.8621 16.4788 S1EXCLA 4.4153 3.8102 2.1856 19.5372 S1SCHFA 0.7203 0.6847 1.6764 8.2087 27.7375 S1FIGUA 5.7524 6.1506 3.0066 5.6017 6.1525 22.2208 S1WRDB 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 16.1217 S1NAAMB 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 7.9047 S1IDEEB 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3.9728 S1EXCLB 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4.4153 S1SCHFB 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.7203 S1FIGUB 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5.7524 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB 21.2900 S1IDEEB 5.8621 16.4788 S1EXCLB 3.8102 2.1856 19.5372 S1SCHFB 0.6847 1.6764 8.2087 27.7375 S1FIGUB 6.1506 3.0066 5.6017 6.1525 22.2208 RESIDUAL MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 1.6463 S1NAAMA 1.8084 -3.2870 S1IDEEA 4.5522 2.4736 5.3862 S1EXCLA 3.8135 -0.9275 4.1954 2.0218 S1SCHFA 0.7524 -1.4117 -0.7101 3.2033 0.0165 S1FIGUA 1.0025 -2.7609 -1.4445 0.3193 0.3051 -0.1138 S1WRDB 8.5029 9.1905 5.8142 2.6852 -1.6074 4.2009 -2.5627 S1NAAMB 10.6260 14.8740 6.7886 3.6911 2.1789 6.0691 2.6723 S1IDEEB 4.6829 4.5854 9.7317 0.9268 0.9024 0.9024 0.5150 S1EXCLB 5.4843 1.4617 1.7108 14.6170 12.0800 7.2979 -2.2515 S1SCHFB 2.2590 -0.6388 -1.5273 8.0267 16.8800 3.7375 -1.7714 S1FIGUB 12.6990 8.7642 5.6667 8.3740 6.3496 16.3500 1.3370 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB 5.4380 S1IDEEB 0.8208 -4.1858 S1EXCLB 0.5922 -3.7466 -0.0342 S1SCHFB 0.5023 -1.3837 -2.4840 4.5525 S1FIGUB 3.5648 2.4568 4.6183 1.7662 8.2992 Function value of this group: 160.8079 Where the fit function is Maximum Likelihood GROUP NUMBER: 3 Title G3: male DZ twin pairs MATRIX A This is a computed FULL matrix of order 6 by 6 [=X*X'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX C This is a computed FULL matrix of order 6 by 6 [=Y*Y'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX D This is a computed FULL matrix of order 6 by 6 [=W*W'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 6 by 6 [=Z*Z'] 1 2 3 4 5 6 1 16.1217 7.9047 3.9728 4.4153 0.7203 5.7524 2 7.9047 21.2900 5.8621 3.8102 0.6847 6.1506 3 3.9728 5.8621 16.4788 2.1856 1.6764 3.0066 4 4.4153 3.8102 2.1856 19.5372 8.2087 5.6017 5 0.7203 0.6847 1.6764 8.2087 27.7375 6.1525 6 5.7524 6.1506 3.0066 5.6017 6.1525 22.2208 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 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 4.0152 2 1.9687 4.1730 3 0.9895 0.9380 3.8236 4 1.0997 0.3943 0.1903 4.2587 5 0.1794 0.0794 0.3725 1.8572 4.9103 6 1.4327 0.7980 0.2198 0.8617 0.8451 4.2457 OBSERVED COVARIANCE MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 17.8990 S1NAAMA 7.3699 20.7870 S1IDEEA 3.2929 3.8953 18.9980 S1EXCLA 4.1700 6.6495 2.4385 18.3600 S1SCHFA 2.9291 4.7154 5.2398 4.6949 25.3020 S1FIGUA 1.5581 6.6639 2.8411 1.4413 6.3870 12.9490 S1WRDB 7.4623 5.3533 3.2204 6.4607 3.1561 4.2763 15.2390 S1NAAMB 2.1168 9.4956 3.4457 0.6013 -1.6617 5.1423 4.0659 S1IDEEB 2.1157 3.1838 6.8472 -0.7409 2.4956 -0.7984 -0.2940 S1EXCLB 3.3162 3.8466 -0.3134 5.6722 3.2946 2.2159 3.1357 S1SCHFB 0.8881 0.1573 2.7835 0.7242 3.6207 0.3649 -0.4939 S1FIGUB 2.5365 7.0493 4.3477 5.9352 6.9773 4.2353 7.6628 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB 19.6940 S1IDEEB 4.6130 12.7880 S1EXCLB 1.2979 1.4945 18.7730 S1SCHFB -2.4590 0.1567 11.0200 25.7120 S1FIGUB 4.8527 2.1838 4.9419 3.8953 23.5020 EXPECTED COVARIANCE MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 16.1217 S1NAAMA 7.9047 21.2900 S1IDEEA 3.9728 5.8621 16.4788 S1EXCLA 4.4153 3.8102 2.1856 19.5372 S1SCHFA 0.7203 0.6847 1.6764 8.2087 27.7375 S1FIGUA 5.7524 6.1506 3.0066 5.6017 6.1525 22.2208 S1WRDB 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 16.1217 S1NAAMB 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 7.9047 S1IDEEB 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3.9728 S1EXCLB 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4.4153 S1SCHFB 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.7203 S1FIGUB 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5.7524 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB 21.2900 S1IDEEB 5.8621 16.4788 S1EXCLB 3.8102 2.1856 19.5372 S1SCHFB 0.6847 1.6764 8.2087 27.7375 S1FIGUB 6.1506 3.0066 5.6017 6.1525 22.2208 RESIDUAL MATRIX S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1WRDA 1.7773 S1NAAMA -0.5348 -0.5030 S1IDEEA -0.6799 -1.9668 2.5192 S1EXCLA -0.2453 2.8393 0.2529 -1.1772 S1SCHFA 2.2088 4.0307 3.5634 -3.5138 -2.4355 S1FIGUA -4.1943 0.5133 -0.1655 -4.1604 0.2345 -9.2718 S1WRDB 7.4623 5.3533 3.2204 6.4607 3.1561 4.2763 -0.8827 S1NAAMB 2.1168 9.4956 3.4457 0.6013 -1.6617 5.1423 -3.8388 S1IDEEB 2.1157 3.1838 6.8472 -0.7409 2.4956 -0.7984 -4.2669 S1EXCLB 3.3162 3.8466 -0.3134 5.6722 3.2946 2.2159 -1.2796 S1SCHFB 0.8881 0.1573 2.7835 0.7242 3.6207 0.3649 -1.2142 S1FIGUB 2.5365 7.0493 4.3477 5.9352 6.9773 4.2353 1.9104 S1NAAMB S1IDEEB S1EXCLB S1SCHFB S1FIGUB S1WRDA S1NAAMA S1IDEEA S1EXCLA S1SCHFA S1FIGUA S1WRDB S1NAAMB -1.5960 S1IDEEB -1.2491 -3.6908 S1EXCLB -2.5123 -0.6911 -0.7642 S1SCHFB -3.1437 -1.5197 2.8113 -2.0255 S1FIGUB -1.2979 -0.8228 -0.6598 -2.2572 1.2812 Function value of this group: 89.9783 Where the fit function is Maximum Likelihood GROUP NUMBER: 4 G4: Calculate genetic and environmental correlations MATRIX A This is a computed FULL matrix of order 6 by 6 [=X*X'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX C This is a computed FULL matrix of order 6 by 6 [=Y*Y'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX D This is a computed FULL matrix of order 6 by 6 [=W*W'] 1 2 3 4 5 6 1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX E This is a computed FULL matrix of order 6 by 6 [=Z*Z'] 1 2 3 4 5 6 1 16.1217 7.9047 3.9728 4.4153 0.7203 5.7524 2 7.9047 21.2900 5.8621 3.8102 0.6847 6.1506 3 3.9728 5.8621 16.4788 2.1856 1.6764 3.0066 4 4.4153 3.8102 2.1856 19.5372 8.2087 5.6017 5 0.7203 0.6847 1.6764 8.2087 27.7375 6.1525 6 5.7524 6.1506 3.0066 5.6017 6.1525 22.2208 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 6 by 6 MATRIX P This is a computed FULL matrix of order 18 by 6 [=S~*X_S~*Y_S~*Z] 1 2 3 4 5 6 A1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 A2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 A3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 A4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 A5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 A6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 C1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 C2 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 C3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 C4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 C5 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 C6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 E1 1.0000 0.0000 0.0000 0.0000 0.0000 0.0000 E2 0.4267 0.9044 0.0000 0.0000 0.0000 0.0000 E3 0.2437 0.2311 0.9419 0.0000 0.0000 0.0000 E4 0.2488 0.0892 0.0431 0.9635 0.0000 0.0000 E5 0.0341 0.0151 0.0707 0.3526 0.9323 0.0000 E6 0.3039 0.1693 0.0466 0.1828 0.1793 0.9007 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX R This is a computed FULL matrix of order 6 by 6 [=A+C+E] 1 2 3 4 5 6 1 16.1217 7.9047 3.9728 4.4153 0.7203 5.7524 2 7.9047 21.2900 5.8621 3.8102 0.6847 6.1506 3 3.9728 5.8621 16.4788 2.1856 1.6764 3.0066 4 4.4153 3.8102 2.1856 19.5372 8.2087 5.6017 5 0.7203 0.6847 1.6764 8.2087 27.7375 6.1525 6 5.7524 6.1506 3.0066 5.6017 6.1525 22.2208 MATRIX S This is a computed FULL matrix of order 6 by 6 [=(\SQRT(I.R))] 1 2 3 4 5 6 1 4.0152 0.0000 0.0000 0.0000 0.0000 0.0000 2 0.0000 4.6141 0.0000 0.0000 0.0000 0.0000 3 0.0000 0.0000 4.0594 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 4.4201 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 5.2666 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 4.7139 MATRIX T This is a computed FULL matrix of order 6 by 6 [=\SQRT(I.A)~*A*\SQRT(I.A)~] VERBAL NAMES IDEAS EXCL DISCS FIGURES R_A 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 R_A 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 R_A 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 R_A 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 R_A 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 R_A 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX U This is a computed FULL matrix of order 6 by 6 [=\SQRT(I.C)~*C*\SQRT(I.C)~] VERBAL NAMES IDEAS EXCL DISCS FIGURES R_C 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 R_C 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 R_C 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 R_C 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 R_C 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 R_C 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX V This is a computed FULL matrix of order 6 by 6 [=\SQRT(I.E)~*E*\SQRT(I.E)~] VERBAL NAMES IDEAS EXCL DISCS FIGURES R_E 1.0000 0.4267 0.2437 0.2488 0.0341 0.3039 R_E 0.4267 1.0000 0.3130 0.1868 0.0282 0.2828 R_E 0.2437 0.3130 1.0000 0.1218 0.0784 0.1571 R_E 0.2488 0.1868 0.1218 1.0000 0.3526 0.2689 R_E 0.0341 0.0282 0.0784 0.3526 1.0000 0.2478 R_E 0.3039 0.2828 0.1571 0.2689 0.2478 1.0000 MATRIX W This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX Y This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 0.0000 2 0.0000 0.0000 3 0.0000 0.0000 0.0000 4 0.0000 0.0000 0.0000 0.0000 5 0.0000 0.0000 0.0000 0.0000 0.0000 6 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 MATRIX Z This is a LOWER TRIANGULAR matrix of order 6 by 6 1 2 3 4 5 6 1 4.0152 2 1.9687 4.1730 3 0.9895 0.9380 3.8236 4 1.0997 0.3943 0.1903 4.2587 5 0.1794 0.0794 0.3725 1.8572 4.9103 6 1.4327 0.7980 0.2198 0.8617 0.8451 4.2457 Your model has 21 estimated parameters and 156 Observed statistics Chi-squared fit of model >>>>>>> 250.786 Degrees of freedom >>>>>>>>>>>>> 135 Probability >>>>>>>>>>>>>>>>>>>> 0.000 Akaike's Information Criterion > -19.214 RMSEA >>>>>>>>>>>>>>>>>>>>>>>>>> 0.135 Saturated model fit* >>>>>>>>>>> 102.809 Saturated model df* >>>>>>>>>>> 93 Difference Chi-squared >>>>>>>> 147.977 Difference d.f. >>>>>>>>>>>>>>> 42 Probability >>>>>>>>>>>>>>>>>>>> 0.000 Akaike's Information Criterion > 63.977 * Saturated model statistic computed earlier in this job This problem used 4.6% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.00 Execution 0: 0: 0: 2.86 TOTAL 0: 0: 0: 2.86 Total number of warnings issued: 2 ______________________________________________________________________________