!QTL analysis via weighted likelihood of three covariance matrices !Using marker1 !Using MZ and DZ twins !Analysis of platelet count !Twelve year olds The following MX script lines were read for group 1 #DEFINE NVAR 1 #DEFINE NSIB 2 ! NUMBER OF SIBLINGS #NGROUPS 3 Note: #NGroup set number of groups to 3 G1: PARAMETER ESTIMATES CALCULATION BEGIN MATRICES; X LOWER NVAR NVAR FREE !GENETIC BACKGROUND W LOWER NVAR NVAR FREE !DOMINANCE Z LOWER NVAR NVAR FREE !UNIQUE ENVIRONMENT L FULL NVAR 1 FREE !QTL EFFECT M FULL NSIB NVAR FREE !MEANS H FULL 1 1 R FULL 1 1 END MATRICES; SPECIFY M 10 10 MATRIX H .5 MATRIX R .25 BEGIN ALGEBRA; A= X*X'; !ADDITIVE GENETIC VARIANCE D= W*W'; !DOMINANCE VARIANCE E= Z*Z'; !UNIQUE ENVIRONMENTAL VARIANCE Q= L*L'; !VARIANCE DUE TO QTL V= A+Q+D+E; !TOTAL VARIANCE T= A|Q|D|E; !PUT PARAMETERS IN ONE MATRIX FOR STANDARDIZING; S= T@V~; !STANDARDIZED VARIANCE COMPONENT ESTIMATES END ALGEBRA; LABELS ROW S STANDEST LABELS COL S A^2 Q^2 D^2 E^2 LABELS ROW T UNSTANDEST LABELS COL T A^2 Q^2 D^2 E^2 END; The following MX script lines were read for group 2 G2: MONOZYGOTIC TWINS DATA NINPUT=13 RECTANGULAR FILE=MARKER1.DAT NOTE: Rectangular file contained 519 records with data LABELS FAMID INDID1 INDID2 PIBD0 PIBD1 PIBD2 ZYGOSITY PLT11 PLT12 PLT13 PLT21 PLT22 PLT23 SELECT IF ZYGOSITY <3; NOTE: Select if yields 287 data vectors for analysis NOTE: Vectors contain a total of 2962 observations SELECT PLT11 PLT21; BEGIN MATRICES = GROUP 1; NOTE: Selection yields 166 data vectors for analysis NOTE: Vectors contain a total of 328 observations MEANS M; COVARIANCE A+D+Q+E | A+D+Q _ A+D+Q | A+D+Q+E; END; The following MX script lines were read for group 3 G3: DIZYGOTIC TWINS DATA NINPUT=13 NMODEL=3 RECTANGULAR FILE=MARKER1.DAT NOTE: Rectangular file contained 519 records with data LABELS FAMID INDID1 INDID2 PIBD0 PIBD1 PIBD2 ZYGOSITY PLT11 PLT12 PLT13 PLT21 PLT22 PLT23 SELECT IF ZYGOSITY >2; NOTE: Select if yields 232 data vectors for analysis NOTE: Vectors contain a total of 2662 observations SELECT PIBD0 PIBD1 PIBD2 PLT11 PLT21; DEFINITION PIBD0 PIBD1 PIBD2; NOTE: Selection yields 232 data vectors for analysis NOTE: Vectors contain a total of 1079 observations BEGIN MATRICES = GROUP 1; NOTE: Definition yields 193 data vectors for analysis NOTE: Vectors contain a total of 383 observations K FULL 3 1 !IBD PROBABILITIES (FROM GENEHUNTER) I UNIT 3 1 !TO CREATE MEANS FOR ALL MODELS & SIBS END MATRICES; SPECIFY K PIBD0 PIBD1 PIBD2 BEGIN ALGEBRA; U= H@A+R@D; !IBD 0 COVARIANCE (=NON-QTL COVARIANCE) O= U+H@Q; !IBD 1 COVARIANCE P= U+Q; !IBD 2 COVARIANCE Y= V|U_ U|V_ !IBD 0 MATRIX V|O_ O|V_ !IBD 1 MATRIX V|P_ P|V; !IBD 2 MATRIX END ALGEBRA; MEANS I@M; COVARIANCE Y; WEIGHTS K; START 1 ALL START 2.8 M 1 1 1 OPTION NDECIMALS=3 OPTION ITERATIONS=5000 OPTION MULTIPLE ISSAT END Summary of VL file data for group 2 PLT11 PLT21 Code 1.000 2.000 Number 165.000 163.000 Mean 2.849 2.862 Variance 0.293 0.302 Minimum 1.800 1.800 Maximum 4.480 4.580 Summary of VL file data for group 3 PIBD2 PIBD1 PIBD0 PLT11 PLT21 Code -3.000 -2.000 -1.000 1.000 2.000 Number 193.000 193.000 193.000 193.000 190.000 Mean 0.239 0.501 0.260 2.866 2.796 Variance 0.149 0.167 0.139 0.294 0.306 Minimum 0.000 0.000 0.000 1.580 1.480 Maximum 0.996 1.000 1.000 4.410 4.590 PARAMETER SPECIFICATIONS GROUP NUMBER: 1 G1: Parameter Estimates MATRIX A 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 FULL matrix of order 1 by 1 1 1 4 MATRIX M This is a FULL matrix of order 2 by 1 1 1 10 2 10 MATRIX Q This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX R This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX T This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX V This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 2 G2: Monozygotic twins MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX 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 FULL matrix of order 1 by 1 1 1 4 MATRIX M This is a FULL matrix of order 2 by 1 1 1 10 2 10 MATRIX Q This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX R This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX T This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX V This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 3 G3: Dizygotic twins MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX 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 I This is a UNIT matrix of order 3 by 1 MATRIX K This is a FULL matrix of order 3 by 1 1 1 -1 2 -2 3 -3 MATRIX L This is a FULL matrix of order 1 by 1 1 1 4 MATRIX M This is a FULL matrix of order 2 by 1 1 1 10 2 10 MATRIX O This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX P This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX Q This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX R This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX T This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX U This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX V This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a computed FULL matrix of order 6 by 2 It has no free parameters specified MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 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: Parameter Estimates MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.114 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.016 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.045 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.500 MATRIX L This is a FULL matrix of order 1 by 1 1 1 0.356 MATRIX M This is a FULL matrix of order 2 by 1 1 1 2.845 2 2.845 MATRIX Q This is a computed FULL matrix of order 1 by 1 [=L*L'] 1 1 0.127 MATRIX R This is a FULL matrix of order 1 by 1 1 1 0.250 MATRIX S This is a computed FULL matrix of order 1 by 4 [=T@V~] A^2 Q^2 D^2 E^2 STANDEST 0.378 0.421 0.053 0.148 MATRIX T This is a computed FULL matrix of order 1 by 4 [=A|Q|D|E] A^2 Q^2 D^2 E^2 UNSTANDEST 0.114 0.127 0.016 0.045 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+Q+D+E] 1 1 0.301 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.126 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.337 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.211 GROUP NUMBER: 2 G2: Monozygotic twins MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.114 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.016 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.045 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.500 MATRIX L This is a FULL matrix of order 1 by 1 1 1 0.356 MATRIX M This is a FULL matrix of order 2 by 1 1 1 2.845 2 2.845 MATRIX Q This is a computed FULL matrix of order 1 by 1 [=L*L'] 1 1 0.127 MATRIX R This is a FULL matrix of order 1 by 1 1 1 0.250 MATRIX S This is a computed FULL matrix of order 1 by 4 [=T@V~] A^2 Q^2 D^2 E^2 STANDEST 0.378 0.421 0.053 0.148 MATRIX T This is a computed FULL matrix of order 1 by 4 [=A|Q|D|E] A^2 Q^2 D^2 E^2 UNSTANDEST 0.114 0.127 0.016 0.045 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+Q+D+E] 1 1 0.301 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.126 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.337 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.211 GROUP NUMBER: 3 G3: Dizygotic twins MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.114 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.016 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.045 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.500 MATRIX I This is a UNIT matrix of order 3 by 1 MATRIX K This is a FULL matrix of order 3 by 1 1 1 1.000 2 0.000 3 0.000 MATRIX L This is a FULL matrix of order 1 by 1 1 1 0.356 MATRIX M This is a FULL matrix of order 2 by 1 1 1 2.845 2 2.845 MATRIX O This is a computed FULL matrix of order 1 by 1 [=U+H@Q] 1 1 0.124 MATRIX P This is a computed FULL matrix of order 1 by 1 [=U+Q] 1 1 0.187 MATRIX Q This is a computed FULL matrix of order 1 by 1 [=L*L'] 1 1 0.127 MATRIX R This is a FULL matrix of order 1 by 1 1 1 0.250 MATRIX S This is a computed FULL matrix of order 1 by 4 [=T@V~] A^2 Q^2 D^2 E^2 STANDEST 0.378 0.421 0.053 0.148 MATRIX T This is a computed FULL matrix of order 1 by 4 [=A|Q|D|E] A^2 Q^2 D^2 E^2 UNSTANDEST 0.114 0.127 0.016 0.045 MATRIX U This is a computed FULL matrix of order 1 by 1 [=H@A+R@D] 1 1 0.061 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+Q+D+E] 1 1 0.301 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.126 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.337 MATRIX Y This is a computed FULL matrix of order 6 by 2 [=V|U_U|V_V|O_O|V_V|P_P|V] 1 2 1 0.301 0.061 2 0.061 0.301 3 0.301 0.124 4 0.124 0.301 5 0.301 0.187 6 0.187 0.301 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.211 *** WARNING! *** Minimization may not be successful. See above CODE GREEN - it probably was OK Your model has 5 estimated parameters and 711 Observed statistics -2 times log-likelihood of data >>> 914.073 Degrees of freedom >>>>>>>>>>>>>>>> 706 Model number: 1 Model number: 2 Model number: 3 Model number: 1 Model number: 2 Model number: 3 This problem used 13.6% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 1.32 Execution 0: 0: 0: 6.42 TOTAL 0: 0: 0: 7.74 Total number of warnings issued: 2 ______________________________________________________________________________ ! Test significance of QTL effect Multiple fit option in effect. The following MX script lines have been read: DROP L 1 1 1 END Summary of VL file data for group 2 PLT11 PLT21 Code 1.000 2.000 Number 165.000 163.000 Mean 2.849 2.862 Variance 0.293 0.302 Minimum 1.800 1.800 Maximum 4.480 4.580 Summary of VL file data for group 3 PIBD2 PIBD1 PIBD0 PLT11 PLT21 Code -3.000 -2.000 -1.000 1.000 2.000 Number 193.000 193.000 193.000 193.000 190.000 Mean 0.239 0.501 0.260 2.866 2.796 Variance 0.149 0.167 0.139 0.294 0.306 Minimum 0.000 0.000 0.000 1.580 1.480 Maximum 0.996 1.000 1.000 4.410 4.590 PARAMETER SPECIFICATIONS GROUP NUMBER: 1 G1: Parameter Estimates MATRIX A 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 FULL matrix of order 1 by 1 It has no free parameters specified MATRIX M This is a FULL matrix of order 2 by 1 1 1 10 2 10 MATRIX Q This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX R This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX T This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX V This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 2 G2: Monozygotic twins MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX 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 FULL matrix of order 1 by 1 It has no free parameters specified MATRIX M This is a FULL matrix of order 2 by 1 1 1 10 2 10 MATRIX Q This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX R This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX T This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX V This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 3 G3: Dizygotic twins MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX 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 I This is a UNIT matrix of order 3 by 1 MATRIX K This is a FULL matrix of order 3 by 1 1 1 -1 2 -2 3 -3 MATRIX L This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX M This is a FULL matrix of order 2 by 1 1 1 10 2 10 MATRIX O This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX P This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX Q This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX R This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX T This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX U This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX V This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Y This is a computed FULL matrix of order 6 by 2 It has no free parameters specified MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 MX PARAMETER ESTIMATES GROUP NUMBER: 1 G1: Parameter Estimates MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.239 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.016 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.045 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.500 MATRIX L This is a FULL matrix of order 1 by 1 1 1 0.000 MATRIX M This is a FULL matrix of order 2 by 1 1 1 2.843 2 2.843 MATRIX Q This is a computed FULL matrix of order 1 by 1 [=L*L'] 1 1 0.000 MATRIX R This is a FULL matrix of order 1 by 1 1 1 0.250 MATRIX S This is a computed FULL matrix of order 1 by 4 [=T@V~] A^2 Q^2 D^2 E^2 STANDEST 0.798 0.000 0.053 0.149 MATRIX T This is a computed FULL matrix of order 1 by 4 [=A|Q|D|E] A^2 Q^2 D^2 E^2 UNSTANDEST 0.239 0.000 0.016 0.045 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+Q+D+E] 1 1 0.300 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.126 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.489 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.211 GROUP NUMBER: 2 G2: Monozygotic twins MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.239 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.016 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.045 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.500 MATRIX L This is a FULL matrix of order 1 by 1 1 1 0.000 MATRIX M This is a FULL matrix of order 2 by 1 1 1 2.843 2 2.843 MATRIX Q This is a computed FULL matrix of order 1 by 1 [=L*L'] 1 1 0.000 MATRIX R This is a FULL matrix of order 1 by 1 1 1 0.250 MATRIX S This is a computed FULL matrix of order 1 by 4 [=T@V~] A^2 Q^2 D^2 E^2 STANDEST 0.798 0.000 0.053 0.149 MATRIX T This is a computed FULL matrix of order 1 by 4 [=A|Q|D|E] A^2 Q^2 D^2 E^2 UNSTANDEST 0.239 0.000 0.016 0.045 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+Q+D+E] 1 1 0.300 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.126 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.489 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.211 GROUP NUMBER: 3 G3: Dizygotic twins MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.239 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.016 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.045 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.500 MATRIX I This is a UNIT matrix of order 3 by 1 MATRIX K This is a FULL matrix of order 3 by 1 1 1 1.000 2 0.000 3 0.000 MATRIX L This is a FULL matrix of order 1 by 1 1 1 0.000 MATRIX M This is a FULL matrix of order 2 by 1 1 1 2.843 2 2.843 MATRIX O This is a computed FULL matrix of order 1 by 1 [=U+H@Q] 1 1 0.124 MATRIX P This is a computed FULL matrix of order 1 by 1 [=U+Q] 1 1 0.124 MATRIX Q This is a computed FULL matrix of order 1 by 1 [=L*L'] 1 1 0.000 MATRIX R This is a FULL matrix of order 1 by 1 1 1 0.250 MATRIX S This is a computed FULL matrix of order 1 by 4 [=T@V~] A^2 Q^2 D^2 E^2 STANDEST 0.798 0.000 0.053 0.149 MATRIX T This is a computed FULL matrix of order 1 by 4 [=A|Q|D|E] A^2 Q^2 D^2 E^2 UNSTANDEST 0.239 0.000 0.016 0.045 MATRIX U This is a computed FULL matrix of order 1 by 1 [=H@A+R@D] 1 1 0.124 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+Q+D+E] 1 1 0.300 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.126 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.489 MATRIX Y This is a computed FULL matrix of order 6 by 2 [=V|U_U|V_V|O_O|V_V|P_P|V] 1 2 1 0.300 0.124 2 0.124 0.300 3 0.300 0.124 4 0.124 0.300 5 0.300 0.124 6 0.124 0.300 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.211 Your model has 4 estimated parameters and 711 Observed statistics -2 times log-likelihood of data >>> 916.793 Degrees of freedom >>>>>>>>>>>>>>>> 707 Saturated model fit* >>>>>>>>>>> 914.073 Saturated model df* >>>>>>>>>>> 706 Difference Chi-squared >>>>>>>> 2.720 Difference d.f. >>>>>>>>>>>>>>> 1 Probability >>>>>>>>>>>>>>>>>>>> 0.099 Akaike's Information Criterion > 0.720 * Saturated model statistic computed earlier in this job Model number: 1 Model number: 2 Model number: 3 Model number: 1 Model number: 2 Model number: 3 This problem used 13.6% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.00 Execution 0: 0: 0: 5.00 TOTAL 0: 0: 0: 5.00 Total number of warnings issued: 2 ______________________________________________________________________________