** Mx startup successful ** **MX-Linux version 1.52b** The following MX script lines were read for group 1 #NGROUPS 24 Note: #NGroup set number of groups to 24 ! ! Ascertainment correction, estimating pi ! G1: MODEL PARAMETERS CALC BEGIN MATRICES; H FULL 1 1 Q FULL 1 1 U UNIT 1 1 ! M Stan 2 2 Free ! L Stan 2 2 Free X LOWER 1 1 FREE Y LOWER 1 1 FREE Z LOWER 1 1 FREE W LOWER 1 1 O ZERO 1 1 END MATRICES; BEGIN ALGEBRA; A= X*X'; C= Y*Y'; E= Z*Z'; D= W*W'; L= A+C+D+E | H@A+C+Q@D _ H@A+C+Q@D | A+C+D+E ; ! DZ COV MATRIX M= A+C+D+E | A+C+D _ A+C+D | A+C+D+E ; ! MZ COV MATRIX END ALGEBRA; MATRIX H .5 MATRIX Q .25 START .6 ALL BOUND 0 1 X 1 1 Y 1 1 BOUND 0.1 1 Z 1 1 !Intervals A 1 1 1 C 1 1 1 E 1 1 1 END The following MX script lines were read for group 2 #repeat 11 Note: beginning of #Repeat section G2: MZ TWIN PAIRS DATA NINPUT=9 LABELS STUDYID STUDYYR ZYGOSITY TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ORDINAL FILE=SCZ_MX.DAT Ordinal data read initiated NOTE: Rectangular file contained 61 records with data that contained a total of 549 observations SELECT IF STUDYID = 1 NOTE: Select if yields 4 data vectors for analysis NOTE: Vectors contain a total of 36 observations SELECT IF ZYGOSITY = 1; NOTE: Select if yields 2 data vectors for analysis NOTE: Vectors contain a total of 18 observations SELECT TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ; DEFINITION ASC FREQ PIHAT THRESHOLD ; NOTE: Selection yields 2 data vectors for analysis NOTE: Vectors contain a total of 12 observations NOTE: Definition yields 2 data vectors for analysis NOTE: Vectors contain a total of 4 observations BEGIN MATRICES= GROUP 1; F FULL 1 1 ! FREQUENCY G FULL 1 4 ! TO SELECT ASCERTAINMENT PROB P FULL 1 1 ! ASCERTAINMENT PROBABILITY P T FULL 1 1 ! THRESHOLD END MATRICES; BEGIN ALGEBRA; S= (P) _ (P) _ P+P-P*P ; ! VECTOR OF ASCERTAINMENT PROBABILITIES J= (P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U); END ALGEBRA: SPECIFY F FREQ SPECIFY P PIHAT SPECIFY T THRESHOLD MATRIX G 1 1 1 1 SPECIFY G ASC 0 ASC 0 COVARIANCES M; THRESHOLDS T|T ; FREQUENCY F ; ! pihat is not 1 so weight is needed WEIGHT \PART(S,G)%J ; OPTIONS RSIDUAL END The following MX script lines were read for group 3 G3: DZ TWIN PAIRS DATA NINPUT=9 LABELS STUDYID STUDYYR ZYGOSITY TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ORDINAL FILE=SCZ_MX.DAT Ordinal data read initiated NOTE: Rectangular file contained 61 records with data that contained a total of 549 observations SELECT IF STUDYID = 1 NOTE: Select if yields 4 data vectors for analysis NOTE: Vectors contain a total of 36 observations SELECT IF ZYGOSITY = 2 NOTE: Select if yields 2 data vectors for analysis NOTE: Vectors contain a total of 18 observations SELECT TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ; DEFINITION ASC FREQ PIHAT THRESHOLD ; NOTE: Selection yields 2 data vectors for analysis NOTE: Vectors contain a total of 12 observations Note: Global variable previously defined. Updating ASC Note: Global variable previously defined. Updating FREQ Note: Global variable previously defined. Updating PIHAT Note: Global variable previously defined. Updating THRESHOLD NOTE: Definition yields 2 data vectors for analysis NOTE: Vectors contain a total of 4 observations BEGIN MATRICES= GROUP 1 ; F FULL 1 1 ! FREQUENCY G FULL 1 4 =G2 ! TO SELECT ASCERTAINMENT PROBABILITY P FULL 1 1 ! ASCERTAINMENT PROBABILITY P T FULL 1 1 ! THRESHOLD END MATRICES; SPECIFY F FREQ MATRIX G 1 1 1 1 SPECIFY G ASC 0 ASC 0 SPECIFY P PIHAT SPECIFY T THRESHOLD BEGIN ALGEBRA; S= (P) _ (P) _ P+P-P*P ; ! VECTOR OF ASCERTAINMENT PROBABILITIES K= (P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U); END ALGEBRA: COVARIANCES L; THRESHOLDS T|T ; FREQUENCY F ; ! pihat is not 1 so weight is needed WEIGHT \PART(S,G)%K ; OPTIONS RSIDUAL NDECIMALS=4 OPTION JIGGLE FUNC=1.E-12 END The following MX script lines were read for group 4 G2: MZ TWIN PAIRS DATA NINPUT=9 LABELS STUDYID STUDYYR ZYGOSITY TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ORDINAL FILE=SCZ_MX.DAT Ordinal data read initiated NOTE: Rectangular file contained 61 records with data that contained a total of 549 observations SELECT IF STUDYID = 2 NOTE: Select if yields 6 data vectors for analysis NOTE: Vectors contain a total of 54 observations SELECT IF ZYGOSITY = 1; NOTE: Select if yields 3 data vectors for analysis NOTE: Vectors contain a total of 27 observations SELECT TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ; DEFINITION ASC FREQ PIHAT THRESHOLD ; NOTE: Selection yields 3 data vectors for analysis NOTE: Vectors contain a total of 18 observations Note: Global variable previously defined. Updating ASC Note: Global variable previously defined. Updating FREQ Note: Global variable previously defined. Updating PIHAT Note: Global variable previously defined. Updating THRESHOLD NOTE: Definition yields 3 data vectors for analysis NOTE: Vectors contain a total of 6 observations BEGIN MATRICES= GROUP 1; F FULL 1 1 ! FREQUENCY G FULL 1 4 ! TO SELECT ASCERTAINMENT PROB P FULL 1 1 ! ASCERTAINMENT PROBABILITY P T FULL 1 1 ! THRESHOLD END MATRICES; BEGIN ALGEBRA; S= (P) _ (P) _ P+P-P*P ; ! VECTOR OF ASCERTAINMENT PROBABILITIES J= (P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U); END ALGEBRA: SPECIFY F FREQ SPECIFY P PIHAT SPECIFY T THRESHOLD MATRIX G 1 1 1 1 SPECIFY G ASC 0 ASC 0 COVARIANCES M; THRESHOLDS T|T ; FREQUENCY F ; ! pihat is not 1 so weight is needed WEIGHT \PART(S,G)%J ; OPTIONS RSIDUAL END The following MX script lines were read for group 5 G3: DZ TWIN PAIRS DATA NINPUT=9 LABELS STUDYID STUDYYR ZYGOSITY TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ORDINAL FILE=SCZ_MX.DAT Ordinal data read initiated NOTE: Rectangular file contained 61 records with data that contained a total of 549 observations SELECT IF STUDYID = 2 NOTE: Select if yields 6 data vectors for analysis NOTE: Vectors contain a total of 54 observations SELECT IF ZYGOSITY = 2 NOTE: Select if yields 3 data vectors for analysis NOTE: Vectors contain a total of 27 observations SELECT TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ; DEFINITION ASC FREQ PIHAT THRESHOLD ; NOTE: Selection yields 3 data vectors for analysis NOTE: Vectors contain a total of 18 observations Note: Global variable previously defined. Updating ASC Note: Global variable previously defined. Updating FREQ Note: Global variable previously defined. Updating PIHAT Note: Global variable previously defined. Updating THRESHOLD NOTE: Definition yields 3 data vectors for analysis NOTE: Vectors contain a total of 6 observations BEGIN MATRICES= GROUP 1 ; F FULL 1 1 ! FREQUENCY G FULL 1 4 =G2 ! TO SELECT ASCERTAINMENT PROBABILITY P FULL 1 1 ! ASCERTAINMENT PROBABILITY P T FULL 1 1 ! THRESHOLD END MATRICES; SPECIFY F FREQ MATRIX G 1 1 1 1 SPECIFY G ASC 0 ASC 0 SPECIFY P PIHAT SPECIFY T THRESHOLD BEGIN ALGEBRA; S= (P) _ (P) _ P+P-P*P ; ! VECTOR OF ASCERTAINMENT PROBABILITIES K= (P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U); END ALGEBRA: COVARIANCES L; THRESHOLDS T|T ; FREQUENCY F ; ! pihat is not 1 so weight is needed WEIGHT \PART(S,G)%K ; OPTIONS RSIDUAL NDECIMALS=4 OPTION JIGGLE FUNC=1.E-12 END The following MX script lines were read for group 6 G2: MZ TWIN PAIRS DATA NINPUT=9 LABELS STUDYID STUDYYR ZYGOSITY TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ORDINAL FILE=SCZ_MX.DAT Ordinal data read initiated NOTE: Rectangular file contained 61 records with data that contained a total of 549 observations SELECT IF STUDYID = 3 NOTE: Select if yields 6 data vectors for analysis NOTE: Vectors contain a total of 54 observations SELECT IF ZYGOSITY = 1; NOTE: Select if yields 3 data vectors for analysis NOTE: Vectors contain a total of 27 observations SELECT TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ; DEFINITION ASC FREQ PIHAT THRESHOLD ; NOTE: Selection yields 3 data vectors for analysis NOTE: Vectors contain a total of 18 observations Note: Global variable previously defined. Updating ASC Note: Global variable previously defined. Updating FREQ Note: Global variable previously defined. Updating PIHAT Note: Global variable previously defined. Updating THRESHOLD NOTE: Definition yields 3 data vectors for analysis NOTE: Vectors contain a total of 6 observations BEGIN MATRICES= GROUP 1; F FULL 1 1 ! FREQUENCY G FULL 1 4 ! TO SELECT ASCERTAINMENT PROB P FULL 1 1 ! ASCERTAINMENT PROBABILITY P T FULL 1 1 ! THRESHOLD END MATRICES; BEGIN ALGEBRA; S= (P) _ (P) _ P+P-P*P ; ! VECTOR OF ASCERTAINMENT PROBABILITIES J= (P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U); END ALGEBRA: SPECIFY F FREQ SPECIFY P PIHAT SPECIFY T THRESHOLD MATRIX G 1 1 1 1 SPECIFY G ASC 0 ASC 0 COVARIANCES M; THRESHOLDS T|T ; FREQUENCY F ; ! pihat is not 1 so weight is needed WEIGHT \PART(S,G)%J ; OPTIONS RSIDUAL END The following MX script lines were read for group 7 G3: DZ TWIN PAIRS DATA NINPUT=9 LABELS STUDYID STUDYYR ZYGOSITY TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ORDINAL FILE=SCZ_MX.DAT Ordinal data read initiated NOTE: Rectangular file contained 61 records with data that contained a total of 549 observations SELECT IF STUDYID = 3 NOTE: Select if yields 6 data vectors for analysis NOTE: Vectors contain a total of 54 observations SELECT IF ZYGOSITY = 2 NOTE: Select if yields 3 data vectors for analysis NOTE: Vectors contain a total of 27 observations SELECT TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ; DEFINITION ASC FREQ PIHAT THRESHOLD ; NOTE: Selection yields 3 data vectors for analysis NOTE: Vectors contain a total of 18 observations Note: Global variable previously defined. Updating ASC Note: Global variable previously defined. Updating FREQ Note: Global variable previously defined. Updating PIHAT Note: Global variable previously defined. Updating THRESHOLD NOTE: Definition yields 3 data vectors for analysis NOTE: Vectors contain a total of 6 observations BEGIN MATRICES= GROUP 1 ; F FULL 1 1 ! FREQUENCY G FULL 1 4 =G2 ! TO SELECT ASCERTAINMENT PROBABILITY P FULL 1 1 ! ASCERTAINMENT PROBABILITY P T FULL 1 1 ! THRESHOLD END MATRICES; SPECIFY F FREQ MATRIX G 1 1 1 1 SPECIFY G ASC 0 ASC 0 SPECIFY P PIHAT SPECIFY T THRESHOLD BEGIN ALGEBRA; S= (P) _ (P) _ P+P-P*P ; ! VECTOR OF ASCERTAINMENT PROBABILITIES K= (P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U); END ALGEBRA: COVARIANCES L; THRESHOLDS T|T ; FREQUENCY F ; ! pihat is not 1 so weight is needed WEIGHT \PART(S,G)%K ; OPTIONS RSIDUAL NDECIMALS=4 OPTION JIGGLE FUNC=1.E-12 END The following MX script lines were read for group 8 G2: MZ TWIN PAIRS DATA NINPUT=9 LABELS STUDYID STUDYYR ZYGOSITY TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ORDINAL FILE=SCZ_MX.DAT Ordinal data read initiated NOTE: Rectangular file contained 61 records with data that contained a total of 549 observations SELECT IF STUDYID = 4 NOTE: Select if yields 4 data vectors for analysis NOTE: Vectors contain a total of 36 observations SELECT IF ZYGOSITY = 1; NOTE: Select if yields 2 data vectors for analysis NOTE: Vectors contain a total of 18 observations SELECT TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ; DEFINITION ASC FREQ PIHAT THRESHOLD ; NOTE: Selection yields 2 data vectors for analysis NOTE: Vectors contain a total of 12 observations Note: Global variable previously defined. Updating ASC Note: Global variable previously defined. Updating FREQ Note: Global variable previously defined. Updating PIHAT Note: Global variable previously defined. Updating THRESHOLD NOTE: Definition yields 2 data vectors for analysis NOTE: Vectors contain a total of 4 observations BEGIN MATRICES= GROUP 1; F FULL 1 1 ! FREQUENCY G FULL 1 4 ! TO SELECT ASCERTAINMENT PROB P FULL 1 1 ! ASCERTAINMENT PROBABILITY P T FULL 1 1 ! THRESHOLD END MATRICES; BEGIN ALGEBRA; S= (P) _ (P) _ P+P-P*P ; ! VECTOR OF ASCERTAINMENT PROBABILITIES J= (P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U); END ALGEBRA: SPECIFY F FREQ SPECIFY P PIHAT SPECIFY T THRESHOLD MATRIX G 1 1 1 1 SPECIFY G ASC 0 ASC 0 COVARIANCES M; THRESHOLDS T|T ; FREQUENCY F ; ! pihat is 1 but -- not sampled WEIGHT \PART(S,G)%J ; OPTIONS RSIDUAL END The following MX script lines were read for group 9 G3: DZ TWIN PAIRS DATA NINPUT=9 LABELS STUDYID STUDYYR ZYGOSITY TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ORDINAL FILE=SCZ_MX.DAT Ordinal data read initiated NOTE: Rectangular file contained 61 records with data that contained a total of 549 observations SELECT IF STUDYID = 4 NOTE: Select if yields 4 data vectors for analysis NOTE: Vectors contain a total of 36 observations SELECT IF ZYGOSITY = 2 NOTE: Select if yields 2 data vectors for analysis NOTE: Vectors contain a total of 18 observations SELECT TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ; DEFINITION ASC FREQ PIHAT THRESHOLD ; NOTE: Selection yields 2 data vectors for analysis NOTE: Vectors contain a total of 12 observations Note: Global variable previously defined. Updating ASC Note: Global variable previously defined. Updating FREQ Note: Global variable previously defined. Updating PIHAT Note: Global variable previously defined. Updating THRESHOLD NOTE: Definition yields 2 data vectors for analysis NOTE: Vectors contain a total of 4 observations BEGIN MATRICES= GROUP 1 ; F FULL 1 1 ! FREQUENCY G FULL 1 4 =G2 ! TO SELECT ASCERTAINMENT PROBABILITY P FULL 1 1 ! ASCERTAINMENT PROBABILITY P T FULL 1 1 ! THRESHOLD END MATRICES; SPECIFY F FREQ MATRIX G 1 1 1 1 SPECIFY G ASC 0 ASC 0 SPECIFY P PIHAT SPECIFY T THRESHOLD BEGIN ALGEBRA; S= (P) _ (P) _ P+P-P*P ; ! VECTOR OF ASCERTAINMENT PROBABILITIES K= (P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U); END ALGEBRA: COVARIANCES L; THRESHOLDS T|T ; FREQUENCY F ; ! pihat is 1 but -- not sampled WEIGHT \PART(S,G)%K ; OPTIONS RSIDUAL NDECIMALS=4 OPTION JIGGLE FUNC=1.E-12 END The following MX script lines were read for group 10 G2: MZ TWIN PAIRS DATA NINPUT=9 LABELS STUDYID STUDYYR ZYGOSITY TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ORDINAL FILE=SCZ_MX.DAT Ordinal data read initiated NOTE: Rectangular file contained 61 records with data that contained a total of 549 observations SELECT IF STUDYID = 5 NOTE: Select if yields 4 data vectors for analysis NOTE: Vectors contain a total of 36 observations SELECT IF ZYGOSITY = 1; NOTE: Select if yields 2 data vectors for analysis NOTE: Vectors contain a total of 18 observations SELECT TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ; DEFINITION ASC FREQ PIHAT THRESHOLD ; NOTE: Selection yields 2 data vectors for analysis NOTE: Vectors contain a total of 12 observations Note: Global variable previously defined. Updating ASC Note: Global variable previously defined. Updating FREQ Note: Global variable previously defined. Updating PIHAT Note: Global variable previously defined. Updating THRESHOLD NOTE: Definition yields 2 data vectors for analysis NOTE: Vectors contain a total of 4 observations BEGIN MATRICES= GROUP 1; F FULL 1 1 ! FREQUENCY G FULL 1 4 ! TO SELECT ASCERTAINMENT PROB P FULL 1 1 ! ASCERTAINMENT PROBABILITY P T FULL 1 1 ! THRESHOLD END MATRICES; BEGIN ALGEBRA; S= (P) _ (P) _ P+P-P*P ; ! VECTOR OF ASCERTAINMENT PROBABILITIES J= (P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U); END ALGEBRA: SPECIFY F FREQ SPECIFY P PIHAT SPECIFY T THRESHOLD MATRIX G 1 1 1 1 SPECIFY G ASC 0 ASC 0 COVARIANCES M; THRESHOLDS T|T ; FREQUENCY F ; ! pihat is 1 but -- not sampled WEIGHT \PART(S,G)%J ; OPTIONS RSIDUAL END The following MX script lines were read for group 11 G3: DZ TWIN PAIRS DATA NINPUT=9 LABELS STUDYID STUDYYR ZYGOSITY TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ORDINAL FILE=SCZ_MX.DAT Ordinal data read initiated NOTE: Rectangular file contained 61 records with data that contained a total of 549 observations SELECT IF STUDYID = 5 NOTE: Select if yields 4 data vectors for analysis NOTE: Vectors contain a total of 36 observations SELECT IF ZYGOSITY = 2 NOTE: Select if yields 2 data vectors for analysis NOTE: Vectors contain a total of 18 observations SELECT TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ; DEFINITION ASC FREQ PIHAT THRESHOLD ; NOTE: Selection yields 2 data vectors for analysis NOTE: Vectors contain a total of 12 observations Note: Global variable previously defined. Updating ASC Note: Global variable previously defined. Updating FREQ Note: Global variable previously defined. Updating PIHAT Note: Global variable previously defined. Updating THRESHOLD NOTE: Definition yields 2 data vectors for analysis NOTE: Vectors contain a total of 4 observations BEGIN MATRICES= GROUP 1 ; F FULL 1 1 ! FREQUENCY G FULL 1 4 =G2 ! TO SELECT ASCERTAINMENT PROBABILITY P FULL 1 1 ! ASCERTAINMENT PROBABILITY P T FULL 1 1 ! THRESHOLD END MATRICES; SPECIFY F FREQ MATRIX G 1 1 1 1 SPECIFY G ASC 0 ASC 0 SPECIFY P PIHAT SPECIFY T THRESHOLD BEGIN ALGEBRA; S= (P) _ (P) _ P+P-P*P ; ! VECTOR OF ASCERTAINMENT PROBABILITIES K= (P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U); END ALGEBRA: COVARIANCES L; THRESHOLDS T|T ; FREQUENCY F ; ! pihat is 1 but -- not sampled WEIGHT \PART(S,G)%K ; OPTIONS RSIDUAL NDECIMALS=4 OPTION JIGGLE FUNC=1.E-12 END The following MX script lines were read for group 12 G2: MZ TWIN PAIRS DATA NINPUT=9 LABELS STUDYID STUDYYR ZYGOSITY TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ORDINAL FILE=SCZ_MX.DAT Ordinal data read initiated NOTE: Rectangular file contained 61 records with data that contained a total of 549 observations SELECT IF STUDYID = 6 NOTE: Select if yields 4 data vectors for analysis NOTE: Vectors contain a total of 36 observations SELECT IF ZYGOSITY = 1; NOTE: Select if yields 2 data vectors for analysis NOTE: Vectors contain a total of 18 observations SELECT TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ; DEFINITION ASC FREQ PIHAT THRESHOLD ; NOTE: Selection yields 2 data vectors for analysis NOTE: Vectors contain a total of 12 observations Note: Global variable previously defined. Updating ASC Note: Global variable previously defined. Updating FREQ Note: Global variable previously defined. Updating PIHAT Note: Global variable previously defined. Updating THRESHOLD NOTE: Definition yields 2 data vectors for analysis NOTE: Vectors contain a total of 4 observations BEGIN MATRICES= GROUP 1; F FULL 1 1 ! FREQUENCY G FULL 1 4 ! TO SELECT ASCERTAINMENT PROB P FULL 1 1 ! ASCERTAINMENT PROBABILITY P T FULL 1 1 ! THRESHOLD END MATRICES; BEGIN ALGEBRA; S= (P) _ (P) _ P+P-P*P ; ! VECTOR OF ASCERTAINMENT PROBABILITIES J= (P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U); END ALGEBRA: SPECIFY F FREQ SPECIFY P PIHAT SPECIFY T THRESHOLD MATRIX G 1 1 1 1 SPECIFY G ASC 0 ASC 0 COVARIANCES M; THRESHOLDS T|T ; FREQUENCY F ; ! pihat is 1 but -- not sampled WEIGHT \PART(S,G)%J ; OPTIONS RSIDUAL END The following MX script lines were read for group 13 G3: DZ TWIN PAIRS DATA NINPUT=9 LABELS STUDYID STUDYYR ZYGOSITY TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ORDINAL FILE=SCZ_MX.DAT Ordinal data read initiated NOTE: Rectangular file contained 61 records with data that contained a total of 549 observations SELECT IF STUDYID = 6 NOTE: Select if yields 4 data vectors for analysis NOTE: Vectors contain a total of 36 observations SELECT IF ZYGOSITY = 2 NOTE: Select if yields 2 data vectors for analysis NOTE: Vectors contain a total of 18 observations SELECT TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ; DEFINITION ASC FREQ PIHAT THRESHOLD ; NOTE: Selection yields 2 data vectors for analysis NOTE: Vectors contain a total of 12 observations Note: Global variable previously defined. Updating ASC Note: Global variable previously defined. Updating FREQ Note: Global variable previously defined. Updating PIHAT Note: Global variable previously defined. Updating THRESHOLD NOTE: Definition yields 2 data vectors for analysis NOTE: Vectors contain a total of 4 observations BEGIN MATRICES= GROUP 1 ; F FULL 1 1 ! FREQUENCY G FULL 1 4 =G2 ! TO SELECT ASCERTAINMENT PROBABILITY P FULL 1 1 ! ASCERTAINMENT PROBABILITY P T FULL 1 1 ! THRESHOLD END MATRICES; SPECIFY F FREQ MATRIX G 1 1 1 1 SPECIFY G ASC 0 ASC 0 SPECIFY P PIHAT SPECIFY T THRESHOLD BEGIN ALGEBRA; S= (P) _ (P) _ P+P-P*P ; ! VECTOR OF ASCERTAINMENT PROBABILITIES K= (P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U); END ALGEBRA: COVARIANCES L; THRESHOLDS T|T ; FREQUENCY F ; ! pihat is 1 but -- not sampled WEIGHT \PART(S,G)%K ; OPTIONS RSIDUAL NDECIMALS=4 OPTION JIGGLE FUNC=1.E-12 END The following MX script lines were read for group 14 G2: MZ TWIN PAIRS DATA NINPUT=9 LABELS STUDYID STUDYYR ZYGOSITY TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ORDINAL FILE=SCZ_MX.DAT Ordinal data read initiated NOTE: Rectangular file contained 61 records with data that contained a total of 549 observations SELECT IF STUDYID = 7 NOTE: Select if yields 6 data vectors for analysis NOTE: Vectors contain a total of 54 observations SELECT IF ZYGOSITY = 1; NOTE: Select if yields 3 data vectors for analysis NOTE: Vectors contain a total of 27 observations SELECT TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ; DEFINITION ASC FREQ PIHAT THRESHOLD ; NOTE: Selection yields 3 data vectors for analysis NOTE: Vectors contain a total of 18 observations Note: Global variable previously defined. Updating ASC Note: Global variable previously defined. Updating FREQ Note: Global variable previously defined. Updating PIHAT Note: Global variable previously defined. Updating THRESHOLD NOTE: Definition yields 3 data vectors for analysis NOTE: Vectors contain a total of 6 observations BEGIN MATRICES= GROUP 1; F FULL 1 1 ! FREQUENCY G FULL 1 4 ! TO SELECT ASCERTAINMENT PROB P FULL 1 1 ! ASCERTAINMENT PROBABILITY P T FULL 1 1 ! THRESHOLD END MATRICES; BEGIN ALGEBRA; S= (P) _ (P) _ P+P-P*P ; ! VECTOR OF ASCERTAINMENT PROBABILITIES J= (P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U); END ALGEBRA: SPECIFY F FREQ SPECIFY P PIHAT SPECIFY T THRESHOLD MATRIX G 1 1 1 1 SPECIFY G ASC 0 ASC 0 COVARIANCES M; THRESHOLDS T|T ; FREQUENCY F ; ! population sample, so no weight required ! Weight \part(S,G)%J ; OPTIONS RSIDUAL END The following MX script lines were read for group 15 G3: DZ TWIN PAIRS DATA NINPUT=9 LABELS STUDYID STUDYYR ZYGOSITY TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ORDINAL FILE=SCZ_MX.DAT Ordinal data read initiated NOTE: Rectangular file contained 61 records with data that contained a total of 549 observations SELECT IF STUDYID = 7 NOTE: Select if yields 6 data vectors for analysis NOTE: Vectors contain a total of 54 observations SELECT IF ZYGOSITY = 2 NOTE: Select if yields 3 data vectors for analysis NOTE: Vectors contain a total of 27 observations SELECT TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ; DEFINITION ASC FREQ PIHAT THRESHOLD ; NOTE: Selection yields 3 data vectors for analysis NOTE: Vectors contain a total of 18 observations Note: Global variable previously defined. Updating ASC Note: Global variable previously defined. Updating FREQ Note: Global variable previously defined. Updating PIHAT Note: Global variable previously defined. Updating THRESHOLD NOTE: Definition yields 3 data vectors for analysis NOTE: Vectors contain a total of 6 observations BEGIN MATRICES= GROUP 1 ; F FULL 1 1 ! FREQUENCY G FULL 1 4 =G2 ! TO SELECT ASCERTAINMENT PROBABILITY P FULL 1 1 ! ASCERTAINMENT PROBABILITY P T FULL 1 1 ! THRESHOLD END MATRICES; SPECIFY F FREQ MATRIX G 1 1 1 1 SPECIFY G ASC 0 ASC 0 SPECIFY P PIHAT SPECIFY T THRESHOLD BEGIN ALGEBRA; S= (P) _ (P) _ P+P-P*P ; ! VECTOR OF ASCERTAINMENT PROBABILITIES K= (P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U); END ALGEBRA: COVARIANCES L; THRESHOLDS T|T ; FREQUENCY F ; ! population sample, so no weight required (could estimate threshold) ! Weight \part(S,G)%K ; OPTIONS RSIDUAL NDECIMALS=4 OPTION JIGGLE FUNC=1.E-12 END The following MX script lines were read for group 16 G2: MZ TWIN PAIRS DATA NINPUT=9 LABELS STUDYID STUDYYR ZYGOSITY TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ORDINAL FILE=SCZ_MX.DAT Ordinal data read initiated NOTE: Rectangular file contained 61 records with data that contained a total of 549 observations SELECT IF STUDYID = 8 NOTE: Select if yields 4 data vectors for analysis NOTE: Vectors contain a total of 36 observations SELECT IF ZYGOSITY = 1; NOTE: Select if yields 2 data vectors for analysis NOTE: Vectors contain a total of 18 observations SELECT TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ; DEFINITION ASC FREQ PIHAT THRESHOLD ; NOTE: Selection yields 2 data vectors for analysis NOTE: Vectors contain a total of 12 observations Note: Global variable previously defined. Updating ASC Note: Global variable previously defined. Updating FREQ Note: Global variable previously defined. Updating PIHAT Note: Global variable previously defined. Updating THRESHOLD NOTE: Definition yields 2 data vectors for analysis NOTE: Vectors contain a total of 4 observations BEGIN MATRICES= GROUP 1; F FULL 1 1 ! FREQUENCY G FULL 1 4 ! TO SELECT ASCERTAINMENT PROB P FULL 1 1 ! ASCERTAINMENT PROBABILITY P T FULL 1 1 ! THRESHOLD END MATRICES; BEGIN ALGEBRA; S= (P) _ (P) _ P+P-P*P ; ! VECTOR OF ASCERTAINMENT PROBABILITIES J= (P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U); END ALGEBRA: SPECIFY F FREQ SPECIFY P PIHAT SPECIFY T THRESHOLD MATRIX G 1 1 1 1 SPECIFY G ASC 0 ASC 0 COVARIANCES M; THRESHOLDS T|T ; FREQUENCY F ; ! pihat is 1 but -- not sampled WEIGHT \PART(S,G)%J ; OPTIONS RSIDUAL END The following MX script lines were read for group 17 G3: DZ TWIN PAIRS DATA NINPUT=9 LABELS STUDYID STUDYYR ZYGOSITY TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ORDINAL FILE=SCZ_MX.DAT Ordinal data read initiated NOTE: Rectangular file contained 61 records with data that contained a total of 549 observations SELECT IF STUDYID = 8 NOTE: Select if yields 4 data vectors for analysis NOTE: Vectors contain a total of 36 observations SELECT IF ZYGOSITY = 2 NOTE: Select if yields 2 data vectors for analysis NOTE: Vectors contain a total of 18 observations SELECT TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ; DEFINITION ASC FREQ PIHAT THRESHOLD ; NOTE: Selection yields 2 data vectors for analysis NOTE: Vectors contain a total of 12 observations Note: Global variable previously defined. Updating ASC Note: Global variable previously defined. Updating FREQ Note: Global variable previously defined. Updating PIHAT Note: Global variable previously defined. Updating THRESHOLD NOTE: Definition yields 2 data vectors for analysis NOTE: Vectors contain a total of 4 observations BEGIN MATRICES= GROUP 1 ; F FULL 1 1 ! FREQUENCY G FULL 1 4 =G2 ! TO SELECT ASCERTAINMENT PROBABILITY P FULL 1 1 ! ASCERTAINMENT PROBABILITY P T FULL 1 1 ! THRESHOLD END MATRICES; SPECIFY F FREQ MATRIX G 1 1 1 1 SPECIFY G ASC 0 ASC 0 SPECIFY P PIHAT SPECIFY T THRESHOLD BEGIN ALGEBRA; S= (P) _ (P) _ P+P-P*P ; ! VECTOR OF ASCERTAINMENT PROBABILITIES K= (P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U); END ALGEBRA: COVARIANCES L; THRESHOLDS T|T ; FREQUENCY F ; ! pihat is 1 but -- not sampled WEIGHT \PART(S,G)%K ; OPTIONS RSIDUAL NDECIMALS=4 OPTION JIGGLE FUNC=1.E-12 END The following MX script lines were read for group 18 G2: MZ TWIN PAIRS DATA NINPUT=9 LABELS STUDYID STUDYYR ZYGOSITY TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ORDINAL FILE=SCZ_MX.DAT Ordinal data read initiated NOTE: Rectangular file contained 61 records with data that contained a total of 549 observations SELECT IF STUDYID = 9 NOTE: Select if yields 4 data vectors for analysis NOTE: Vectors contain a total of 36 observations SELECT IF ZYGOSITY = 1; NOTE: Select if yields 2 data vectors for analysis NOTE: Vectors contain a total of 18 observations SELECT TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ; DEFINITION ASC FREQ PIHAT THRESHOLD ; NOTE: Selection yields 2 data vectors for analysis NOTE: Vectors contain a total of 12 observations Note: Global variable previously defined. Updating ASC Note: Global variable previously defined. Updating FREQ Note: Global variable previously defined. Updating PIHAT Note: Global variable previously defined. Updating THRESHOLD NOTE: Definition yields 2 data vectors for analysis NOTE: Vectors contain a total of 4 observations BEGIN MATRICES= GROUP 1; F FULL 1 1 ! FREQUENCY G FULL 1 4 ! TO SELECT ASCERTAINMENT PROB P FULL 1 1 ! ASCERTAINMENT PROBABILITY P T FULL 1 1 ! THRESHOLD END MATRICES; BEGIN ALGEBRA; S= (P) _ (P) _ P+P-P*P ; ! VECTOR OF ASCERTAINMENT PROBABILITIES J= (P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U); END ALGEBRA: SPECIFY F FREQ SPECIFY P PIHAT SPECIFY T THRESHOLD MATRIX G 1 1 1 1 SPECIFY G ASC 0 ASC 0 COVARIANCES M; THRESHOLDS T|T ; FREQUENCY F ; ! pihat is not 1 so weight is needed WEIGHT \PART(S,G)%J ; OPTIONS RSIDUAL END The following MX script lines were read for group 19 G3: DZ TWIN PAIRS DATA NINPUT=9 LABELS STUDYID STUDYYR ZYGOSITY TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ORDINAL FILE=SCZ_MX.DAT Ordinal data read initiated NOTE: Rectangular file contained 61 records with data that contained a total of 549 observations SELECT IF STUDYID = 9 NOTE: Select if yields 4 data vectors for analysis NOTE: Vectors contain a total of 36 observations SELECT IF ZYGOSITY = 2 NOTE: Select if yields 2 data vectors for analysis NOTE: Vectors contain a total of 18 observations SELECT TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ; DEFINITION ASC FREQ PIHAT THRESHOLD ; NOTE: Selection yields 2 data vectors for analysis NOTE: Vectors contain a total of 12 observations Note: Global variable previously defined. Updating ASC Note: Global variable previously defined. Updating FREQ Note: Global variable previously defined. Updating PIHAT Note: Global variable previously defined. Updating THRESHOLD NOTE: Definition yields 2 data vectors for analysis NOTE: Vectors contain a total of 4 observations BEGIN MATRICES= GROUP 1 ; F FULL 1 1 ! FREQUENCY G FULL 1 4 =G2 ! TO SELECT ASCERTAINMENT PROBABILITY P FULL 1 1 ! ASCERTAINMENT PROBABILITY P T FULL 1 1 ! THRESHOLD END MATRICES; SPECIFY F FREQ MATRIX G 1 1 1 1 SPECIFY G ASC 0 ASC 0 SPECIFY P PIHAT SPECIFY T THRESHOLD BEGIN ALGEBRA; S= (P) _ (P) _ P+P-P*P ; ! VECTOR OF ASCERTAINMENT PROBABILITIES K= (P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U); END ALGEBRA: COVARIANCES L; THRESHOLDS T|T ; FREQUENCY F ; ! pihat is not 1 so weight is needed WEIGHT \PART(S,G)%K ; OPTIONS RSIDUAL NDECIMALS=4 OPTION JIGGLE FUNC=1.E-12 END The following MX script lines were read for group 20 G2: MZ TWIN PAIRS DATA NINPUT=9 LABELS STUDYID STUDYYR ZYGOSITY TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ORDINAL FILE=SCZ_MX.DAT Ordinal data read initiated NOTE: Rectangular file contained 61 records with data that contained a total of 549 observations SELECT IF STUDYID = 10 NOTE: Select if yields 8 data vectors for analysis NOTE: Vectors contain a total of 72 observations SELECT IF ZYGOSITY = 1; NOTE: Select if yields 4 data vectors for analysis NOTE: Vectors contain a total of 36 observations SELECT TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ; DEFINITION ASC FREQ PIHAT THRESHOLD ; NOTE: Selection yields 4 data vectors for analysis NOTE: Vectors contain a total of 24 observations Note: Global variable previously defined. Updating ASC Note: Global variable previously defined. Updating FREQ Note: Global variable previously defined. Updating PIHAT Note: Global variable previously defined. Updating THRESHOLD NOTE: Definition yields 4 data vectors for analysis NOTE: Vectors contain a total of 8 observations BEGIN MATRICES= GROUP 1; F FULL 1 1 ! FREQUENCY G FULL 1 4 ! TO SELECT ASCERTAINMENT PROB P FULL 1 1 ! ASCERTAINMENT PROBABILITY P T FULL 1 1 ! THRESHOLD END MATRICES; BEGIN ALGEBRA; S= (P) _ (P) _ P+P-P*P ; ! VECTOR OF ASCERTAINMENT PROBABILITIES J= (P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U); END ALGEBRA: SPECIFY F FREQ SPECIFY P PIHAT SPECIFY T THRESHOLD MATRIX G 1 1 1 1 SPECIFY G ASC 0 ASC 0 COVARIANCES M; THRESHOLDS T|T ; FREQUENCY F ; ! population sample, so no weight required ! Weight \part(S,G)%J ; OPTIONS RSIDUAL END The following MX script lines were read for group 21 G3: DZ TWIN PAIRS DATA NINPUT=9 LABELS STUDYID STUDYYR ZYGOSITY TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ORDINAL FILE=SCZ_MX.DAT Ordinal data read initiated NOTE: Rectangular file contained 61 records with data that contained a total of 549 observations SELECT IF STUDYID = 10 NOTE: Select if yields 8 data vectors for analysis NOTE: Vectors contain a total of 72 observations SELECT IF ZYGOSITY = 2 NOTE: Select if yields 4 data vectors for analysis NOTE: Vectors contain a total of 36 observations SELECT TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ; DEFINITION ASC FREQ PIHAT THRESHOLD ; NOTE: Selection yields 4 data vectors for analysis NOTE: Vectors contain a total of 24 observations Note: Global variable previously defined. Updating ASC Note: Global variable previously defined. Updating FREQ Note: Global variable previously defined. Updating PIHAT Note: Global variable previously defined. Updating THRESHOLD NOTE: Definition yields 4 data vectors for analysis NOTE: Vectors contain a total of 8 observations BEGIN MATRICES= GROUP 1 ; F FULL 1 1 ! FREQUENCY G FULL 1 4 =G2 ! TO SELECT ASCERTAINMENT PROBABILITY P FULL 1 1 ! ASCERTAINMENT PROBABILITY P T FULL 1 1 ! THRESHOLD END MATRICES; SPECIFY F FREQ MATRIX G 1 1 1 1 SPECIFY G ASC 0 ASC 0 SPECIFY P PIHAT SPECIFY T THRESHOLD BEGIN ALGEBRA; S= (P) _ (P) _ P+P-P*P ; ! VECTOR OF ASCERTAINMENT PROBABILITIES K= (P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U); END ALGEBRA: COVARIANCES L; THRESHOLDS T|T ; FREQUENCY F ; ! population sample, so no weight required (could estimate threshold) ! Weight \part(S,G)%K ; OPTIONS RSIDUAL NDECIMALS=4 OPTION JIGGLE FUNC=1.E-12 END The following MX script lines were read for group 22 G2: MZ TWIN PAIRS DATA NINPUT=9 LABELS STUDYID STUDYYR ZYGOSITY TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ORDINAL FILE=SCZ_MX.DAT Ordinal data read initiated NOTE: Rectangular file contained 61 records with data that contained a total of 549 observations SELECT IF STUDYID = 11 NOTE: Select if yields 5 data vectors for analysis NOTE: Vectors contain a total of 45 observations SELECT IF ZYGOSITY = 1; NOTE: Select if yields 3 data vectors for analysis NOTE: Vectors contain a total of 27 observations SELECT TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ; DEFINITION ASC FREQ PIHAT THRESHOLD ; NOTE: Selection yields 3 data vectors for analysis NOTE: Vectors contain a total of 18 observations Note: Global variable previously defined. Updating ASC Note: Global variable previously defined. Updating FREQ Note: Global variable previously defined. Updating PIHAT Note: Global variable previously defined. Updating THRESHOLD NOTE: Definition yields 3 data vectors for analysis NOTE: Vectors contain a total of 6 observations BEGIN MATRICES= GROUP 1; F FULL 1 1 ! FREQUENCY G FULL 1 4 ! TO SELECT ASCERTAINMENT PROB P FULL 1 1 ! ASCERTAINMENT PROBABILITY P T FULL 1 1 ! THRESHOLD END MATRICES; BEGIN ALGEBRA; S= (P) _ (P) _ P+P-P*P ; ! VECTOR OF ASCERTAINMENT PROBABILITIES J= (P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U); END ALGEBRA: SPECIFY F FREQ SPECIFY P PIHAT SPECIFY T THRESHOLD MATRIX G 1 1 1 1 SPECIFY G ASC 0 ASC 0 COVARIANCES M; THRESHOLDS T|T ; FREQUENCY F ; ! pihat is 1 but -- not sampled WEIGHT \PART(S,G)%J ; OPTIONS RSIDUAL END The following MX script lines were read for group 23 G3: DZ TWIN PAIRS DATA NINPUT=9 LABELS STUDYID STUDYYR ZYGOSITY TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ORDINAL FILE=SCZ_MX.DAT Ordinal data read initiated NOTE: Rectangular file contained 61 records with data that contained a total of 549 observations SELECT IF STUDYID = 11 NOTE: Select if yields 5 data vectors for analysis NOTE: Vectors contain a total of 45 observations SELECT IF ZYGOSITY = 2 NOTE: Select if yields 2 data vectors for analysis NOTE: Vectors contain a total of 18 observations SELECT TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD ; DEFINITION ASC FREQ PIHAT THRESHOLD ; NOTE: Selection yields 2 data vectors for analysis NOTE: Vectors contain a total of 12 observations Note: Global variable previously defined. Updating ASC Note: Global variable previously defined. Updating FREQ Note: Global variable previously defined. Updating PIHAT Note: Global variable previously defined. Updating THRESHOLD NOTE: Definition yields 2 data vectors for analysis NOTE: Vectors contain a total of 4 observations BEGIN MATRICES= GROUP 1 ; F FULL 1 1 ! FREQUENCY G FULL 1 4 =G2 ! TO SELECT ASCERTAINMENT PROBABILITY P FULL 1 1 ! ASCERTAINMENT PROBABILITY P T FULL 1 1 ! THRESHOLD END MATRICES; SPECIFY F FREQ MATRIX G 1 1 1 1 SPECIFY G ASC 0 ASC 0 SPECIFY P PIHAT SPECIFY T THRESHOLD BEGIN ALGEBRA; S= (P) _ (P) _ P+P-P*P ; ! VECTOR OF ASCERTAINMENT PROBABILITIES K= (P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U); END ALGEBRA: COVARIANCES L; THRESHOLDS T|T ; FREQUENCY F ; ! pihat is 1 but -- not sampled WEIGHT \PART(S,G)%K ; OPTIONS RSIDUAL NDECIMALS=4 OPTION JIGGLE FUNC=1.E-12 END The following MX script lines were read for group 24 Note: repeat section completed GROUP 24 CONSTRAINT CONSTRAINT BEGIN MATRICES = GROUP 2 U UNIT 1 1 *** WARNING! *** Matrix was previously defined for this group. Mx will redefine END MATRICES; CONSTRAINT U = A+C+E+D; OPTION MULTIPLE ISSAT END Summary of VL file data for group 2 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4089 0.0001 5.5000 1.5000 1.0000 0.5000 Variance 0.0000 0.0000 2.2500 0.2500 0.0000 0.2500 Minimum 2.4089 0.0001 4.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.0001 7.0000 2.0000 1.0000 1.0000 Summary of VL file data for group 3 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4089 0.0001 13.5000 1.5000 1.0000 0.5000 Variance 0.0000 0.0000 90.2500 0.2500 0.0000 0.2500 Minimum 2.4089 0.0001 4.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.0001 23.0000 2.0000 1.0000 1.0000 Summary of VL file data for group 4 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 Mean 2.4089 0.1110 13.6667 2.0000 1.0000 0.6667 Variance 0.0000 0.0000 77.5556 0.6667 0.0000 0.2222 Minimum 2.4089 0.1110 6.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.1110 26.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 5 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 Mean 2.4089 0.1110 20.3333 2.0000 1.0000 0.6667 Variance 0.0000 0.0000 366.2222 0.6667 0.0000 0.2222 Minimum 2.4089 0.1110 3.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.1110 47.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 6 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 Mean 2.4089 0.4240 58.0000 2.0000 1.0000 0.6667 Variance 0.0000 0.0000 88.6667 0.6667 0.0000 0.2222 Minimum 2.4089 0.4240 49.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.4240 71.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 7 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 Mean 2.4089 0.4240 172.3333 2.0000 1.0000 0.6667 Variance 0.0000 0.000042554.8889 0.6667 0.0000 0.2222 Minimum 2.4089 0.4240 21.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.4240 464.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 8 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4066 0.9999 34.5000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 12.2500 1.0000 0.0000 0.2500 Minimum 2.4066 0.9999 31.0000 1.0000 1.0000 0.0000 Maximum 2.4066 0.9999 38.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 9 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4066 0.9999 48.0000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 1156.0000 1.0000 0.0000 0.2500 Minimum 2.4066 0.9999 14.0000 1.0000 1.0000 0.0000 Maximum 2.4066 0.9999 82.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 10 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4135 0.9999 11.5000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 6.2500 1.0000 0.0000 0.2500 Minimum 2.4135 0.9999 9.0000 1.0000 1.0000 0.0000 Maximum 2.4135 0.9999 14.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 11 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4135 0.9999 21.5000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 90.2500 1.0000 0.0000 0.2500 Minimum 2.4135 0.9999 12.0000 1.0000 1.0000 0.0000 Maximum 2.4135 0.9999 31.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 12 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 1.8250 0.9999 10.5000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 12.2500 1.0000 0.0000 0.2500 Minimum 1.8250 0.9999 7.0000 1.0000 1.0000 0.0000 Maximum 1.8250 0.9999 14.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 13 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 1.8250 0.9999 21.0000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 225.0000 1.0000 0.0000 0.2500 Minimum 1.8250 0.9999 6.0000 1.0000 1.0000 0.0000 Maximum 1.8250 0.9999 36.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 14 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 Mean 2.0465 0.9999 1977.6667 1.6667 0.6667 0.3333 Variance 0.0000 0.0000********** 0.8889 0.2222 0.2222 Minimum 2.0465 0.9999 60.0000 1.0000 0.0000 0.0000 Maximum 2.0465 0.9999 5739.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 15 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 Mean 2.0465 0.9999 2518.0000 1.6667 0.6667 0.3333 Variance 0.0000 0.0000********** 0.8889 0.2222 0.2222 Minimum 2.0465 0.9999 18.0000 1.0000 0.0000 0.0000 Maximum 2.0465 0.9999 7277.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 16 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4089 0.9999 15.5000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 0.2500 1.0000 0.0000 0.2500 Minimum 2.4089 0.9999 15.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.9999 16.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 17 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4089 0.9999 14.0000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 169.0000 1.0000 0.0000 0.2500 Minimum 2.4089 0.9999 1.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.9999 27.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 18 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4089 0.0001 7.0000 1.5000 1.0000 0.5000 Variance 0.0000 0.0000 16.0000 0.2500 0.0000 0.2500 Minimum 2.4089 0.0001 3.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.0001 11.0000 2.0000 1.0000 1.0000 Summary of VL file data for group 19 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4089 0.0001 6.0000 1.5000 1.0000 0.5000 Variance 0.0000 0.0000 16.0000 0.2500 0.0000 0.2500 Minimum 2.4089 0.0001 2.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.0001 10.0000 2.0000 1.0000 1.0000 Summary of VL file data for group 20 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 Mean 2.0990 0.9999 623.7500 1.5000 0.5000 0.5000 Variance 0.0000 0.0000********** 0.7500 0.2500 0.2500 Minimum 2.0990 0.9999 20.0000 1.0000 0.0000 0.0000 Maximum 2.0990 0.9999 2428.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 21 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 Mean 2.0990 0.9999 1344.5000 1.5000 0.5000 0.5000 Variance 0.0000 0.0000********** 0.7500 0.2500 0.2500 Minimum 2.0990 0.9999 9.0000 1.0000 0.0000 0.0000 Maximum 2.0990 0.9999 5192.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 22 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 Mean 2.2603 0.4670 16.6667 2.0000 1.0000 0.6667 Variance 0.0000 0.0000 80.2222 0.6667 0.0000 0.2222 Minimum 2.2603 0.4670 8.0000 1.0000 1.0000 0.0000 Maximum 2.2603 0.4670 29.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 23 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.2603 0.4670 29.0000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 784.0000 1.0000 0.0000 0.2500 Minimum 2.2603 0.4670 1.0000 1.0000 1.0000 0.0000 Maximum 2.2603 0.4670 57.0000 3.0000 1.0000 1.0000 PARAMETER SPECIFICATIONS GROUP NUMBER: 1 G1: Model parameters MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 2 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 3 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 4 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 5 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 6 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 7 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 8 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 9 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 10 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 11 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 12 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 13 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 14 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 15 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 16 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 17 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 18 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 19 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 20 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 21 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 22 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 23 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 24 Group 24 Constraint MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 Mx starting optimization; number of parameters = 3 *** 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 G1: Model parameters MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 GROUP NUMBER: 2 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX F This is a FULL matrix of order 1 by 1 1 1 7.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0000 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.0001 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.0001 2 0.0001 3 0.0002 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9218 1.0000 Function value of this group: 29.8087 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 3 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX F This is a FULL matrix of order 1 by 1 1 1 4.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0000 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.0001 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.0001 2 0.0001 3 0.0002 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.5216 1.0000 Function value of this group: 60.1616 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 4 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX F This is a FULL matrix of order 1 by 1 1 1 6.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0017 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.1110 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.1110 2 0.1110 3 0.2097 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9218 1.0000 Function value of this group: 96.9144 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 5 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX F This is a FULL matrix of order 1 by 1 1 1 3.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0018 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.1110 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.1110 2 0.1110 3 0.2097 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.5216 1.0000 Function value of this group: 150.1382 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 6 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX F This is a FULL matrix of order 1 by 1 1 1 71.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0059 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.4240 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.4240 2 0.4240 3 0.6682 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9218 1.0000 Function value of this group: 355.1011 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 7 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX F This is a FULL matrix of order 1 by 1 1 1 32.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0066 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.4240 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.4240 2 0.4240 3 0.6682 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.5216 1.0000 Function value of this group: 1004.1865 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 8 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX F This is a FULL matrix of order 1 by 1 1 1 31.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0114 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4066 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4066 2.4066 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9218 1.0000 Function value of this group: 148.0590 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 9 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX F This is a FULL matrix of order 1 by 1 1 1 14.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0151 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4066 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4066 2.4066 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.5216 1.0000 Function value of this group: 200.1696 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 10 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX F This is a FULL matrix of order 1 by 1 1 1 14.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0112 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4135 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4135 2.4135 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9218 1.0000 Function value of this group: 46.9735 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 11 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX F This is a FULL matrix of order 1 by 1 1 1 12.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0148 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4135 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4135 2.4135 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.5216 1.0000 Function value of this group: 111.6040 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 12 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX F This is a FULL matrix of order 1 by 1 1 1 7.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0457 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 1.8250 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 1.8250 1.8250 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9218 1.0000 Function value of this group: 48.1779 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 13 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX F This is a FULL matrix of order 1 by 1 1 1 6.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0605 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 1.8250 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 1.8250 1.8250 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.5216 1.0000 Function value of this group: 84.4772 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 14 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX F This is a FULL matrix of order 1 by 1 1 1 60.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0279 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.0465 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.0465 2.0465 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9218 1.0000 Function value of this group: 2156.7091 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 15 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX F This is a FULL matrix of order 1 by 1 1 1 18.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0370 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.0465 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.0465 2.0465 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.5216 1.0000 Function value of this group: 2871.8102 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 16 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX F This is a FULL matrix of order 1 by 1 1 1 15.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0114 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9218 1.0000 Function value of this group: 65.8192 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 17 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX F This is a FULL matrix of order 1 by 1 1 1 1.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0150 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.5216 1.0000 Function value of this group: 46.6447 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 18 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX F This is a FULL matrix of order 1 by 1 1 1 11.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 2.0000 1.0000 2.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0000 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.0001 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.0001 2 0.0001 3 0.0002 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9218 1.0000 Function value of this group: 36.5683 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 19 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX F This is a FULL matrix of order 1 by 1 1 1 2.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0000 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.0001 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.0001 2 0.0001 3 0.0002 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.5216 1.0000 Function value of this group: 27.5854 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 20 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX F This is a FULL matrix of order 1 by 1 1 1 20.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0247 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.0990 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.0990 2.0990 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9218 1.0000 Function value of this group: 770.6369 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 21 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX F This is a FULL matrix of order 1 by 1 1 1 9.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0327 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.0990 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.0990 2.0990 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.5216 1.0000 Function value of this group: 1940.7911 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 22 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX F This is a FULL matrix of order 1 by 1 1 1 13.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0096 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.4670 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.4670 2 0.4670 3 0.7159 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.2603 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.2603 2.2603 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9218 1.0000 Function value of this group: 117.7074 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 23 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX F This is a FULL matrix of order 1 by 1 1 1 1.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0107 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.4670 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.4670 2 0.4670 3 0.7159 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.2603 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.2603 2.2603 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.5216 1.0000 Function value of this group: 97.7179 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 24 Group 24 Constraint MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8004 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1214 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0782 MATRIX F This is a FULL matrix of order 1 by 1 1 1 7.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0000 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5216 2 0.5216 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9218 2 0.9218 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.0001 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.0001 2 0.0001 3 0.0002 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8946 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.3484 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2797 *** WARNING! *** Minimization may not be successful. See above CODE GREEN - it probably was OK Your model has 3 estimated parameters and 111 Observed statistics Observed statistics include 1 constraints. -2 times log-likelihood of data >>> 10467.762 Degrees of freedom >>>>>>>>>>>>>>>> 108 This problem used 2.0% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.64 Execution 0: 0: 0: 0.50 TOTAL 0: 0: 0: 1.14 Total number of warnings issued: 3 ______________________________________________________________________________ Multiple fit option in effect. The following MX script lines have been read: DROP @0.945304183847717877009224 X 1 1 1 END Summary of VL file data for group 2 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4089 0.0001 5.5000 1.5000 1.0000 0.5000 Variance 0.0000 0.0000 2.2500 0.2500 0.0000 0.2500 Minimum 2.4089 0.0001 4.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.0001 7.0000 2.0000 1.0000 1.0000 Summary of VL file data for group 3 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4089 0.0001 13.5000 1.5000 1.0000 0.5000 Variance 0.0000 0.0000 90.2500 0.2500 0.0000 0.2500 Minimum 2.4089 0.0001 4.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.0001 23.0000 2.0000 1.0000 1.0000 Summary of VL file data for group 4 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 Mean 2.4089 0.1110 13.6667 2.0000 1.0000 0.6667 Variance 0.0000 0.0000 77.5556 0.6667 0.0000 0.2222 Minimum 2.4089 0.1110 6.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.1110 26.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 5 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 Mean 2.4089 0.1110 20.3333 2.0000 1.0000 0.6667 Variance 0.0000 0.0000 366.2222 0.6667 0.0000 0.2222 Minimum 2.4089 0.1110 3.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.1110 47.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 6 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 Mean 2.4089 0.4240 58.0000 2.0000 1.0000 0.6667 Variance 0.0000 0.0000 88.6667 0.6667 0.0000 0.2222 Minimum 2.4089 0.4240 49.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.4240 71.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 7 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 Mean 2.4089 0.4240 172.3333 2.0000 1.0000 0.6667 Variance 0.0000 0.000042554.8889 0.6667 0.0000 0.2222 Minimum 2.4089 0.4240 21.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.4240 464.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 8 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4066 0.9999 34.5000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 12.2500 1.0000 0.0000 0.2500 Minimum 2.4066 0.9999 31.0000 1.0000 1.0000 0.0000 Maximum 2.4066 0.9999 38.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 9 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4066 0.9999 48.0000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 1156.0000 1.0000 0.0000 0.2500 Minimum 2.4066 0.9999 14.0000 1.0000 1.0000 0.0000 Maximum 2.4066 0.9999 82.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 10 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4135 0.9999 11.5000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 6.2500 1.0000 0.0000 0.2500 Minimum 2.4135 0.9999 9.0000 1.0000 1.0000 0.0000 Maximum 2.4135 0.9999 14.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 11 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4135 0.9999 21.5000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 90.2500 1.0000 0.0000 0.2500 Minimum 2.4135 0.9999 12.0000 1.0000 1.0000 0.0000 Maximum 2.4135 0.9999 31.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 12 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 1.8250 0.9999 10.5000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 12.2500 1.0000 0.0000 0.2500 Minimum 1.8250 0.9999 7.0000 1.0000 1.0000 0.0000 Maximum 1.8250 0.9999 14.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 13 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 1.8250 0.9999 21.0000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 225.0000 1.0000 0.0000 0.2500 Minimum 1.8250 0.9999 6.0000 1.0000 1.0000 0.0000 Maximum 1.8250 0.9999 36.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 14 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 Mean 2.0465 0.9999 1977.6667 1.6667 0.6667 0.3333 Variance 0.0000 0.0000********** 0.8889 0.2222 0.2222 Minimum 2.0465 0.9999 60.0000 1.0000 0.0000 0.0000 Maximum 2.0465 0.9999 5739.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 15 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 Mean 2.0465 0.9999 2518.0000 1.6667 0.6667 0.3333 Variance 0.0000 0.0000********** 0.8889 0.2222 0.2222 Minimum 2.0465 0.9999 18.0000 1.0000 0.0000 0.0000 Maximum 2.0465 0.9999 7277.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 16 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4089 0.9999 15.5000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 0.2500 1.0000 0.0000 0.2500 Minimum 2.4089 0.9999 15.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.9999 16.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 17 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4089 0.9999 14.0000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 169.0000 1.0000 0.0000 0.2500 Minimum 2.4089 0.9999 1.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.9999 27.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 18 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4089 0.0001 7.0000 1.5000 1.0000 0.5000 Variance 0.0000 0.0000 16.0000 0.2500 0.0000 0.2500 Minimum 2.4089 0.0001 3.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.0001 11.0000 2.0000 1.0000 1.0000 Summary of VL file data for group 19 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4089 0.0001 6.0000 1.5000 1.0000 0.5000 Variance 0.0000 0.0000 16.0000 0.2500 0.0000 0.2500 Minimum 2.4089 0.0001 2.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.0001 10.0000 2.0000 1.0000 1.0000 Summary of VL file data for group 20 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 Mean 2.0990 0.9999 623.7500 1.5000 0.5000 0.5000 Variance 0.0000 0.0000********** 0.7500 0.2500 0.2500 Minimum 2.0990 0.9999 20.0000 1.0000 0.0000 0.0000 Maximum 2.0990 0.9999 2428.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 21 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 Mean 2.0990 0.9999 1344.5000 1.5000 0.5000 0.5000 Variance 0.0000 0.0000********** 0.7500 0.2500 0.2500 Minimum 2.0990 0.9999 9.0000 1.0000 0.0000 0.0000 Maximum 2.0990 0.9999 5192.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 22 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 Mean 2.2603 0.4670 16.6667 2.0000 1.0000 0.6667 Variance 0.0000 0.0000 80.2222 0.6667 0.0000 0.2222 Minimum 2.2603 0.4670 8.0000 1.0000 1.0000 0.0000 Maximum 2.2603 0.4670 29.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 23 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.2603 0.4670 29.0000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 784.0000 1.0000 0.0000 0.2500 Minimum 2.2603 0.4670 1.0000 1.0000 1.0000 0.0000 Maximum 2.2603 0.4670 57.0000 3.0000 1.0000 1.0000 PARAMETER SPECIFICATIONS GROUP NUMBER: 1 G1: Model parameters MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 2 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 3 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 4 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 5 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 6 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 7 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 8 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 9 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 10 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 11 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 12 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 13 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 14 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 15 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 16 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 17 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 18 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 19 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 20 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 21 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 22 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 23 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 24 Group 24 Constraint MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 Mx starting optimization; number of parameters = 2 MX PARAMETER ESTIMATES GROUP NUMBER: 1 G1: Model parameters MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 GROUP NUMBER: 2 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX F This is a FULL matrix of order 1 by 1 1 1 7.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0000 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.0001 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.0001 2 0.0001 3 0.0002 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9265 1.0000 Function value of this group: 29.7549 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 3 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX F This is a FULL matrix of order 1 by 1 1 1 4.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0000 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.0001 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.0001 2 0.0001 3 0.0002 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.4797 1.0000 Function value of this group: 60.4623 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 4 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX F This is a FULL matrix of order 1 by 1 1 1 6.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0017 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.1110 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.1110 2 0.1110 3 0.2097 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9265 1.0000 Function value of this group: 96.0672 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 5 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX F This is a FULL matrix of order 1 by 1 1 1 3.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0018 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.1110 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.1110 2 0.1110 3 0.2097 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.4797 1.0000 Function value of this group: 152.8606 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 6 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX F This is a FULL matrix of order 1 by 1 1 1 71.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0059 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.4240 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.4240 2 0.4240 3 0.6682 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9265 1.0000 Function value of this group: 352.3053 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 7 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX F This is a FULL matrix of order 1 by 1 1 1 32.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0066 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.4240 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.4240 2 0.4240 3 0.6682 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.4797 1.0000 Function value of this group: 1005.4142 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 8 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX F This is a FULL matrix of order 1 by 1 1 1 31.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0113 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4066 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4066 2.4066 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9265 1.0000 Function value of this group: 147.8306 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 9 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX F This is a FULL matrix of order 1 by 1 1 1 14.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0152 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4066 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4066 2.4066 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.4797 1.0000 Function value of this group: 203.2011 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 10 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX F This is a FULL matrix of order 1 by 1 1 1 14.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0111 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4135 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4135 2.4135 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9265 1.0000 Function value of this group: 46.5292 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 11 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX F This is a FULL matrix of order 1 by 1 1 1 12.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0149 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4135 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4135 2.4135 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.4797 1.0000 Function value of this group: 115.1784 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 12 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX F This is a FULL matrix of order 1 by 1 1 1 7.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0454 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 1.8250 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 1.8250 1.8250 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9265 1.0000 Function value of this group: 48.4856 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 13 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX F This is a FULL matrix of order 1 by 1 1 1 6.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0613 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 1.8250 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 1.8250 1.8250 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.4797 1.0000 Function value of this group: 84.8014 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 14 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX F This is a FULL matrix of order 1 by 1 1 1 60.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0277 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.0465 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.0465 2.0465 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9265 1.0000 Function value of this group: 2160.0022 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 15 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX F This is a FULL matrix of order 1 by 1 1 1 18.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0375 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.0465 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.0465 2.0465 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.4797 1.0000 Function value of this group: 2869.3307 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 16 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX F This is a FULL matrix of order 1 by 1 1 1 15.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0113 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9265 1.0000 Function value of this group: 65.6087 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 17 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX F This is a FULL matrix of order 1 by 1 1 1 1.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0151 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.4797 1.0000 Function value of this group: 46.3475 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 18 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX F This is a FULL matrix of order 1 by 1 1 1 11.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 2.0000 1.0000 2.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0000 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.0001 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.0001 2 0.0001 3 0.0002 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9265 1.0000 Function value of this group: 36.2911 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 19 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX F This is a FULL matrix of order 1 by 1 1 1 2.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0000 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.0001 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.0001 2 0.0001 3 0.0002 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.4797 1.0000 Function value of this group: 27.8043 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 20 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX F This is a FULL matrix of order 1 by 1 1 1 20.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0245 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.0990 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.0990 2.0990 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9265 1.0000 Function value of this group: 771.7339 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 21 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX F This is a FULL matrix of order 1 by 1 1 1 9.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0331 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.0990 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.0990 2.0990 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.4797 1.0000 Function value of this group: 1938.0534 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 22 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX F This is a FULL matrix of order 1 by 1 1 1 13.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0095 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.4670 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.4670 2 0.4670 3 0.7159 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.2603 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.2603 2.2603 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9265 1.0000 Function value of this group: 118.2976 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 23 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX F This is a FULL matrix of order 1 by 1 1 1 1.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0108 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.4670 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.4670 2 0.4670 3 0.7159 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.2603 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.2603 2.2603 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.4797 1.0000 Function value of this group: 95.7827 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 24 Group 24 Constraint MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.8936 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.0329 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0735 MATRIX F This is a FULL matrix of order 1 by 1 1 1 7.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0000 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.4797 2 0.4797 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9265 2 0.9265 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.0001 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.0001 2 0.0001 3 0.0002 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.9453 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.1815 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2711 Your model has 2 estimated parameters and 111 Observed statistics Observed statistics include 1 constraints. -2 times log-likelihood of data >>> 10472.143 Degrees of freedom >>>>>>>>>>>>>>>> 109 Saturated model fit* >>>>>>>>>>> 10467.762 Saturated model df* >>>>>>>>>>> 108 Difference Chi-squared >>>>>>>> 4.381 Difference d.f. >>>>>>>>>>>>>>> 1 Probability >>>>>>>>>>>>>>>>>>>> 0.036 Akaike's Information Criterion > 2.381 * Saturated model statistic computed earlier in this job This problem used 2.0% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.00 Execution 0: 0: 0: 0.30 TOTAL 0: 0: 0: 0.30 Total number of warnings issued: 3 ______________________________________________________________________________ Multiple fit option in effect. The following MX script lines have been read: MATRIX 1 X 0.8496469855181032771696 END Summary of VL file data for group 2 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4089 0.0001 5.5000 1.5000 1.0000 0.5000 Variance 0.0000 0.0000 2.2500 0.2500 0.0000 0.2500 Minimum 2.4089 0.0001 4.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.0001 7.0000 2.0000 1.0000 1.0000 Summary of VL file data for group 3 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4089 0.0001 13.5000 1.5000 1.0000 0.5000 Variance 0.0000 0.0000 90.2500 0.2500 0.0000 0.2500 Minimum 2.4089 0.0001 4.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.0001 23.0000 2.0000 1.0000 1.0000 Summary of VL file data for group 4 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 Mean 2.4089 0.1110 13.6667 2.0000 1.0000 0.6667 Variance 0.0000 0.0000 77.5556 0.6667 0.0000 0.2222 Minimum 2.4089 0.1110 6.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.1110 26.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 5 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 Mean 2.4089 0.1110 20.3333 2.0000 1.0000 0.6667 Variance 0.0000 0.0000 366.2222 0.6667 0.0000 0.2222 Minimum 2.4089 0.1110 3.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.1110 47.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 6 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 Mean 2.4089 0.4240 58.0000 2.0000 1.0000 0.6667 Variance 0.0000 0.0000 88.6667 0.6667 0.0000 0.2222 Minimum 2.4089 0.4240 49.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.4240 71.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 7 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 Mean 2.4089 0.4240 172.3333 2.0000 1.0000 0.6667 Variance 0.0000 0.000042554.8889 0.6667 0.0000 0.2222 Minimum 2.4089 0.4240 21.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.4240 464.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 8 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4066 0.9999 34.5000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 12.2500 1.0000 0.0000 0.2500 Minimum 2.4066 0.9999 31.0000 1.0000 1.0000 0.0000 Maximum 2.4066 0.9999 38.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 9 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4066 0.9999 48.0000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 1156.0000 1.0000 0.0000 0.2500 Minimum 2.4066 0.9999 14.0000 1.0000 1.0000 0.0000 Maximum 2.4066 0.9999 82.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 10 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4135 0.9999 11.5000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 6.2500 1.0000 0.0000 0.2500 Minimum 2.4135 0.9999 9.0000 1.0000 1.0000 0.0000 Maximum 2.4135 0.9999 14.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 11 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4135 0.9999 21.5000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 90.2500 1.0000 0.0000 0.2500 Minimum 2.4135 0.9999 12.0000 1.0000 1.0000 0.0000 Maximum 2.4135 0.9999 31.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 12 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 1.8250 0.9999 10.5000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 12.2500 1.0000 0.0000 0.2500 Minimum 1.8250 0.9999 7.0000 1.0000 1.0000 0.0000 Maximum 1.8250 0.9999 14.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 13 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 1.8250 0.9999 21.0000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 225.0000 1.0000 0.0000 0.2500 Minimum 1.8250 0.9999 6.0000 1.0000 1.0000 0.0000 Maximum 1.8250 0.9999 36.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 14 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 Mean 2.0465 0.9999 1977.6667 1.6667 0.6667 0.3333 Variance 0.0000 0.0000********** 0.8889 0.2222 0.2222 Minimum 2.0465 0.9999 60.0000 1.0000 0.0000 0.0000 Maximum 2.0465 0.9999 5739.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 15 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 Mean 2.0465 0.9999 2518.0000 1.6667 0.6667 0.3333 Variance 0.0000 0.0000********** 0.8889 0.2222 0.2222 Minimum 2.0465 0.9999 18.0000 1.0000 0.0000 0.0000 Maximum 2.0465 0.9999 7277.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 16 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4089 0.9999 15.5000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 0.2500 1.0000 0.0000 0.2500 Minimum 2.4089 0.9999 15.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.9999 16.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 17 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4089 0.9999 14.0000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 169.0000 1.0000 0.0000 0.2500 Minimum 2.4089 0.9999 1.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.9999 27.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 18 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4089 0.0001 7.0000 1.5000 1.0000 0.5000 Variance 0.0000 0.0000 16.0000 0.2500 0.0000 0.2500 Minimum 2.4089 0.0001 3.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.0001 11.0000 2.0000 1.0000 1.0000 Summary of VL file data for group 19 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.4089 0.0001 6.0000 1.5000 1.0000 0.5000 Variance 0.0000 0.0000 16.0000 0.2500 0.0000 0.2500 Minimum 2.4089 0.0001 2.0000 1.0000 1.0000 0.0000 Maximum 2.4089 0.0001 10.0000 2.0000 1.0000 1.0000 Summary of VL file data for group 20 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 Mean 2.0990 0.9999 623.7500 1.5000 0.5000 0.5000 Variance 0.0000 0.0000********** 0.7500 0.2500 0.2500 Minimum 2.0990 0.9999 20.0000 1.0000 0.0000 0.0000 Maximum 2.0990 0.9999 2428.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 21 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 Mean 2.0990 0.9999 1344.5000 1.5000 0.5000 0.5000 Variance 0.0000 0.0000********** 0.7500 0.2500 0.2500 Minimum 2.0990 0.9999 9.0000 1.0000 0.0000 0.0000 Maximum 2.0990 0.9999 5192.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 22 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 Mean 2.2603 0.4670 16.6667 2.0000 1.0000 0.6667 Variance 0.0000 0.0000 80.2222 0.6667 0.0000 0.2222 Minimum 2.2603 0.4670 8.0000 1.0000 1.0000 0.0000 Maximum 2.2603 0.4670 29.0000 3.0000 1.0000 1.0000 Summary of VL file data for group 23 THRESHOLD PIHAT FREQ ASC TWIN1 TWIN2 Code -4.0000 -3.0000 -2.0000 -1.0000 1.0000 2.0000 Number 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 Mean 2.2603 0.4670 29.0000 2.0000 1.0000 0.5000 Variance 0.0000 0.0000 784.0000 1.0000 0.0000 0.2500 Minimum 2.2603 0.4670 1.0000 1.0000 1.0000 0.0000 Maximum 2.2603 0.4670 57.0000 3.0000 1.0000 1.0000 PARAMETER SPECIFICATIONS GROUP NUMBER: 1 G1: Model parameters MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 2 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 3 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 4 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 5 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 6 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 7 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 8 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 9 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 10 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 11 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 12 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 13 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 14 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 15 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 16 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 17 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 18 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 19 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 20 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 21 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 22 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 23 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 24 Group 24 Constraint MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX C This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 1 1 1 -2 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 -1 0 -1 0 MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX J This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX M This is a computed FULL matrix of order 2 by 2 It has no free parameters specified MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 -3 MATRIX Q This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 3 by 1 It has no free parameters specified MATRIX T This is a FULL matrix of order 1 by 1 1 1 -4 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 It has no free parameters specified MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 Mx starting optimization; number of parameters = 2 MX PARAMETER ESTIMATES GROUP NUMBER: 1 G1: Model parameters MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 GROUP NUMBER: 2 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX F This is a FULL matrix of order 1 by 1 1 1 7.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0000 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.0001 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.0001 2 0.0001 3 0.0002 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9168 1.0000 Function value of this group: 29.8770 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 3 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX F This is a FULL matrix of order 1 by 1 1 1 4.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0000 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.0001 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.0001 2 0.0001 3 0.0002 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.5558 1.0000 Function value of this group: 60.0817 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 4 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX F This is a FULL matrix of order 1 by 1 1 1 6.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0017 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.1110 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.1110 2 0.1110 3 0.2097 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9168 1.0000 Function value of this group: 97.8244 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 5 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX F This is a FULL matrix of order 1 by 1 1 1 3.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0018 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.1110 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.1110 2 0.1110 3 0.2097 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.5558 1.0000 Function value of this group: 148.2833 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 6 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX F This is a FULL matrix of order 1 by 1 1 1 71.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0060 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.4240 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.4240 2 0.4240 3 0.6682 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9168 1.0000 Function value of this group: 358.1567 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 7 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX F This is a FULL matrix of order 1 by 1 1 1 32.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0066 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.4240 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.4240 2 0.4240 3 0.6682 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.5558 1.0000 Function value of this group: 1005.8085 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 8 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX F This is a FULL matrix of order 1 by 1 1 1 31.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0115 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4066 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4066 2.4066 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9168 1.0000 Function value of this group: 148.3765 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 9 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX F This is a FULL matrix of order 1 by 1 1 1 14.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0149 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4066 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4066 2.4066 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.5558 1.0000 Function value of this group: 198.0425 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 10 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX F This is a FULL matrix of order 1 by 1 1 1 14.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0113 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4135 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4135 2.4135 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9168 1.0000 Function value of this group: 47.4524 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 11 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX F This is a FULL matrix of order 1 by 1 1 1 12.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0146 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4135 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4135 2.4135 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.5558 1.0000 Function value of this group: 108.8516 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 12 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX F This is a FULL matrix of order 1 by 1 1 1 7.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0461 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 1.8250 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 1.8250 1.8250 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9168 1.0000 Function value of this group: 47.8898 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 13 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX F This is a FULL matrix of order 1 by 1 1 1 6.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0597 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 1.8250 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 1.8250 1.8250 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.5558 1.0000 Function value of this group: 84.3623 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 14 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX F This is a FULL matrix of order 1 by 1 1 1 60.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0282 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.0465 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.0465 2.0465 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9168 1.0000 Function value of this group: 2153.6194 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 15 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX F This is a FULL matrix of order 1 by 1 1 1 18.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0366 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.0465 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.0465 2.0465 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.5558 1.0000 Function value of this group: 2874.9043 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 16 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX F This is a FULL matrix of order 1 by 1 1 1 15.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0114 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9168 1.0000 Function value of this group: 66.0712 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 17 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX F This is a FULL matrix of order 1 by 1 1 1 1.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0148 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.5558 1.0000 Function value of this group: 46.9835 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 18 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX F This is a FULL matrix of order 1 by 1 1 1 11.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 2.0000 1.0000 2.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0000 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.0001 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.0001 2 0.0001 3 0.0002 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9168 1.0000 Function value of this group: 36.8666 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 19 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX F This is a FULL matrix of order 1 by 1 1 1 2.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0000 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.0001 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.0001 2 0.0001 3 0.0002 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.4089 2.4089 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.5558 1.0000 Function value of this group: 27.4805 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 20 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX F This is a FULL matrix of order 1 by 1 1 1 20.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0249 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.0990 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.0990 2.0990 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9168 1.0000 Function value of this group: 769.6122 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 21 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX F This is a FULL matrix of order 1 by 1 1 1 9.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0323 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.9999 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.9999 2 0.9999 3 1.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.0990 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.0990 2.0990 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.5558 1.0000 Function value of this group: 1943.7659 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 22 G2: MZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX F This is a FULL matrix of order 1 by 1 1 1 13.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0096 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.4670 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.4670 2 0.4670 3 0.7159 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.2603 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.2603 2.2603 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.9168 1.0000 Function value of this group: 117.1712 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 23 G3: DZ twin pairs MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX F This is a FULL matrix of order 1 by 1 1 1 1.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX K This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(L_O|O_T|T_T|T_U|U)] 1 1 0.0107 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.4670 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.4670 2 0.4670 3 0.7159 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.2603 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 Matrix of EXPECTED thresholds TWIN1 TWIN2 Threshold 1 2.2603 2.2603 (OBSERVED MATRIX is nonexistent for raw data) EXPECTED COVARIANCE MATRIX TWIN1 TWIN2 TWIN1 1.0000 TWIN2 0.5558 1.0000 Function value of this group: 99.5834 Where the fit function is -2 * Log-likelihood of raw ordinal GROUP NUMBER: 24 Group 24 Constraint MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.7219 MATRIX C This is a computed FULL matrix of order 1 by 1 [=Y*Y'] 1 1 0.1949 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.0000 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.0832 MATRIX F This is a FULL matrix of order 1 by 1 1 1 7.0000 MATRIX G This is a FULL matrix of order 1 by 4 1 2 3 4 1 3.0000 1.0000 3.0000 1.0000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.5000 MATRIX J This is a computed FULL matrix of order 1 by 1 [=(P+P)*\MNOR(U_O_T_T_U)-P*P*\MNOR(M_O|O_T|T_T|T_U|U)] 1 1 0.0000 MATRIX L This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|H@A+C+Q@D_H@A+C+Q@D|A+C+D+E] 1 2 1 1.0000 0.5558 2 0.5558 1.0000 MATRIX M This is a computed FULL matrix of order 2 by 2 [=A+C+D+E|A+C+D_A+C+D|A+C+D+E] 1 2 1 1.0000 0.9168 2 0.9168 1.0000 MATRIX O This is a NULL matrix of order 1 by 1 MATRIX P This is a FULL matrix of order 1 by 1 1 1 0.0001 MATRIX Q This is a FULL matrix of order 1 by 1 1 1 0.2500 MATRIX S This is a computed FULL matrix of order 3 by 1 [=(P)_(P)_P+P-P*P] 1 1 0.0001 2 0.0001 3 0.0002 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.4089 MATRIX U This is a UNIT matrix of order 1 by 1 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.0000 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.8496 MATRIX Y This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.4414 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.2885 Your model has 2 estimated parameters and 111 Observed statistics Observed statistics include 1 constraints. -2 times log-likelihood of data >>> 10471.065 Degrees of freedom >>>>>>>>>>>>>>>> 109 Saturated model fit* >>>>>>>>>>> 10467.762 Saturated model df* >>>>>>>>>>> 108 Difference Chi-squared >>>>>>>> 3.303 Difference d.f. >>>>>>>>>>>>>>> 1 Probability >>>>>>>>>>>>>>>>>>>> 0.069 Akaike's Information Criterion > 1.303 * Saturated model statistic computed earlier in this job This problem used 2.0% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.00 Execution 0: 0: 0: 0.27 TOTAL 0: 0: 0: 0.27 Total number of warnings issued: 3 ______________________________________________________________________________ ______________________________________________________________________________