Mplus VERSION 5.1
MUTHEN & MUTHEN
05/05/2008   8:26 PM

INPUT INSTRUCTIONS

  TITLE:
          cont8

          Growth model for two parallel processes observed over
          four time points. Regression of the slope in one process
          on the intercept of the other and a covariate.
          Non-linear growth for the first process by estimating the
          last two timesteps. Linear growth for the second process.

          First process: y11, y12, y13, y14
          Second process: y21, y22, y23, y24

          Complex sample analysis (aggregated or marginal model),
          taking clustering (non-independence of observations) into
          account. Compare results with wGrowthp1 (same growth model).

          For related work, see:

          Muthen, B. (1997). Latent variable modeling with longitudinal
          and and multilevel data.  In A. Raftery (ed.), Sociological
          Methodology 1997 (pp. 453-480).  Boston: Blackwell Publishers.


  DATA:
          FILE IS comp.dat;
         FORMAT is 3f8 f8.4 8f8.2 3f8 2f8.2;

  VARIABLE:
          NAMES ARE g1 g2 cluster g3
          y11-y14
          y21-y24
          x1-x5;
          USEOBS = (x1 EQ 1 AND g1 EQ 2);
          MISSING = ALL (999);
          USEVAR =  y11-y24 x4;
          CLUSTER = cluster;

  ANALYSIS:
          TYPE = MEANSTRUCTURE COMPLEX;

  MODEL:
          level1 BY y11-y14@1;
          trend1 BY y11@0 y12@1 y13*2.5 y14*3.5;
          level2 BY y21-y24@1;
          trend2 BY y21@0 y22@1 y23@2 y24@3;

          [y11-y24@0];
          [level1 trend1 level2 trend2];

          level1-trend2 ON x4;

  !        the statement above lets all 4 growth factors be
  !        regressed on the covariate,
  !        while the statement below adds that the trend
  !        growth factors are also regressed on the level
  !        growth factor of the other process

          trend1 ON level2;
          trend2 ON level1;

           level1 WITH level2;

  !        the statement above correlates the residuals of the
  !        level growth factors, while the residuals of the
  !        trend growth factors are correlated by default given
  !        that the trend growth factors do not influence other
  !        latent variables

          y21 WITH y22;

  !        the statement above correlates the residuals of the
  !        second growth process' first two outcomes


  OUTPUT:  STANDARDIZED;




*** WARNING in ANALYSIS command
  Starting with Version 5, TYPE=MEANSTRUCTURE is the default for all
  analyses.  To remove means from the model, use
  MODEL=NOMEANSTRUCTURE in the ANALYSIS command.
*** WARNING in VARIABLE command
  When a subpopulation is analyzed with TYPE=COMPLEX, standard errors
  may be incorrect.  Use the SUBPOPULATION option instead of the
  USEOBSERVATIONS option to obtain correct standard errors.
*** WARNING
  Data set contains cases with missing on all variables.
  These cases were not included in the analysis.
  Number of cases with missing on all variables:  1
   3 WARNING(S) FOUND IN THE INPUT INSTRUCTIONS




cont8

Growth model for two parallel processes observed over
four time points. Regression of the slope in one process
on the intercept of the other and a covariate.
Non-linear growth for the first process by estimating the
last two timesteps. Linear growth for the second process.

First process: y11, y12, y13, y14
Second process: y21, y22, y23, y24

Complex sample analysis (aggregated or marginal model),
taking clustering (non-independence of observations) into
account. Compare results with wGrowthp1 (same growth model).

For related work, see:

Muthen, B. (1997). Latent variable modeling with longitudinal
and and multilevel data.  In A. Raftery (ed.), Sociological
Methodology 1997 (pp. 453-480).  Boston: Blackwell Publishers.

SUMMARY OF ANALYSIS

Number of groups                                                 1
Number of observations                                        1489

Number of dependent variables                                    8
Number of independent variables                                  1
Number of continuous latent variables                            4

Observed dependent variables

  Continuous
   Y11         Y12         Y13         Y14         Y21         Y22
   Y23         Y24

Observed independent variables
   X4

Continuous latent variables
   LEVEL1      TREND1      LEVEL2      TREND2

Variables with special functions

  Cluster variable      CLUSTER

Estimator                                                      MLR
Information matrix                                        OBSERVED
Maximum number of iterations                                  1000
Convergence criterion                                    0.500D-04
Maximum number of steepest descent iterations                   20
Maximum number of iterations for H1                           2000
Convergence criterion for H1                             0.100D-03

Input data file(s)
  comp.dat

Input data format
  (3F8 F8.4 8F8.2 3F8 2F8.2)


SUMMARY OF DATA

     Number of missing data patterns            53
     Number of clusters          52



COVARIANCE COVERAGE OF DATA

Minimum covariance coverage value   0.100


     PROPORTION OF DATA PRESENT


           Covariance Coverage
              Y11           Y12           Y13           Y14           Y21
              ________      ________      ________      ________      ________
 Y11            0.985
 Y12            0.877         0.886
 Y13            0.786         0.754         0.795
 Y14            0.740         0.704         0.699         0.747
 Y21            0.978         0.877         0.787         0.739         0.990
 Y22            0.861         0.864         0.741         0.691         0.864
 Y23            0.775         0.743         0.766         0.688         0.776
 Y24            0.754         0.717         0.707         0.733         0.754
 X4             0.981         0.885         0.794         0.745         0.986


           Covariance Coverage
              Y22           Y23           Y24           X4
              ________      ________      ________      ________
 Y22            0.872
 Y23            0.729         0.784
 Y24            0.704         0.699         0.761
 X4             0.872         0.783         0.760         0.996



THE MODEL ESTIMATION TERMINATED NORMALLY



TESTS OF MODEL FIT

Chi-Square Test of Model Fit

          Value                             48.159*
          Degrees of Freedom                    25
          P-Value                           0.0036
          Scaling Correction Factor          1.266
            for MLR

*   The chi-square value for MLM, MLMV, MLR, ULSMV, WLSM and WLSMV cannot be used
    for chi-square difference tests.  MLM, MLR and WLSM chi-square difference
    testing is described in the Mplus Technical Appendices at www.statmodel.com.
    See chi-square difference testing in the index of the Mplus User's Guide.

Chi-Square Test of Model Fit for the Baseline Model

          Value                           5396.009
          Degrees of Freedom                    36
          P-Value                           0.0000

CFI/TLI

          CFI                                0.996
          TLI                                0.994

Loglikelihood

          H0 Value                      -29888.506
          H0 Scaling Correction Factor       1.900
            for MLR
          H1 Value                      -29858.032
          H1 Scaling Correction Factor       1.595
            for MLR

Information Criteria

          Number of Free Parameters             27
          Akaike (AIC)                   59831.011
          Bayesian (BIC)                 59974.269
          Sample-Size Adjusted BIC       59888.498
            (n* = (n + 2) / 24)

RMSEA (Root Mean Square Error Of Approximation)

          Estimate                           0.025
          90 Percent C.I.                    0.014  0.035
          Probability RMSEA <= .05           1.000

SRMR (Standardized Root Mean Square Residual)

          Value                              0.035



MODEL RESULTS

                                                    Two-Tailed
                    Estimate       S.E.  Est./S.E.    P-Value

 LEVEL1   BY
    Y11                1.000      0.000    999.000    999.000
    Y12                1.000      0.000    999.000    999.000
    Y13                1.000      0.000    999.000    999.000
    Y14                1.000      0.000    999.000    999.000

 TREND1   BY
    Y11                0.000      0.000    999.000    999.000
    Y12                1.000      0.000    999.000    999.000
    Y13                2.328      0.185     12.568      0.000
    Y14                3.368      0.295     11.425      0.000

 LEVEL2   BY
    Y21                1.000      0.000    999.000    999.000
    Y22                1.000      0.000    999.000    999.000
    Y23                1.000      0.000    999.000    999.000
    Y24                1.000      0.000    999.000    999.000

 TREND2   BY
    Y21                0.000      0.000    999.000    999.000
    Y22                1.000      0.000    999.000    999.000
    Y23                2.000      0.000    999.000    999.000
    Y24                3.000      0.000    999.000    999.000

 TREND1   ON
    LEVEL2             0.218      0.068      3.234      0.001

 TREND2   ON
    LEVEL1            -0.009      0.003     -2.682      0.007

 LEVEL1   ON
    X4                 3.965      0.476      8.324      0.000

 TREND1   ON
    X4                 0.325      0.110      2.970      0.003

 LEVEL2   ON
    X4                 0.189      0.109      1.734      0.083

 TREND2   ON
    X4                 0.023      0.053      0.428      0.669

 LEVEL1   WITH
    LEVEL2             5.300      0.732      7.246      0.000

 TREND2   WITH
    TREND1             0.083      0.082      1.008      0.313

 Y21      WITH
    Y22                0.943      0.218      4.324      0.000

 Intercepts
    Y11                0.000      0.000    999.000    999.000
    Y12                0.000      0.000    999.000    999.000
    Y13                0.000      0.000    999.000    999.000
    Y14                0.000      0.000    999.000    999.000
    Y21                0.000      0.000    999.000    999.000
    Y22                0.000      0.000    999.000    999.000
    Y23                0.000      0.000    999.000    999.000
    Y24                0.000      0.000    999.000    999.000
    LEVEL1            51.627      0.535     96.560      0.000
    TREND1             0.169      0.679      0.249      0.803
    LEVEL2            11.140      0.105    106.316      0.000
    TREND2             0.173      0.184      0.941      0.347

 Residual Variances
    Y11               11.952      1.524      7.841      0.000
    Y12               13.885      1.287     10.792      0.000
    Y13               16.624      1.525     10.903      0.000
    Y14               26.531      3.495      7.592      0.000
    Y21                4.220      0.258     16.333      0.000
    Y22                3.700      0.239     15.452      0.000
    Y23                3.409      0.202     16.854      0.000
    Y24                3.365      0.311     10.818      0.000
    LEVEL1            68.700      3.050     22.524      0.000
    TREND1             1.842      0.460      4.001      0.000
    LEVEL2             3.163      0.269     11.774      0.000
    TREND2             0.263      0.041      6.417      0.000


STANDARDIZED MODEL RESULTS


STDYX Standardization

                                                    Two-Tailed
                    Estimate       S.E.  Est./S.E.    P-Value

 LEVEL1   BY
    Y11                0.931      0.009    108.507      0.000
    Y12                0.892      0.009     95.522      0.000
    Y13                0.823      0.012     66.472      0.000
    Y14                0.742      0.016     46.375      0.000

 TREND1   BY
    Y11                0.000      0.000    999.000    999.000
    Y12                0.146      0.017      8.700      0.000
    Y13                0.313      0.021     15.135      0.000
    Y14                0.409      0.024     16.820      0.000

 LEVEL2   BY
    Y21                0.656      0.023     28.771      0.000
    Y22                0.672      0.023     29.477      0.000
    Y23                0.653      0.024     27.417      0.000
    Y24                0.606      0.024     25.685      0.000

 TREND2   BY
    Y21                0.000      0.000    999.000    999.000
    Y22                0.195      0.016     12.183      0.000
    Y23                0.380      0.028     13.451      0.000
    Y24                0.528      0.038     13.876      0.000

 TREND1   ON
    LEVEL2             0.271      0.073      3.722      0.000

 TREND2   ON
    LEVEL1            -0.156      0.059     -2.647      0.008

 LEVEL1   ON
    X4                 0.332      0.036      9.288      0.000

 TREND1   ON
    X4                 0.166      0.052      3.206      0.001

 LEVEL2   ON
    X4                 0.078      0.044      1.766      0.077

 TREND2   ON
    X4                 0.032      0.075      0.427      0.670

 LEVEL1   WITH
    LEVEL2             0.360      0.043      8.398      0.000

 TREND2   WITH
    TREND1             0.120      0.119      1.005      0.315

 Y21      WITH
    Y22                0.239      0.049      4.844      0.000

 Intercepts
    Y11                0.000      0.000    999.000    999.000
    Y12                0.000      0.000    999.000    999.000
    Y13                0.000      0.000    999.000    999.000
    Y14                0.000      0.000    999.000    999.000
    Y21                0.000      0.000    999.000    999.000
    Y22                0.000      0.000    999.000    999.000
    Y23                0.000      0.000    999.000    999.000
    Y24                0.000      0.000    999.000    999.000
    LEVEL1             5.876      0.164     35.923      0.000
    TREND1             0.118      0.475      0.248      0.804
    LEVEL2             6.244      0.284     21.958      0.000
    TREND2             0.334      0.354      0.943      0.346

 Residual Variances
    Y11                0.134      0.016      8.400      0.000
    Y12                0.143      0.012     12.382      0.000
    Y13                0.146      0.013     11.137      0.000
    Y14                0.189      0.023      8.198      0.000
    Y21                0.570      0.030     19.075      0.000
    Y22                0.525      0.028     19.007      0.000
    Y23                0.457      0.021     21.663      0.000
    Y24                0.388      0.031     12.407      0.000
    LEVEL1             0.890      0.024     37.565      0.000
    TREND1             0.892      0.049     18.022      0.000
    LEVEL2             0.994      0.007    144.315      0.000
    TREND2             0.978      0.016     60.622      0.000


STDY Standardization

                                                    Two-Tailed
                    Estimate       S.E.  Est./S.E.    P-Value

 LEVEL1   BY
    Y11                0.931      0.009    108.507      0.000
    Y12                0.892      0.009     95.522      0.000
    Y13                0.823      0.012     66.472      0.000
    Y14                0.742      0.016     46.375      0.000

 TREND1   BY
    Y11                0.000      0.000    999.000    999.000
    Y12                0.146      0.017      8.700      0.000
    Y13                0.313      0.021     15.135      0.000
    Y14                0.409      0.024     16.820      0.000

 LEVEL2   BY
    Y21                0.656      0.023     28.771      0.000
    Y22                0.672      0.023     29.477      0.000
    Y23                0.653      0.024     27.417      0.000
    Y24                0.606      0.024     25.685      0.000

 TREND2   BY
    Y21                0.000      0.000    999.000    999.000
    Y22                0.195      0.016     12.183      0.000
    Y23                0.380      0.028     13.451      0.000
    Y24                0.528      0.038     13.876      0.000

 TREND1   ON
    LEVEL2             0.271      0.073      3.722      0.000

 TREND2   ON
    LEVEL1            -0.156      0.059     -2.647      0.008

 LEVEL1   ON
    X4                 0.451      0.048      9.395      0.000

 TREND1   ON
    X4                 0.226      0.070      3.211      0.001

 LEVEL2   ON
    X4                 0.106      0.060      1.767      0.077

 TREND2   ON
    X4                 0.044      0.102      0.427      0.670

 LEVEL1   WITH
    LEVEL2             0.360      0.043      8.398      0.000

 TREND2   WITH
    TREND1             0.120      0.119      1.005      0.315

 Y21      WITH
    Y22                0.239      0.049      4.844      0.000

 Intercepts
    Y11                0.000      0.000    999.000    999.000
    Y12                0.000      0.000    999.000    999.000
    Y13                0.000      0.000    999.000    999.000
    Y14                0.000      0.000    999.000    999.000
    Y21                0.000      0.000    999.000    999.000
    Y22                0.000      0.000    999.000    999.000
    Y23                0.000      0.000    999.000    999.000
    Y24                0.000      0.000    999.000    999.000
    LEVEL1             5.876      0.164     35.923      0.000
    TREND1             0.118      0.475      0.248      0.804
    LEVEL2             6.244      0.284     21.958      0.000
    TREND2             0.334      0.354      0.943      0.346

 Residual Variances
    Y11                0.134      0.016      8.400      0.000
    Y12                0.143      0.012     12.382      0.000
    Y13                0.146      0.013     11.137      0.000
    Y14                0.189      0.023      8.198      0.000
    Y21                0.570      0.030     19.075      0.000
    Y22                0.525      0.028     19.007      0.000
    Y23                0.457      0.021     21.663      0.000
    Y24                0.388      0.031     12.407      0.000
    LEVEL1             0.890      0.024     37.565      0.000
    TREND1             0.892      0.049     18.022      0.000
    LEVEL2             0.994      0.007    144.315      0.000
    TREND2             0.978      0.016     60.622      0.000


STD Standardization

                                                    Two-Tailed
                    Estimate       S.E.  Est./S.E.    P-Value

 LEVEL1   BY
    Y11                8.786      0.221     39.825      0.000
    Y12                8.786      0.221     39.825      0.000
    Y13                8.786      0.221     39.825      0.000
    Y14                8.786      0.221     39.825      0.000

 TREND1   BY
    Y11                0.000      0.000    999.000    999.000
    Y12                1.437      0.176      8.170      0.000
    Y13                3.345      0.242     13.816      0.000
    Y14                4.841      0.321     15.085      0.000

 LEVEL2   BY
    Y21                1.784      0.077     23.212      0.000
    Y22                1.784      0.077     23.212      0.000
    Y23                1.784      0.077     23.212      0.000
    Y24                1.784      0.077     23.212      0.000

 TREND2   BY
    Y21                0.000      0.000    999.000    999.000
    Y22                0.519      0.040     13.107      0.000
    Y23                1.037      0.079     13.107      0.000
    Y24                1.556      0.119     13.107      0.000

 TREND1   ON
    LEVEL2             0.271      0.073      3.722      0.000

 TREND2   ON
    LEVEL1            -0.156      0.059     -2.647      0.008

 LEVEL1   ON
    X4                 0.451      0.048      9.395      0.000

 TREND1   ON
    X4                 0.226      0.070      3.211      0.001

 LEVEL2   ON
    X4                 0.106      0.060      1.767      0.077

 TREND2   ON
    X4                 0.044      0.102      0.427      0.670

 LEVEL1   WITH
    LEVEL2             0.360      0.043      8.398      0.000

 TREND2   WITH
    TREND1             0.120      0.119      1.005      0.315

 Y21      WITH
    Y22                0.943      0.218      4.324      0.000

 Intercepts
    Y11                0.000      0.000    999.000    999.000
    Y12                0.000      0.000    999.000    999.000
    Y13                0.000      0.000    999.000    999.000
    Y14                0.000      0.000    999.000    999.000
    Y21                0.000      0.000    999.000    999.000
    Y22                0.000      0.000    999.000    999.000
    Y23                0.000      0.000    999.000    999.000
    Y24                0.000      0.000    999.000    999.000
    LEVEL1             5.876      0.164     35.923      0.000
    TREND1             0.118      0.475      0.248      0.804
    LEVEL2             6.244      0.284     21.958      0.000
    TREND2             0.334      0.354      0.943      0.346

 Residual Variances
    Y11               11.952      1.524      7.841      0.000
    Y12               13.885      1.287     10.792      0.000
    Y13               16.624      1.525     10.903      0.000
    Y14               26.531      3.495      7.592      0.000
    Y21                4.220      0.258     16.333      0.000
    Y22                3.700      0.239     15.452      0.000
    Y23                3.409      0.202     16.854      0.000
    Y24                3.365      0.311     10.818      0.000
    LEVEL1             0.890      0.024     37.565      0.000
    TREND1             0.892      0.049     18.022      0.000
    LEVEL2             0.994      0.007    144.315      0.000
    TREND2             0.978      0.016     60.622      0.000


R-SQUARE

    Observed                                        Two-Tailed
    Variable        Estimate       S.E.  Est./S.E.    P-Value

    Y11                0.866      0.016     54.254      0.000
    Y12                0.857      0.012     74.148      0.000
    Y13                0.854      0.013     65.272      0.000
    Y14                0.811      0.023     35.141      0.000
    Y21                0.430      0.030     14.386      0.000
    Y22                0.475      0.028     17.215      0.000
    Y23                0.543      0.021     25.782      0.000
    Y24                0.612      0.031     19.541      0.000

     Latent                                         Two-Tailed
    Variable        Estimate       S.E.  Est./S.E.    P-Value

    LEVEL1             0.110      0.024      4.644      0.000
    TREND1             0.108      0.049      2.188      0.029
    LEVEL2             0.006      0.007      0.883      0.377
    TREND2             0.022      0.016      1.375      0.169


QUALITY OF NUMERICAL RESULTS

     Condition Number for the Information Matrix              0.125E-03
       (ratio of smallest to largest eigenvalue)


     Beginning Time:  20:26:35
        Ending Time:  20:26:36
       Elapsed Time:  00:00:01



MUTHEN & MUTHEN
3463 Stoner Ave.
Los Angeles, CA  90066

Tel: (310) 391-9971
Fax: (310) 391-8971
Web: www.StatModel.com
Support: Support@StatModel.com

Copyright (c) 1998-2008 Muthen & Muthen

Back to table of examples