Statalist The Stata Listserver


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

Re: st: -mfx-


From   Richard Williams <[email protected]>
To   [email protected]
Subject   Re: st: -mfx-
Date   Sun, 15 Oct 2006 11:54:16 -0500

At 09:59 AM 10/15/2006, Nishant Dass wrote:
Dear list-members,

I have received the following error with -mfx- after
estimating an -mlogit- model:

. mfx c, predict(p) var(dummym1m3) nose
too few variables specified
nvgc has 3 outcomes and so you must specify 3 new
variables, or you can use the outcome() option and specify
variables one at a time
r(102);

. mfx c, predict(p) var(dummym1m3) outcome(2) nose
option outcome() not allowed
r(198);
Your syntax is wrong. See -help mfx-. The examples it gives are

. mlogit rep78 mpg displ, nolog
. mfx, predict(p outcome(2))
. mfx, predict(p outcome(2)) at(20 400)
. mfx, predict(p outcome(2)) varlist(mpg)




-------------------------------------------
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