** Mx startup successful ** !@human; **MX-PC 1.63h** Job started on 03/05/08 at 15:38:23 #DEFINE NVAR 3 ! N DEPENDENT VARIABLES PER INDIVIDUAL The following MX script lines were read for group 1 G1: SINGLETON (NON-PAIR) DATA DATA NINPUT_VARS=5 NGROUPS=2 ! NUMBER OF VARIABLES PER FAMILY RECTANGULAR FILE=SARAHDATA.TXT ! READ RAW DATA Rectangular continuous data read initiated Note: Maximum ordinal/rectangular record length is: 1000 NOTE: Rectangular file contained 1000 records with data that contained a total of 5000 observations LABELS ID DEPRESSION ANXIETY STRESS SEX SELECT DEPRESSION ANXIETY STRESS ; BEGIN MATRICES; NOTE: Selection yields 1000 data vectors for analysis NOTE: Vectors contain a total of 3000 observations M FULL 1 NVAR FREE ! MEAN L FULL NVAR 1 FREE ! FACTOR LOADINGS R DIAG NVAR NVAR FREE ! RESIDUAL VARIANCE END MATRICES; BEGIN ALGEBRA; C=L*L'+R*R' ; END ALGEBRA; ! START VALUES START 0 M 1 1 M 1 2 M 1 3 START .5 L 1 1 L 2 1 L 3 1 START .5 R 1 1 R 2 2 R 3 3 MEANS M ; ! MEANS MODEL COVARIANCES C ; ! VARIANCE/COVARIANCE MODEL END The following MX script lines were read for group 2 STANDARDIZE CALC BEGIN MATRICES = GROUP 1 ; END MATRICES ; BEGIN ALGEBRA; V = \SQRT(\D2V(C)') ; S = L%V | (\D2V(R)')%V ; END ALGEBRA; END Summary of VL file data for group 1 DEPRESSION ANXIETY STRESS Code 1.0000 2.0000 3.0000 Number 1000.0000 1000.0000 1000.0000 Mean -0.0351 -0.0065 0.0174 Variance 0.9946 0.9106 0.9787 Minimum -3.2516 -2.8722 -2.6573 Maximum 3.1499 3.3609 3.7169 PARAMETER SPECIFICATIONS GROUP NUMBER: 1 G1: Singleton (non-pair) data MATRIX C This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX L This is a FULL matrix of order 3 by 1 1 1 4 2 5 3 6 MATRIX M This is a FULL matrix of order 1 by 3 1 2 3 1 1 2 3 MATRIX R This is a DIAGONAL matrix of order 3 by 3 1 2 3 1 7 2 0 8 3 0 0 9 GROUP NUMBER: 2 Standardize MATRIX C This is a computed FULL matrix of order 3 by 3 It has no free parameters specified MATRIX L This is a FULL matrix of order 3 by 1 1 1 4 2 5 3 6 MATRIX M This is a FULL matrix of order 1 by 3 1 2 3 1 1 2 3 MATRIX R This is a DIAGONAL matrix of order 3 by 3 1 2 3 1 7 2 0 8 3 0 0 9 MATRIX S This is a computed FULL matrix of order 3 by 2 It has no free parameters specified MATRIX V This is a computed FULL matrix of order 3 by 1 It has no free parameters specified Mx starting optimization; number of parameters = 9 MX PARAMETER ESTIMATES GROUP NUMBER: 1 G1: Singleton (non-pair) data MATRIX C This is a computed FULL matrix of order 3 by 3 [=L*L'+R*R'] 1 2 3 1 0.9946 0.5349 0.4902 2 0.5349 0.9106 0.3408 3 0.4902 0.3408 0.9787 MATRIX L This is a FULL matrix of order 3 by 1 1 1 0.8772 2 0.6098 3 0.5589 MATRIX M This is a FULL matrix of order 1 by 3 1 2 3 1 -0.0351 -0.0065 0.0174 MATRIX R This is a DIAGONAL matrix of order 3 by 3 1 2 3 1 0.4745 2 0.0000 0.7340 3 0.0000 0.0000 0.8163 GROUP NUMBER: 2 Standardize MATRIX C This is a computed FULL matrix of order 3 by 3 [=L*L'+R*R'] 1 2 3 1 0.9946 0.5349 0.4902 2 0.5349 0.9106 0.3408 3 0.4902 0.3408 0.9787 MATRIX L This is a FULL matrix of order 3 by 1 1 1 0.8772 2 0.6098 3 0.5589 MATRIX M This is a FULL matrix of order 1 by 3 1 2 3 1 -0.0351 -0.0065 0.0174 MATRIX R This is a DIAGONAL matrix of order 3 by 3 1 2 3 1 0.4745 2 0.0000 0.7340 3 0.0000 0.0000 0.8163 MATRIX S This is a computed FULL matrix of order 3 by 2 [=L%V|(\D2V(R)')%V] 1 2 1 0.8795 0.4758 2 0.6390 0.7692 3 0.5649 0.8251 MATRIX V This is a computed FULL matrix of order 3 by 1 [=\SQRT(\D2V(C)')] 1 1 0.9973 2 0.9542 3 0.9893 Your model has 9 estimated parameters and 3000 Observed statistics -2 times log-likelihood of data >>> 7716.710 Degrees of freedom >>>>>>>>>>>>>>>> 2991 Akaike's Information Criterion >>>> 1734.710 Bayesian Information Criterion >>>> -6472.193 Sample size Adjusted BIC >>>> -1722.402 Deviance Information Criterion >>>> -3723.648 This problem used 0.0% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.48 Execution 0: 0: 0: 1.08 TOTAL 0: 0: 0: 1.56 Total number of warnings issued: 0 ______________________________________________________________________________ ______________________________________________________________________________