Hi Tonya,
yes you can refer to a coeff estimate simply using _b[varname] , the
constant of the last model is stored in _b[-cons].
You can check easily whether this works by typing -display _b[varname],
Stata should return the estimated coeff.
Chris
At 13:32 10.05.2005, you wrote:
>Hello,
>
>I am trying to use the estimates from a mlogit regression output to
>calculate the probabilities of three outcome using different data. When I
>type in "ereturn list" after the mlogit command is run, the matrix of the
>estimates referenced by e(b): 1x32 is listed. Is there anyway to
>reference the coefficients individually to perform a calculation such as
>this one:
>
>Pr(y=2) = exp(XB2)/(1+exp(XB2)+exp(XB3))
>
>where XB2 and XB3 are the set of estimates for each respected outcome
>times its respected value.
>
>Thank you,
>
>Tonya Cropper
>PhD Candidate in Public Policy
>Harvard University
>617.493.9601
>
>*
>* For searches and help try:
>* http://www.stata.com/support/faqs/res/findit.html
>* http://www.stata.com/support/statalist/faq
>* http://www.ats.ucla.edu/stat/stata/
>
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/