Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: asmprobit


From   Alexander Cavallo <[email protected]>
To   [email protected]
Subject   st: asmprobit
Date   Wed, 1 Nov 2006 01:15:59 -0600

Stata experts,

I don't understand how -asmprobit- converts from the transformed scale of variance and correlation parameters into the actual space.  See this example.  I am using Stata 9 which has been updated.

. which asmprobit
C:\Program Files\Stata9\ado\updates\a\asmprobit.ado
*! version 2.0.3  18aug2006
. which asmprobit_p
C:\Program Files\Stata9\ado\updates\a\asmprobit_p.ado
*! version 2.0.1  25apr2006
. which asmprobit_estat
C:\Program Files\Stata9\ado\updates\a\asmprobit_estat.ado
*! version 2.0.2  25apr2006
. query born
06 Oct 2006
. webuse travel
. asmprobit choice travelcost termtime , casevars(income) case(id) alternative(mode) corr(unstructured) stdd
> ev(heteroskedastic)
Iteration 0:   log simulated-likelihood = -201.33896
[output deleted]
Iteration 26:  log simulated-likelihood = -190.09419
Alternative-specific multinomial probit        Number of obs      =        840
Case variable: id                              Number of cases    =        210
Alternative variable: mode                     Alts per case: min =          4

Integration sequence:      Hammersley
Integration points:               200             Wald chi2(5)    =      32.06
Log simulated-likelihood = -190.09419             Prob > chi2     =     0.0000
------------------------------------------------------------------------------
choice |      Coef.   Std. Err.      z    P>|z|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
mode         | -------------+----------------------------------------------------------------
air          |  (base alternative)
-------------+----------------------------------------------------------------
train        | -------------+----------------------------------------------------------------
bus          | -------------+----------------------------------------------------------------
car          | -------------+----------------------------------------------------------------
/lnl2_2 |  -.5499745   .3903368    -1.41   0.159    -1.315021    .2150717
/lnl3_3 |  -.6008993   .3354232    -1.79   0.073    -1.258317     .056518
-------------+----------------------------------------------------------------
/l2_1 |   1.131589   .2125186     5.32   0.000     .7150604    1.548118
/l3_1 |   .9720683   .2352248     4.13   0.000     .5110362      1.4331
/l3_2 |   .5196988   .2860692     1.82   0.069    -.0409865    1.080384
------------------------------------------------------------------------------
(mode=air is the alternative normalizing location)
(mode=train is the alternative normalizing scale)
. estat cov Note: covariances are for alternatives differenced with air
. estat corr Note: correlations are for alternatives differenced with air
. di exp(-.5499745)
.57696452
. di exp(-.6008993)
.54831831

I don't understand how to convert the /lnl2_2 and /lnl3_3 parameters into the reported variances of (1.61 and 1.51).  Also, why is the variance of train=2 - I had expected it to be 1.00 since train is the scale normalization.
Finally, I don't quite understand how to compare /l2_1 /l3_1 and /l3_2 to the reported correlations of 0.891 0.790 and 0.895.
Thanks for your help!


--Alex Cavallo

Managing Consultant
Navigant Consulting, Inc.


This communication is from Navigant Consulting Inc. E-mail text or attachments may contain information which is confidential and may also be privileged. This communication is for the exclusive use of the intended recipient(s). If you have received this communication in error, please return it with the title "received in error" to [email protected], and then delete the email and destroy any copies of it. In addition, this communication is subject to, and incorporates by reference, additional disclaimers found in Navigant Consulting's "Email Disclaimer" section at www.NavigantConsulting.com



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index