Statalist


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

Re: st: -warning: variables in at() list not found in model after mfx or mfx2


From   Richard Williams <[email protected]>
To   [email protected], [email protected]
Subject   Re: st: -warning: variables in at() list not found in model after mfx or mfx2
Date   Fri, 20 Jul 2007 12:25:07 -0500

At 10:27 AM 7/20/2007, Mirko wrote:

Both -mfx2- and �mfx- seem to work, but both the commands return a
warning that reads:

"-warning: variables z10 ...z30 in at() list not found in model-

I checked repeatedly and those variables are (and must be) in the model.

I then wondered if there was a maximum number that could be dealt with
by the -at()- option. Playing with my model I found out that I stop to
get that warning when I have less than 10 variables in -at()-
Without a replicable example it is hard to tell. I wonder if a possible workaround would be to center your x1-x40 variables so they all had a mean of zero, e.g. using Ben Jann's -center- command, available from SSC,

center x1-x40 if !missing(y, x1-x40, z1-z30)

and then on mfx/mfx2 specify -at(zero)-.

I think this will work so long as x1 is continuous; if it isn't then you shouldn't center it.

If you try this, also try it with the set of fewer vars (where mfx/mfx2 currently work) and confirm that results are the same.


-------------------------------------------
Richard Williams, Notre Dame Dept of Sociology
OFFICE: (574)631-6668, (574)631-6463
HOME: (574)289-5227
EMAIL: [email protected]
WWW: http://www.nd.edu/~rwilliam


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