I am estimating a -asmixlogit- model in Stata. I want to obtain the standard deviations of the random variables. A normal
-mixlogit- model returns the standard deviation as default, for example:
When I run a -asmixlogit- model, which I need to model my data correctly, the SD is not part of the output. Is there a way to get these?
-mixlogit- model returns the standard deviation as default, for example:
Code:
Mixed logit model Number of obs = 4,728 LR chi2(2) = 346.99 Log likelihood = -1143.6588 Prob > chi2 = 0.0000 ------------------------------------------------------------------------------ choice | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- Mean | td | -.205917 .046748 -4.40 0.000 -.2975415 -.1142926 at | -.9214018 .1185973 -7.77 0.000 -1.153848 -.6889554 fee | -7.173794 .8711952 -8.23 0.000 -8.881305 -5.466283 -------------+---------------------------------------------------------------- SD | at | 1.104228 .1346034 8.20 0.000 .84041 1.368045 fee | 1.240044 .9083406 1.37 0.172 -.5402709 3.020359
Comment