Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • SEM- Modification indices

    Hi,
    I am working an a SEM model in STATA.
    I obtain results.

    However, when asking for the Modification indices with the command: "estat mindices", I receive an empty table such as shown below.
    Can anyone advice me what I need to do to get values for the MI in the table instead of empty cells?

    Thanks in advance,
    Ellen





    Modification indices

    ----------------------------------------------------------------------
    | Standard
    | MI df P>MI EPC EPC
    ----------------------+-----------------------------------------------
    Structural |
    q24 <- |
    q25_14 | . 1 . . .
    q25_15 | . 1 . . .
    q25_16 | . 1 . . .
    q25_19 | . 1 . . .
    q25_1 | . 1 . . .
    q25_2 | . 1 . . .
    q25_3 | . 1 . . .


  • #2
    First off, it would be a lot easier to read if you used code tags; see point 12 of the FAQ.

    Beyond that, it would help if we saw more of the code and output. It is hard to assess just this little piece in isolation.

    What was the model chi square and DF? If it was a fully saturated model and the chi square was 0 then there wouldn't be any ways to improve the fit.
    -------------------------------------------
    Richard Williams, Notre Dame Dept of Sociology
    StataNow Version: 19.5 MP (2 processor)

    EMAIL: [email protected]
    WWW: https://www3.nd.edu/~rwilliam

    Comment


    • #3
      Dear Richard Williams,

      Thanks for your reply and sorry for not being more specific.
      Below I have included my syntax as well as the chi square and DF as well as the rest of the output.
      I hope this provides the information you need.
      Thanks in advance for your suggestions,
      Ellen


      Code:
      sem  (Altruistic -> q25_14 q25_15 q25_16 q25_19)  ///
      (Egoistic -> q25_1 q25_2 q25_3 q25_4 q25_5 q25_6 q25_7 q25_8 q25_9 q25_10 q25_11 q25_12 q25_13)  ///
      (Unwilling -> q26_1 q26_2 q26_3 q26_10 q26_11 q26_18) ///
      (Convenience -> q26_7 q26_8 q26_9 q26_14 q26_16 q26_17)
      
      estat mindices
      LR test of model vs. saturated: chi2(371) = 3713.25, Prob > chi2 = 0.0000

      The output was:

      Code:
      Endogenous variables
      
      Measurement:  q25_14 q25_15 q25_16 q25_19 q25_1 q25_2 q25_3 q25_4 q25_5 q25_6 q25_7 q25_8 q25_9 q25_10 q25_11
                    q25_12 q25_13 q26_1 q26_2 q26_3 q26_10 q26_11 q26_18 q26_7 q26_8 q26_9 q26_14 q26_16 q26_17
      
      Exogenous variables
      
      Latent:       Altruistic Egoistic Unwilling Convenience
      
      Fitting target model:
      
      Iteration 0:   log likelihood = -85376.493  
      Iteration 1:   log likelihood = -85336.826  
      Iteration 2:   log likelihood = -85336.004  
      Iteration 3:   log likelihood = -85336.002  
      
      Structural equation model                       Number of obs      =      2783
      Estimation method  = ml
      Log likelihood     = -85336.002
      
       ( 1)  [q25_14]Altruistic = 1
       ( 2)  [q25_1]Egoistic = 1
       ( 3)  [q26_1]Unwilling = 1
       ( 4)  [q26_7]Convenience = 1
      --------------------------------------------------------------------------------------------
                                 |                 OIM
                                 |      Coef.   Std. Err.      z    P>|z|     [95% Conf. Interval]
      ---------------------------+----------------------------------------------------------------
      Measurement                |
        q25_14 <-                |
                      Altruistic |          1  (constrained)
                           _cons |    3.63852   .0164834   220.74   0.000     3.606213    3.670826
        -------------------------+----------------------------------------------------------------
        q25_15 <-                |
                      Altruistic |   .9163405   .0253246    36.18   0.000     .8667053    .9659758
                           _cons |   3.701761   .0179391   206.35   0.000     3.666601    3.736921
        -------------------------+----------------------------------------------------------------
        q25_16 <-                |
                      Altruistic |    .946848   .0218683    43.30   0.000     .9039869    .9897091
                           _cons |    3.42041   .0158678   215.56   0.000     3.389309     3.45151
        -------------------------+----------------------------------------------------------------
        q25_19 <-                |
                      Altruistic |   .9476797   .0235219    40.29   0.000     .9015777    .9937818
                           _cons |   3.431908   .0170171   201.67   0.000     3.398555    3.465261
        -------------------------+----------------------------------------------------------------
        q25_1 <-                 |
                        Egoistic |          1  (constrained)
                           _cons |   3.759253   .0156902   239.59   0.000       3.7285    3.790005
        -------------------------+----------------------------------------------------------------
        q25_2 <-                 |
                        Egoistic |   .9752171   .0195446    49.90   0.000     .9369104    1.013524
                           _cons |    3.62774    .015664   231.60   0.000     3.597039    3.658441
        -------------------------+----------------------------------------------------------------
        q25_3 <-                 |
                        Egoistic |   .9259996   .0224162    41.31   0.000     .8820646    .9699347
                           _cons |   3.430471   .0169466   202.43   0.000     3.397256    3.463685
        -------------------------+----------------------------------------------------------------
        q25_4 <-                 |
                        Egoistic |   .9640743   .0211174    45.65   0.000      .922685    1.005464
                           _cons |   3.463888   .0163961   211.26   0.000     3.431752    3.496024
        -------------------------+----------------------------------------------------------------
        q25_5 <-                 |
                        Egoistic |   .9781813   .0204501    47.83   0.000     .9380999    1.018263
                           _cons |   3.707151   .0161429   229.65   0.000     3.675511     3.73879
        -------------------------+----------------------------------------------------------------
        q25_6 <-                 |
                        Egoistic |   .9450104   .0196832    48.01   0.000     .9064321    .9835887
                           _cons |   3.660798   .0155542   235.36   0.000     3.630312    3.691283
        -------------------------+----------------------------------------------------------------
        q25_7 <-                 |
                        Egoistic |   .9403968   .0227519    41.33   0.000     .8958038    .9849897
                           _cons |    3.43622   .0172342   199.38   0.000     3.402441    3.469998
        -------------------------+----------------------------------------------------------------
        q25_8 <-                 |
                        Egoistic |    .916293   .0201952    45.37   0.000     .8767111    .9558749
                           _cons |   3.692418   .0156738   235.58   0.000     3.661698    3.723138
        -------------------------+----------------------------------------------------------------
        q25_9 <-                 |
                        Egoistic |   .8359891   .0235776    35.46   0.000     .7897779    .8822002
                           _cons |   3.316565   .0172405   192.37   0.000     3.282774    3.350356
        -------------------------+----------------------------------------------------------------
        q25_10 <-                |
                        Egoistic |   .7906139   .0202175    39.11   0.000     .7509884    .8302395
                           _cons |   3.799497   .0151178   251.33   0.000     3.769867    3.829127
        -------------------------+----------------------------------------------------------------
        q25_11 <-                |
                        Egoistic |   .8851473   .0198941    44.49   0.000     .8461555    .9241391
                           _cons |   3.746317   .0153835   243.53   0.000     3.716166    3.776468
        -------------------------+----------------------------------------------------------------
        q25_12 <-                |
                        Egoistic |   .8924283   .0213932    41.72   0.000     .8504984    .9343582
                           _cons |   3.608336   .0162814   221.62   0.000     3.576425    3.640247
        -------------------------+----------------------------------------------------------------
        q25_13 <-                |
                        Egoistic |   .7847011   .0203054    38.64   0.000     .7449031     .824499
                           _cons |   3.785124   .0151322   250.14   0.000     3.755465    3.814783
        -------------------------+----------------------------------------------------------------
        q26_1 <-                 |
                       Unwilling |          1  (constrained)
                           _cons |   2.988861   .0191512   156.07   0.000     2.951325    3.026397
        -------------------------+----------------------------------------------------------------
        q26_2 <-                 |
                       Unwilling |   1.220049   .0363263    33.59   0.000     1.148851    1.291247
                           _cons |   2.762846   .0185374   149.04   0.000     2.726513    2.799178
        -------------------------+----------------------------------------------------------------
        q26_3 <-                 |
                       Unwilling |    1.33262   .0387693    34.37   0.000     1.256634    1.408607
                           _cons |    2.76608   .0197815   139.83   0.000     2.727309    2.804851
        -------------------------+----------------------------------------------------------------
        q26_10 <-                |
                       Unwilling |   .9867089   .0334932    29.46   0.000     .9210634    1.052354
                           _cons |   2.863816   .0178414   160.52   0.000     2.828848    2.898785
        -------------------------+----------------------------------------------------------------
        q26_11 <-                |
                       Unwilling |   .9906547   .0335195    29.55   0.000     .9249578    1.056352
                           _cons |   2.952569   .0178354   165.55   0.000     2.917612    2.987526
        -------------------------+----------------------------------------------------------------
        q26_18 <-                |
                       Unwilling |   1.251395   .0371992    33.64   0.000     1.178486    1.324304
                           _cons |   2.804887   .0188946   148.45   0.000     2.767854     2.84192
        -------------------------+----------------------------------------------------------------
        q26_7 <-                 |
                     Convenience |          1  (constrained)
                           _cons |   2.784405   .0177807   156.60   0.000     2.749556    2.819255
        -------------------------+----------------------------------------------------------------
        q26_8 <-                 |
                     Convenience |   1.146158   .0284425    40.30   0.000     1.090411    1.201904
                           _cons |   2.688825   .0196958   136.52   0.000     2.650222    2.727428
        -------------------------+----------------------------------------------------------------
        q26_9 <-                 |
                     Convenience |   .9019387   .0262918    34.30   0.000     .8504077    .9534697
                           _cons |   2.718649   .0179903   151.12   0.000     2.683389    2.753909
        -------------------------+----------------------------------------------------------------
        q26_14 <-                |
                     Convenience |   .9578724   .0277107    34.57   0.000     .9035604    1.012184
                           _cons |   2.836867   .0191825   147.89   0.000      2.79927    2.874464
        -------------------------+----------------------------------------------------------------
        q26_16 <-                |
                     Convenience |   .8975141   .0286479    31.33   0.000     .8413653    .9536629
                           _cons |   3.083004   .0193496   159.33   0.000     3.045079    3.120929
        -------------------------+----------------------------------------------------------------
        q26_17 <-                |
                     Convenience |    1.16045   .0298936    38.82   0.000     1.101859     1.21904
                           _cons |    2.77686   .0202387   137.21   0.000     2.737192    2.816527
      ---------------------------+----------------------------------------------------------------
                    var(e.q25_14)|   .2740835   .0097019                      .2557128     .293774
                    var(e.q25_15)|   .4908252   .0148033                      .4626523    .5207138
                    var(e.q25_16)|   .2685481   .0092421                      .2510313    .2872872
                    var(e.q25_19)|    .372972   .0118825                       .350395    .3970037
                     var(e.q25_1)|   .2254102   .0068435                      .2123886    .2392302
                     var(e.q25_2)|   .2456283   .0073363                      .2316622    .2604365
                     var(e.q25_3)|   .4050511   .0115259                      .3830791    .4282832
                     var(e.q25_4)|   .3208812   .0093415                      .3030848    .3397225
                     var(e.q25_5)|   .2853629    .008386                       .269391    .3022818
                     var(e.q25_6)|    .262755   .0077307                      .2480317    .2783524
                     var(e.q25_7)|   .4200546   .0119326                      .3973063    .4441055
                     var(e.q25_8)|   .2977181   .0086176                      .2812982    .3150965
                     var(e.q25_9)|   .5059196   .0140872                       .479049    .5342974
                    var(e.q25_10)|   .3486939   .0098307                      .3299487     .368504
                    var(e.q25_11)|   .2984268   .0086144                      .2820116    .3157974
                    var(e.q25_12)|   .3715955   .0105636                      .3514574    .3928874
                    var(e.q25_13)|   .3541922   .0099591                      .3352009    .3742595
                     var(e.q26_1)|   .6223173   .0179034                      .5881983    .6584153
                     var(e.q26_2)|   .3633043    .011809                      .3408811    .3872026
                     var(e.q26_3)|   .3814971   .0127862                       .357242    .4073991
                    var(e.q26_10)|   .4979909   .0146019                      .4701786    .5274485
                    var(e.q26_11)|   .4942906   .0145341                      .4666096    .5236137
                    var(e.q26_18)|   .3696569   .0120895                      .3467053    .3941279
                     var(e.q26_7)|   .3873906   .0123725                      .3638844    .4124153
                     var(e.q26_8)|   .4326565   .0142774                      .4055591    .4615646
                     var(e.q26_9)|   .5001012   .0148738                      .4717825    .5301198
                    var(e.q26_14)|   .5722047   .0170354                      .5397714    .6065868
                    var(e.q26_16)|   .6452813   .0187467                       .609565    .6830903
                    var(e.q26_17)|    .476755   .0154994                      .4473244    .5081219
                  var(Altruistic)|   .4820612    .019926                      .4445471     .522741
                    var(Egoistic)|   .4597135    .017639                      .4264097    .4956184
                   var(Unwilling)|   .3984015    .022641                       .356408    .4453429
                 var(Convenience)|   .4924665   .0222199                      .4507864    .5380003
      ---------------------------+----------------------------------------------------------------
         cov(Altruistic,Egoistic)|   .4025587   .0145621    27.64   0.000     .3740175    .4310999
        cov(Altruistic,Unwilling)|  -.1199855   .0104805   -11.45   0.000    -.1405269    -.099444
      cov(Altruistic,Convenience)|  -.0483861    .010931    -4.43   0.000    -.0698103   -.0269618
          cov(Egoistic,Unwilling)|   -.153685   .0103176   -14.90   0.000    -.1739072   -.1334628
        cov(Egoistic,Convenience)|  -.0860347    .010318    -8.34   0.000    -.1062576   -.0658118
       cov(Unwilling,Convenience)|   .3804979   .0163383    23.29   0.000     .3484755    .4125204
      --------------------------------------------------------------------------------------------
      LR test of model vs. saturated: chi2(371) =   3713.25, Prob > chi2 = 0.0000
      Last edited by Ellen Van Loo; 30 Mar 2015, 08:02.

      Comment


      • #4
        below you can find part 2 of the output, related to the MI.
        I could not include the full table due to limits of the max characteristics per post.

        Code:
        . estat mindices
        
        Modification indices
        
        ----------------------------------------------------------------------
                              |                                       Standard
                              |         MI     df   P>MI        EPC        EPC
        ----------------------+-----------------------------------------------
        Measurement           |
          q25_14 <-           |
                     Egoistic |          .      1      .          .          .
                    Unwilling |          .      1      .          .          .
                  Convenience |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q25_15 <-           |
                     Egoistic |          .      1      .          .          .
                    Unwilling |          .      1      .          .          .
                  Convenience |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q25_16 <-           |
                     Egoistic |          .      1      .          .          .
                    Unwilling |          .      1      .          .          .
                  Convenience |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q25_19 <-           |
                     Egoistic |          .      1      .          .          .
                    Unwilling |          .      1      .          .          .
                  Convenience |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q25_1 <-            |
                   Altruistic |          .      1      .          .          .
                    Unwilling |          .      1      .          .          .
                  Convenience |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q25_2 <-            |
                   Altruistic |          .      1      .          .          .
                    Unwilling |          .      1      .          .          .
                  Convenience |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q25_3 <-            |
                   Altruistic |          .      1      .          .          .
                    Unwilling |          .      1      .          .          .
                  Convenience |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q25_4 <-            |
                   Altruistic |          .      1      .          .          .
                    Unwilling |          .      1      .          .          .
                  Convenience |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q25_5 <-            |
                   Altruistic |          .      1      .          .          .
                    Unwilling |          .      1      .          .          .
                  Convenience |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q25_6 <-            |
                   Altruistic |          .      1      .          .          .
                    Unwilling |          .      1      .          .          .
                  Convenience |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q25_7 <-            |
                   Altruistic |          .      1      .          .          .
                    Unwilling |          .      1      .          .          .
                  Convenience |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q25_8 <-            |
                   Altruistic |          .      1      .          .          .
                    Unwilling |          .      1      .          .          .
                  Convenience |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q25_9 <-            |
                   Altruistic |          .      1      .          .          .
                    Unwilling |          .      1      .          .          .
                  Convenience |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q25_10 <-           |
                   Altruistic |          .      1      .          .          .
                    Unwilling |          .      1      .          .          .
                  Convenience |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q25_11 <-           |
                   Altruistic |          .      1      .          .          .
                    Unwilling |          .      1      .          .          .
                  Convenience |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q25_12 <-           |
                   Altruistic |          .      1      .          .          .
                    Unwilling |          .      1      .          .          .
                  Convenience |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q25_13 <-           |
                   Altruistic |          .      1      .          .          .
                    Unwilling |          .      1      .          .          .
                  Convenience |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q26_1 <-            |
                   Altruistic |          .      1      .          .          .
                     Egoistic |          .      1      .          .          .
                  Convenience |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q26_2 <-            |
                   Altruistic |          .      1      .          .          .
                     Egoistic |          .      1      .          .          .
                  Convenience |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q26_3 <-            |
                   Altruistic |          .      1      .          .          .
                     Egoistic |          .      1      .          .          .
                  Convenience |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q26_10 <-           |
                   Altruistic |          .      1      .          .          .
                     Egoistic |          .      1      .          .          .
                  Convenience |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q26_11 <-           |
                   Altruistic |          .      1      .          .          .
                     Egoistic |          .      1      .          .          .
                  Convenience |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q26_18 <-           |
                   Altruistic |          .      1      .          .          .
                     Egoistic |          .      1      .          .          .
                  Convenience |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q26_7 <-            |
                   Altruistic |          .      1      .          .          .
                     Egoistic |          .      1      .          .          .
                    Unwilling |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q26_8 <-            |
                   Altruistic |          .      1      .          .          .
                     Egoistic |          .      1      .          .          .
                    Unwilling |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q26_9 <-            |
                   Altruistic |          .      1      .          .          .
                     Egoistic |          .      1      .          .          .
                    Unwilling |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q26_14 <-           |
                   Altruistic |          .      1      .          .          .
                     Egoistic |          .      1      .          .          .
                    Unwilling |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q26_16 <-           |
                   Altruistic |          .      1      .          .          .
                     Egoistic |          .      1      .          .          .
                    Unwilling |          .      1      .          .          .
          --------------------+-----------------------------------------------
          q26_17 <-           |
                   Altruistic |          .      1      .          .          .
                     Egoistic |          .      1      .          .          .
                    Unwilling |          .      1      .          .          .
        ----------------------+-----------------------------------------------
        cov(e.q25_14,e.q25_15)|          .      1      .          .          .
        cov(e.q25_14,e.q25_16)|          .      1      .          .          .
        cov(e.q25_14,e.q25_19)|          .      1      .          .          .
         cov(e.q25_14,e.q25_1)|          .      1      .          .          .
         cov(e.q25_14,e.q25_2)|          .      1      .          .          .
         cov(e.q25_14,e.q25_3)|          .      1      .          .          .
         cov(e.q25_14,e.q25_4)|          .      1      .          .          .
         cov(e.q25_14,e.q25_5)|          .      1      .          .          .
         cov(e.q25_14,e.q25_6)|          .      1      .          .          .
         cov(e.q25_14,e.q25_7)|          .      1      .          .          .
         cov(e.q25_14,e.q25_8)|          .      1      .          .          .
         cov(e.q25_14,e.q25_9)|          .      1      .          .          .
        cov(e.q25_14,e.q25_10)|          .      1      .          .          .
        cov(e.q25_14,e.q25_11)|          .      1      .          .          .
        cov(e.q25_14,e.q25_12)|          .      1      .          .          .
        cov(e.q25_14,e.q25_13)|          .      1      .          .          .
         cov(e.q25_14,e.q26_1)|          .      1      .          .          .
         cov(e.q25_14,e.q26_2)|          .      1      .          .          .
         cov(e.q25_14,e.q26_3)|          .      1      .          .          .
        cov(e.q25_14,e.q26_10)|          .      1      .          .          .
        cov(e.q25_14,e.q26_11)|          .      1      .          .          .
        cov(e.q25_14,e.q26_18)|          .      1      .          .          .
         cov(e.q25_14,e.q26_7)|          .      1      .          .          .
         cov(e.q25_14,e.q26_8)|          .      1      .          .          .
         cov(e.q25_14,e.q26_9)|          .      1      .          .          .
        cov(e.q25_14,e.q26_14)|          .      1      .          .          .
        cov(e.q25_14,e.q26_16)|          .      1      .          .          .
        cov(e.q25_14,e.q26_17)|          .      1      .          .          .
        cov(e.q25_15,e.q25_16)|          .      1      .          .          .
        cov(e.q25_15,e.q25_19)|          .      1      .          .          .
         cov(e.q25_15,e.q25_1)|          .      1      .          .          .
         cov(e.q25_15,e.q25_2)|          .      1      .          .          .
         cov(e.q25_15,e.q25_3)|          .      1      .          .          .
         cov(e.q25_15,e.q25_4)|          .      1      .          .          .
         cov(e.q25_15,e.q25_5)|          .      1      .          .          .
         cov(e.q25_15,e.q25_6)|          .      1      .          .          .
         cov(e.q25_15,e.q25_7)|          .      1      .          .          .
         cov(e.q25_15,e.q25_8)|          .      1      .          .          .
         cov(e.q25_15,e.q25_9)|          .      1      .          .          .
        cov(e.q25_15,e.q25_10)|          .      1      .          .          .
        cov(e.q25_15,e.q25_11)|          .      1      .          .          .
        cov(e.q25_15,e.q25_12)|          .      1      .          .          .
        cov(e.q25_15,e.q25_13)|          .      1      .          .          .
         cov(e.q25_15,e.q26_1)|          .      1      .          .          .
         cov(e.q25_15,e.q26_2)|          .      1      .          .          .
         cov(e.q25_15,e.q26_3)|          .      1      .          .          .
        cov(e.q25_15,e.q26_10)|          .      1      .          .          .
        cov(e.q25_15,e.q26_11)|          .      1      .          .          .
        cov(e.q25_15,e.q26_18)|          .      1      .          .          .
         cov(e.q25_15,e.q26_7)|          .      1      .          .          .
         cov(e.q25_15,e.q26_8)|          .      1      .          .          .
         cov(e.q25_15,e.q26_9)|          .      1      .          .          .
        cov(e.q25_15,e.q26_14)|          .      1      .          .          .
        cov(e.q25_15,e.q26_16)|          .      1      .          .          .
        cov(e.q25_15,e.q26_17)|          .      1      .          .          .
        cov(e.q25_16,e.q25_19)|          .      1      .          .          .
         cov(e.q25_16,e.q25_1)|          .      1      .          .          .
         cov(e.q25_16,e.q25_2)|          .      1      .          .          .
         cov(e.q25_16,e.q25_3)|          .      1      .          .          .
         cov(e.q25_16,e.q25_4)|          .      1      .          .          .
         cov(e.q25_16,e.q25_5)|          .      1      .          .          .
         cov(e.q25_16,e.q25_6)|          .      1      .          .          .
         cov(e.q25_16,e.q25_7)|          .      1      .          .          .
         cov(e.q25_16,e.q25_8)|          .      1      .          .          .
         cov(e.q25_16,e.q25_9)|          .      1      .          .          .
        cov(e.q25_16,e.q25_10)|          .      1      .          .          .
        cov(e.q25_16,e.q25_11)|          .      1      .          .          .
        cov(e.q25_16,e.q25_12)|          .      1      .          .          .
        cov(e.q25_16,e.q25_13)|          .      1      .          .          .
         cov(e.q25_16,e.q26_1)|          .      1      .          .          .
         cov(e.q25_16,e.q26_2)|          .      1      .          .          .
         cov(e.q25_16,e.q26_3)|          .      1      .          .          .
        cov(e.q25_16,e.q26_10)|          .      1      .          .          .
        cov(e.q25_16,e.q26_11)|          .      1      .          .          .
        cov(e.q25_16,e.q26_18)|          .      1      .          .          .
         cov(e.q25_16,e.q26_7)|          .      1      .          .          .
         cov(e.q25_16,e.q26_8)|          .      1      .          .          .
         cov(e.q25_16,e.q26_9)|          .      1      .          .          .
        cov(e.q25_16,e.q26_14)|          .      1      .          .          .
        cov(e.q25_16,e.q26_16)|          .      1      .          .          .
        cov(e.q25_16,e.q26_17)|          .      1      .          .          .
         cov(e.q25_19,e.q25_1)|          .      1      .          .          .
         cov(e.q25_19,e.q25_2)|          .      1      .          .          .
         cov(e.q25_19,e.q25_3)|          .      1      .          .          .
         cov(e.q25_19,e.q25_4)|          .      1      .          .          .
         cov(e.q25_19,e.q25_5)|          .      1      .          .          .
         cov(e.q25_19,e.q25_6)|          .      1      .          .          .
         cov(e.q25_19,e.q25_7)|          .      1      .          .          .
         cov(e.q25_19,e.q25_8)|          .      1      .          .          .
         cov(e.q25_19,e.q25_9)|          .      1      .          .          .
        cov(e.q25_19,e.q25_10)|          .      1      .          .          .
        cov(e.q25_19,e.q25_11)|          .      1      .          .          .
        cov(e.q25_19,e.q25_12)|          .      1      .          .          .
        cov(e.q25_19,e.q25_13)|          .      1      .          .          .
         cov(e.q25_19,e.q26_1)|          .      1      .          .          .
         cov(e.q25_19,e.q26_2)|          .      1      .          .          .
         cov(e.q25_19,e.q26_3)|          .      1      .          .          .
        cov(e.q25_19,e.q26_10)|          .      1      .          .          .
        cov(e.q25_19,e.q26_11)|          .      1      .          .          .
        cov(e.q25_19,e.q26_18)|          .      1      .          .          .
         cov(e.q25_19,e.q26_7)|          .      1      .          .          .
         cov(e.q25_19,e.q26_8)|          .      1      .          .          .
         cov(e.q25_19,e.q26_9)|          .      1      .          .          .
        cov(e.q25_19,e.q26_14)|          .      1      .          .          .
        cov(e.q25_19,e.q26_16)|          .      1      .          .          .
        cov(e.q25_19,e.q26_17)|          .      1      .          .          .
          cov(e.q25_1,e.q25_2)|          .      1      .          .          .
          cov(e.q25_1,e.q25_3)|          .      1      .          .          .
          cov(e.q25_1,e.q25_4)|          .      1      .          .          .
          cov(e.q25_1,e.q25_5)|          .      1      .          .          .
          cov(e.q25_1,e.q25_6)|          .      1      .          .          .
          cov(e.q25_1,e.q25_7)|          .      1      .          .          .
          cov(e.q25_1,e.q25_8)|          .      1      .          .          .
          cov(e.q25_1,e.q25_9)|          .      1      .          .          .
         cov(e.q25_1,e.q25_10)|          .      1      .          .          .
         cov(e.q25_1,e.q25_11)|          .      1      .          .          .
         cov(e.q25_1,e.q25_12)|          .      1      .          .          .
         cov(e.q25_1,e.q25_13)|          .      1      .          .          .
          cov(e.q25_1,e.q26_1)|          .      1      .          .          .
          cov(e.q25_1,e.q26_2)|          .      1      .          .          .
          cov(e.q25_1,e.q26_3)|          .      1      .          .          .
         cov(e.q25_1,e.q26_10)|          .      1      .          .          .
         cov(e.q25_1,e.q26_11)|          .      1      .          .          .
         cov(e.q25_1,e.q26_18)|          .      1      .          .          .
          cov(e.q25_1,e.q26_7)|          .      1      .          .          .
          cov(e.q25_1,e.q26_8)|          .      1      .          .          .
          cov(e.q25_1,e.q26_9)|          .      1      .          .          .
         cov(e.q25_1,e.q26_14)|          .      1      .          .          .
         cov(e.q25_1,e.q26_16)|          .      1      .          .          .
         cov(e.q25_1,e.q26_17)|          .      1      .          .          .
          cov(e.q25_2,e.q25_3)|          .      1      .          .          .
          cov(e.q25_2,e.q25_4)|          .      1      .          .          .
          cov(e.q25_2,e.q25_5)|          .      1      .          .          .
          cov(e.q25_2,e.q25_6)|          .      1      .          .          .
          cov(e.q25_2,e.q25_7)|          .      1      .          .          .
          cov(e.q25_2,e.q25_8)|          .      1      .          .          .
          cov(e.q25_2,e.q25_9)|          .      1      .          .          .
         cov(e.q25_2,e.q25_10)|          .      1      .          .          .
         cov(e.q25_2,e.q25_11)|          .      1      .          .          .
         cov(e.q25_2,e.q25_12)|          .      1      .          .          .
         cov(e.q25_2,e.q25_13)|          .      1      .          .          .
          cov(e.q25_2,e.q26_1)|          .      1      .          .          .
          cov(e.q25_2,e.q26_2)|          .      1      .          .          .
          cov(e.q25_2,e.q26_3)|          .      1      .          .          .
         cov(e.q25_2,e.q26_10)|          .      1      .          .          .
         cov(e.q25_2,e.q26_11)|          .      1      .          .          .
         cov(e.q25_2,e.q26_18)|          .      1      .          .          .
          cov(e.q25_2,e.q26_7)|          .      1      .          .          .
          cov(e.q25_2,e.q26_8)|          .      1      .          .          .
          cov(e.q25_2,e.q26_9)|          .      1      .          .          .
         cov(e.q25_2,e.q26_14)|          .      1      .          .          .
         cov(e.q25_2,e.q26_16)|          .      1      .          .          .
         cov(e.q25_2,e.q26_17)|          .      1      .          .          .
          cov(e.q25_3,e.q25_4)|          .      1      .          .          .
          cov(e.q25_3,e.q25_5)|          .      1      .          .          .
          cov(e.q25_3,e.q25_6)|          .      1      .          .          .
          cov(e.q25_3,e.q25_7)|          .      1      .          .          .
          cov(e.q25_3,e.q25_8)|          .      1      .          .          .
          cov(e.q25_3,e.q25_9)|          .      1      .          .          .
         cov(e.q25_3,e.q25_10)|          .      1      .          .          .
         cov(e.q25_3,e.q25_11)|          .      1      .          .          .
         cov(e.q25_3,e.q25_12)|          .      1      .          .          .
         cov(e.q25_3,e.q25_13)|          .      1      .          .          .
          cov(e.q25_3,e.q26_1)|          .      1      .          .          .
          cov(e.q25_3,e.q26_2)|          .      1      .          .          .
          cov(e.q25_3,e.q26_3)|          .      1      .          .          .
         cov(e.q25_3,e.q26_10)|          .      1      .          .          .
         cov(e.q25_3,e.q26_11)|          .      1      .          .          .
         cov(e.q25_3,e.q26_18)|          .      1      .          .          .
          cov(e.q25_3,e.q26_7)|          .      1      .          .          .
          cov(e.q25_3,e.q26_8)|          .      1      .          .          .
          cov(e.q25_3,e.q26_9)|          .      1      .          .          .
         cov(e.q25_3,e.q26_14)|          .      1      .          .          .
         cov(e.q25_3,e.q26_16)|          .      1      .          .          .
         cov(e.q25_3,e.q26_17)|          .      1      .          .          .
          cov(e.q25_4,e.q25_5)|          .      1      .          .          .
          cov(e.q25_4,e.q25_6)|          .      1      .          .          .
          cov(e.q25_4,e.q25_7)|          .      1      .          .          .
        ....
        ...
        cov(e.q26_16,e.q26_17)|          .      1      .          .          .
        ----------------------------------------------------------------------
        EPC = expected parameter change
        .


        Last edited by Ellen Van Loo; 30 Mar 2015, 08:01.

        Comment


        • #5
          Thanks. Note that the output can also be posted using code tags, which would make it far easier to read. You may still have time to edit your posts and add the tags.
          -------------------------------------------
          Richard Williams, Notre Dame Dept of Sociology
          StataNow Version: 19.5 MP (2 processor)

          EMAIL: [email protected]
          WWW: https://www3.nd.edu/~rwilliam

          Comment


          • #6
            Hello Ellen,

            I'll try to hazard a guess.

            You "ideally" needed a low chi-square after the LR test, instead, far from that, you got an enormous value, leading to a tiny p. I fear such a "situation" indicates a severe deficiency in the model: it may not be reflecting well the complex patterns of covariations.

            I'm rather curious on what the output of - estat gof, stats(all) - , as well as - estat eqgof - and - estat teffects, standardized - would provide...

            Best,

            Marcos
            Last edited by Marcos Almeida; 30 Mar 2015, 18:58.
            Best regards,

            Marcos

            Comment


            • #7
              Dear Marcos,
              Thanks for your answer.

              Below you can find the output for estat gof.
              estat eqgof and estat teffects are not shown here as this model is a CFA.
              When including also the path model, I get the same problems with the MI. But since I also get this problem without the path models (only CFA), I think it must be related with something with the CFA.
              Any suggestions are welcome.
              Thanks in advance,
              Ellen


              Code:
              . estat gof, stats(all) /*goodness of fit*/
              
              ----------------------------------------------------------------------------
              Fit statistic        |      Value   Description
              ---------------------+------------------------------------------------------
              Likelihood ratio     |
                      chi2_ms(371) |   3713.254   model vs. saturated
                          p > chi2 |      0.000
                      chi2_bs(406) |  46811.216   baseline vs. saturated
                          p > chi2 |      0.000
              ---------------------+------------------------------------------------------
              Population error     |
                             RMSEA |      0.057   Root mean squared error of approximation
               90% CI, lower bound |      0.055
                       upper bound |      0.059
                            pclose |      0.000   Probability RMSEA <= 0.05
              ---------------------+------------------------------------------------------
              Information criteria |
                               AIC | 170858.005   Akaike's information criterion
                               BIC | 171409.614   Bayesian information criterion
              ---------------------+------------------------------------------------------
              Baseline comparison  |
                               CFI |      0.928   Comparative fit index
                               TLI |      0.921   Tucker-Lewis index
              ---------------------+------------------------------------------------------
              Size of residuals    |
                              SRMR |      0.044   Standardized root mean squared residual
                                CD |      0.999   Coefficient of determination
              ----------------------------------------------------------------------------
              
              .
              end of do-file

              Comment


              • #8
                I wonder if it might be a display problem? Probably not, but after estat mindices, try

                Code:
                mat list r(mindices)
                -------------------------------------------
                Richard Williams, Notre Dame Dept of Sociology
                StataNow Version: 19.5 MP (2 processor)

                EMAIL: [email protected]
                WWW: https://www3.nd.edu/~rwilliam

                Comment


                • #9
                  Your RMSEA, SRMR and CFI seem to be reasonably good. I cannot envisage what might have happened. A thing that still bothers me is the high value of the chi-squared for the LR test.
                  Best regards,

                  Marcos

                  Comment


                  • #10
                    At 2,783 observations, even if the model is pretty well specified in other respects, the LR chi square is pretty sensitive to departures from multivariate normality. In fact, it is this sensitivity that, historically, motivated the development of the other fit statistics.

                    I have no ideas about the original poster's question, however.

                    Comment


                    • #11
                      I had the same problem and even though this is an old thread I wanted to post the solution to others.

                      Code:
                       estat mindices
                      uses an algorithm to save time. There is an undocumented option,
                      Code:
                       estat mindices, slow
                      that takes much, much longer but will resolve this issue.

                      Comment


                      • #12
                        Thanks so much for following up with this post, Joe Schmo. I was having the exact problem described above and adding ", slow" worked for me. Took a long time, but worked.

                        Comment


                        • #13
                          I have the same problem! Even using "Slow" didn't help. Any advice?

                          Comment


                          • #14
                            Hi there,
                            I'm facing the same issue.
                            Code:
                            estat mindices, slow
                            results in the same empty table.

                            Has anybody solved this issues in the meantime?

                            My sample size is ~650; find my goodness-of-fit statistics below.

                            Thanks a lot in advance!
                            Martin

                            Code:
                            ----------------------------------------------------------------------------
                            Fit statistic        |      Value   Description
                            ---------------------+------------------------------------------------------
                            Likelihood ratio     |
                                   chi2_ms(1013) |   2799.023   model vs. saturated
                                        p > chi2 |      0.000
                                   chi2_bs(1081) |  11450.053   baseline vs. saturated
                                        p > chi2 |      0.000
                            ---------------------+------------------------------------------------------
                            Population error     |
                                           RMSEA |      0.053   Root mean squared error of approximation
                             90% CI, lower bound |      0.051
                                     upper bound |      0.056
                                          pclose |      0.013   Probability RMSEA <= 0.05
                            ---------------------+------------------------------------------------------
                            Information criteria |
                                             AIC |  95840.977   Akaike's information criterion
                                             BIC |  96559.374   Bayesian information criterion
                            ---------------------+------------------------------------------------------
                            Baseline comparison  |
                                             CFI |      0.828   Comparative fit index
                                             TLI |      0.816   Tucker-Lewis index
                            ---------------------+------------------------------------------------------
                            Size of residuals    |
                                            SRMR |      0.059   Standardized root mean squared residual
                                              CD |      1.000   Coefficient of determination
                            ----------------------------------------------------------------------------

                            Comment


                            • #15
                              Dear Stata users:

                              Has this problem with Mindices been finally resolved? I have the same problem. Would someone help?

                              Best, Zhijuan

                              Comment

                              Working...
                              X