Dear all,
i need help about interpreting the output of the results because i am new user of the specific program.
i am estimating a multinomial logit model by the command mixlogit in Stata12 as done in Arne Hole's paper in the stata journal(2007). I have individuals for specific year and each of them have 3 discrete choice hours of working (h_c).
I have the following results:
I included only some variables because i want to understand the meaning of how it works.
Could someone explain how the meaning of the results? Should i go further and get the marginal ?
Thanks,
Best regards,
Kimon
i need help about interpreting the output of the results because i am new user of the specific program.
i am estimating a multinomial logit model by the command mixlogit in Stata12 as done in Arne Hole's paper in the stata journal(2007). I have individuals for specific year and each of them have 3 discrete choice hours of working (h_c).
I have the following results:
Code:
mixlogit didep h_c, rand(disposable_income) id(idperson) nrep(50) group(strata) Iteration 0: log likelihood = -12133.284 (not concave) Iteration 1: log likelihood = -11902.372 (not concave) Iteration 2: log likelihood = -8524.7568 (not concave) Iteration 3: log likelihood = -6842.8411 (not concave) Iteration 4: log likelihood = -5643.476 Iteration 5: log likelihood = -5486.2297 Iteration 6: log likelihood = -5471.7848 Iteration 7: log likelihood = -5471.6168 Iteration 8: log likelihood = -5471.6168 Mixed logit model Number of obs = 17319 LR chi2(1) = 0.00 Log likelihood = -5471.6168 Prob > chi2 = 0.9837 ------------------------------------------------------------------------------ didep | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- Mean | h_c | -.0922044 .0028096 -32.82 0.000 -.0977112 -.0866976 disposable~e | .000869 .0000741 11.72 0.000 .0007237 .0010143 -------------+---------------------------------------------------------------- SD | disposable~e | 1.80e-06 .0000881 0.02 0.984 -.0001709 .0001745 ------------------------------------------------------------------------------
I included only some variables because i want to understand the meaning of how it works.
Could someone explain how the meaning of the results? Should i go further and get the marginal ?
Thanks,
Best regards,
Kimon
Comment