Hello dear all,
I was trying to understand the output tables especially the first one, mlogit model for C (I have attached the output below). I have searched on Stata documentation on SEM Release 15 and LCA example 50g, but to no avail. Ex 50g ignores those tables and continues with the output result from –estat lcmean- My questions are
  1. what does the p-value for _cons in the first table indicate (in my case they are insignificant)? AIC and BIC values for 3 class solution are smaller than one class solution in my analysis
  2. if the intercept coeficient for an item (x) remains insignificant as in:
    Code:
    bin_ettor_life  //in my third class
    
    for one class but significant in the other classes, what does this indicate? This is related to the table output of logistic regression models of the third classes
The documentation for LCA is a bit lacking (subjective opinion) in practical examples wrt to other SEM documentations, or it may be that I am novice user.
thank you for your help

Code:
Generalized structural equation model           Number of obs     =      2,669
Log likelihood = -17965.754

------------------------------------------------------------------------------
             |      Coef.   Std. Err.      z    P>|z|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
1.C          |  (base outcome)
-------------+----------------------------------------------------------------
2.C          |
       _cons |   -.054045   .0738337    -0.73   0.464    -.1987563    .0906663
-------------+----------------------------------------------------------------
3.C          |
       _cons |  -.0547762   .0774471    -0.71   0.479    -.2065697    .0970174
------------------------------------------------------------------------------


Class          : 3

Response       : bin_problemDays_me~l           Number of obs     =      2,654
Family         : Bernoulli
Link           : logit

Response       : bin_sed_regUse_life            Number of obs     =      2,081
Family         : Bernoulli
Link           : logit

Response       : m_depress_life                 Number of obs     =      2,665
Family         : Bernoulli
Link           : logit

Response       : m_anxiety_life                 Number of obs     =      2,664
Family         : Bernoulli
Link           : logit

Response       : m_violence_life                Number of obs     =      2,663
Family         : Bernoulli
Link           : logit

Response       : bin_problemDays_drug           Number of obs     =      2,189
Family         : Bernoulli
Link           : logit

Response       : polydrug_life_wo_s~2           Number of obs     =      2,603
Family         : Bernoulli
Link           : logit

Response       : bin_reg_alkonsetage            Number of obs     =      2,656
Family         : Bernoulli
Link           : logit

Response       : bin_abuse_alkonset~e           Number of obs     =      2,367
Family         : Bernoulli
Link           : logit

Response       : bin_fam_conflict               Number of obs     =      2,632
Family         : Bernoulli
Link           : logit

Response       : bin_f2f5_combine               Number of obs     =      2,633
Family         : Bernoulli
Link           : logit

Response       : bin_ettor_life                 Number of obs     =      2,652
Family         : Bernoulli
Link           : logit

Response       : bin_problemDays_alc            Number of obs     =      2,637
Family         : Bernoulli
Link           : logit

---------------------------------------------------------------------------------------------
                            |      Coef.   Std. Err.      z    P>|z|     [95% Conf. Interval]
----------------------------+----------------------------------------------------------------
bin_problemDays_medical     |
                      _cons |  -.1611242   .0762826    -2.11   0.035    -.3106353    -.011613
----------------------------+----------------------------------------------------------------
bin_sed_regUse_life         |
                      _cons |  -2.811561   .2081087   -13.51   0.000    -3.219446   -2.403675
----------------------------+----------------------------------------------------------------
m_depress_life              |
                      _cons |  -2.438758   .2544036    -9.59   0.000    -2.937379   -1.940136
----------------------------+----------------------------------------------------------------
m_anxiety_life              |
                      _cons |  -2.448186     .24694    -9.91   0.000    -2.932179   -1.964192
----------------------------+----------------------------------------------------------------
m_violence_life             |
                      _cons |  -2.656828   .1686088   -15.76   0.000    -2.987295    -2.32636
----------------------------+----------------------------------------------------------------
bin_problemDays_drug        |
                      _cons |  -5.713981    1.22993    -4.65   0.000    -8.124599   -3.303362
----------------------------+----------------------------------------------------------------
polydrug_life_wo_sed_cutat2 |
                      _cons |  -4.463023   .4840727    -9.22   0.000    -5.411788   -3.514258
----------------------------+----------------------------------------------------------------
bin_reg_alkonsetage         |
                      _cons |  -.4409185   .0859805    -5.13   0.000    -.6094371   -.2723998
----------------------------+----------------------------------------------------------------
bin_abuse_alkonsetage       |
                      _cons |   -.473027   .0947681    -4.99   0.000    -.6587691   -.2872849
----------------------------+----------------------------------------------------------------
bin_fam_conflict            |
                      _cons |   -2.16245   .1306248   -16.55   0.000     -2.41847    -1.90643
----------------------------+----------------------------------------------------------------
bin_f2f5_combine            |
                      _cons |  -1.205164   .0966388   -12.47   0.000    -1.394572   -1.015755
----------------------------+----------------------------------------------------------------
bin_ettor_life              |
                      _cons |    .076515   .0784798     0.97   0.330    -.0773027    .2303327
----------------------------+----------------------------------------------------------------
bin_problemDays_alc         |
                      _cons |   .5939501   .0790166     7.52   0.000     .4390803    .7488199
---------------------------------------------------------------------------------------------