Statalist The Stata Listserver


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

Re: st: too large standard errors of marginal effects after multinomial logit model


From   Richard Williams <[email protected]>
To   [email protected]
Subject   Re: st: too large standard errors of marginal effects after multinomial logit model
Date   Tue, 30 May 2006 19:02:58 -0500

At 03:23 PM 5/30/2006, [email protected] wrote:
When I calculate the marginal effects after multinomial logit model using the
command "mfx compute, predict (outcome(1))", Stata gives me very large standard
errors and all p values are equal to 1. Dose anyone know the reason of this
problem and how to solve it? Many thanks.
You might try getting the -margeff- command from SSC and see if it fares any better. If nothing else, it is faster. Include the -at(mean)- option to make it comparable to mfx.

You might also try something like

bysort y: sum x1 x2 x3 x4

This will show you if, say, one or more of the xs has little or no variability within a category of y. That can sometimes cause problems. With multiple-outcome models like mlogit or gologit2, spreading the data too thin can create complications.


-------------------------------------------
Richard Williams, Notre Dame Dept of Sociology
OFFICE: (574)631-6668, (574)631-6463
FAX: (574)288-4373
HOME: (574)289-5227
EMAIL: [email protected]
WWW (personal): http://www.nd.edu/~rwilliam
WWW (department): http://www.nd.edu/~soc
*
* 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/




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